-
Notifications
You must be signed in to change notification settings - Fork 179
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
Warmup Orchard caches for project Java imports #830
Comments
vemv
added a commit
to clojure-emacs/orchard
that referenced
this issue
Nov 3, 2023
…, `ns-form->imports` functions Supports clojure-emacs/cider-nrepl#830
vemv
added a commit
to clojure-emacs/orchard
that referenced
this issue
Nov 3, 2023
…, `ns-form->imports` functions Supports clojure-emacs/cider-nrepl#830
vemv
added a commit
to clojure-emacs/orchard
that referenced
this issue
Nov 3, 2023
…, `ns-form->imports` functions Supports clojure-emacs/cider-nrepl#830
vemv
added a commit
to clojure-emacs/orchard
that referenced
this issue
Nov 3, 2023
…, `ns-form->imports` functions Supports clojure-emacs/cider-nrepl#830
vemv
added a commit
to clojure-emacs/orchard
that referenced
this issue
Nov 4, 2023
…, `ns-form->imports` functions Supports clojure-emacs/cider-nrepl#830
vemv
added a commit
to clojure-emacs/orchard
that referenced
this issue
Nov 4, 2023
vemv
added a commit
that referenced
this issue
Nov 4, 2023
Speculatively improves performance for the classes that users are more likely to use in a given project. Fixes #830
vemv
added a commit
that referenced
this issue
Nov 4, 2023
Speculatively improves performance for the classes that users are more likely to use in a given project. Fixes #830
vemv
added a commit
that referenced
this issue
Nov 4, 2023
Speculatively improves performance for the classes that users are more likely to use in a given project. Fixes #830
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similarly to #827 #829 , we could warmup Orchard caches for:
:import
ed in the current project:java-source-paths
While it's not critical, it would ensure a delightful UX for the most likely code paths.
The text was updated successfully, but these errors were encountered: