Skip to content

Commit e7df117

Browse files
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 slow
1 parent a4fdb16 commit e7df117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11
1+
0.12

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.12.64-alpha (2022-10-26 / a4fdb16)
22

33
## Added
44

@@ -94,4 +94,4 @@ Initial release
9494
- lambdaisland.classpath integration
9595
- Support for cider-nrepl, refactor-nrepl
9696
- Basic support for shadow-cljs cljs nREPL-base REPL
97-
- Auto-connect for Emacs
97+
- Auto-connect for Emacs

0 commit comments

Comments
 (0)