Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Optimize resolve-missing #335

Closed
vemv opened this issue Sep 20, 2021 · 0 comments · Fixed by #336
Closed

Optimize resolve-missing #335

vemv opened this issue Sep 20, 2021 · 0 comments · Fixed by #336

Comments

@vemv
Copy link
Member

vemv commented Sep 20, 2021

1399da2 worked nicely for namespace-aliases, I definitely perceived an improvement in cljr-slash perf in my day job codebase.

Now resolve-missing is another of the big features offered by refactor-nrepl and deserves a similar treatment.

refactor-nrepl.ns.slam.hound.regrow is the relevant ns.

Notes

vemv added a commit that referenced this issue Sep 25, 2021
* Handle `delay` correctly
* Handle separators correctly for Windows
* Use a classpath value that will work
* Filter out more Clojure auto-generated classes
* Remove namespaces functionality, we don't use it (as we use `all-ns` instead) so it was confusing.

Fixes #335
vemv added a commit that referenced this issue Sep 25, 2021
* Handle `delay` correctly
* Handle separators correctly for Windows
* Use a classpath value that will work
* Filter out more Clojure auto-generated classes
* Remove namespaces functionality, we don't use it (as we use `all-ns` instead) so it was confusing.

Fixes #335
bbatsov pushed a commit that referenced this issue Sep 28, 2021
* Handle `delay` correctly
* Handle separators correctly for Windows
* Use a classpath value that will work
* Filter out more Clojure auto-generated classes
* Remove namespaces functionality, we don't use it (as we use `all-ns` instead) so it was confusing.

Fixes #335
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant