Commit e7df117
committed
# 0.12.64-alpha (2022-10-26 / a4fdb16)
## 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 slow1 parent a4fdb16 commit e7df117
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
0 commit comments