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
## Added
- Write the current classpath to `.cpcache/launchpad.cp`, for integrating third
parties like clojure-lsp. (configure `cat .cpache/launchpad.cp` as your
`:classpath-cmd`)
- Call `(user/go)` in a `try/catch`
- Start the watcher on a separate thread, it can take a long time to boot, and
meanwhile we shouldn't block REPL startup.
## Fixed
- Pick up any `:deps` from `deps.local.edn` at startup, not at the first
classpath reload
## Changed
- Disable directory-watcher file hashing, it gets prohibitively slow
0 commit comments