Skip to content

Commit

Permalink
# 0.12.64-alpha (2022-10-26 / a4fdb16)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
plexus committed Oct 26, 2022
1 parent a4fdb16 commit e7df117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11
0.12
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.12.64-alpha (2022-10-26 / a4fdb16)

## Added

Expand Down Expand Up @@ -94,4 +94,4 @@ Initial release
- lambdaisland.classpath integration
- Support for cider-nrepl, refactor-nrepl
- Basic support for shadow-cljs cljs nREPL-base REPL
- Auto-connect for Emacs
- Auto-connect for Emacs

0 comments on commit e7df117

Please sign in to comment.