-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add refactor-nrepl.find-symbol-test
#325
Conversation
We have a lot of various integration tests for this op in the |
Right, I was grepping for I'll see if I can repro https://github.com/clojure-emacs/clj-refactor.el/issues/485 by also hacking |
The second commit managed to break the build in a pretty wild way, which is both good and bad news 🙃 |
After a few tweaks, the build is green again. Finally, Then how comes https://github.com/clojure-emacs/refactor-nrepl I believe it's because of the refactor-nrepl/.circleci/config.yml Line 85 in 392d417
Seems really an odd thing to do. It plausibly is caching mranderson's work i.e. the |
Yeah, caching the repo seems pretty weird. |
Tries reproducing https://github.com/clojure-emacs/clj-refactor.el/issues/485 `find-symbol` seemed to lack test coverage anyway.
This appears to cache mranderson's work which is plausibly problematic across CI jobs.
PR ready again, and green The summary is:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tries reproducing https://github.com/clojure-emacs/clj-refactor.el/issues/485
find-symbol
seemed to lack test coverage anyway.