You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clojure-emacs/refactor-nrepl#264 requires cljr-populate-artifact-cache-on-startup to be set to nil. We might want to change the default to nil. This would make adding project dependencies to be slightly slower but once the PR in refactor-nrepl is active, this will be faster anyway for 2 reasons: 1. The clojars deps will be 1/8 th the former size (500KB) and 2. artifacts will be cached in a temporary file that will be used between start-ups unless it is longer than a day old.