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
This is necessary because Alembic, which our middleware uses, doesn't
work with java 10.
A solution is on the horizon, but in the meanwhile this is the simplest
way to get clj-refactor working again on java 10.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Changelog
2
2
3
3
## Unreleased
4
+
- Hotload dependency temporarily disabled to make the middleware run on Java 10.
4
5
5
6
-[#415](https://github.com/clojure-emacs/clj-refactor.el/issues/415) Support for deps.edn - based projects
6
7
-[#408](https://github.com/clojure-emacs/clj-refactor.el/pull/408) New `cljr-before-warming-ast-cache-hook`, `cljr-after-warming-ast-cache-hook` callbacks around AST warming.
0 commit comments