File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 57
57
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)
58
58
Note that this can only be done cider-nrepl side, unlike before when it was done in Orchard itself."
59
59
[]
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:
65
63
(doseq [ns-form (vals (orchard.namespace/project-ns-forms ))
66
64
class-sym (orchard.namespace/ns-form-imports ns-form)
67
65
:when (try
You can’t perform that action at this time.
0 commit comments