Skip to content

Commit a5c0794

Browse files
authored
Merge pull request #187 from plexus/update-tools-reader
Upgrade clojure.tools.reader to support namespaced map literals
2 parents b5d0393 + 7ed06aa commit a5c0794

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Bugs fixed
66

7+
* [#187](https://github.com/clojure-emacs/refactor-nrepl/issues/187) Update clojure.tools.reader so Clojure 1.9 namespaced map literals don't cause parse errors.
78
* [#185](https://github.com/clojure-emacs/refactor-nrepl/issues/185) Report throwables of type `Error` instead of swallowing them.
89
* [#186](https://github.com/clojure-emacs/refactor-nrepl/issues/186) Make sure `resolve-missing` still works, even if a candidate class has missing dependencies.
910
* [#184](https://github.com/clojure-emacs/refactor-nrepl/pull/184) In `resolve-missing`, prevent classpaths with many entries from causing a stack overflow.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
^:source-dep [alembic "0.3.2"]
1010
^:source-dep [org.clojure/tools.analyzer.jvm "0.6.9"]
1111
^:source-dep [org.clojure/tools.namespace "0.3.0-alpha3"]
12-
^:source-dep [org.clojure/tools.reader "0.10.0-alpha3"]
12+
^:source-dep [org.clojure/tools.reader "1.0.0-beta4"]
1313
^:source-dep [org.clojure/java.classpath "0.2.2"]
1414
^:source-dep [lein-cljfmt "0.3.0"]
1515
^:source-dep [me.raynes/fs "1.4.6"]

0 commit comments

Comments
 (0)