-
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
Optimize resolve-missing
#335
Comments
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1399da2 worked nicely for
namespace-aliases
, I definitely perceived an improvement incljr-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
(mapcat cp/classpath-seq (cp/classpath))
fails on non-existing jars orchard#125 is a blockerdelay
warm-ast-cache
op could@
all delays, for improving performanceThe text was updated successfully, but these errors were encountered: