Skip to content

Commit 58fc8ae

Browse files
Stop calling orchard.java/cache-initializer
1 parent 3ca4836 commit 58fc8ae

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/cider/nrepl.clj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@
5757
then had to be disabled for test suite reasons in Orchard 0.15.0 to 0.17.0 / cider-nrepl 0.38.0 to 0.41.0, and now it's restored again)
5858
Note that this can only be done cider-nrepl side, unlike before when it was done in Orchard itself."
5959
[]
60-
;; 1.- Warmup the overall cache for core Java and Clojure stuff
61-
@orchard.java/cache-initializer
62-
;; 2.- Also cache classes that are `:import`ed throughout the project.
63-
;; The class list is obtained through `ns` form analysis,
64-
;; so that we don't depend on whether the namespaces have been loaded yet:
60+
;; Cache classes that are `:import`ed throughout the project. The class list
61+
;; is obtained through `ns` form analysis, so that we don't depend on whether
62+
;; the namespaces have been loaded yet:
6563
(doseq [ns-form (vals (orchard.namespace/project-ns-forms))
6664
class-sym (orchard.namespace/ns-form-imports ns-form)
6765
:when (try

0 commit comments

Comments
 (0)