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
Namespace aliases are symbols, and symbols begin with a non-numeric character,
so we shouldn't suggest aliases that start with numbers.
This fixes clj-refactor.el's cljr-slash for projects that contain ns'es like
`db.migration.25`. Previously, it failed in parseclj when that tried to parse
the nrepl response containing suggestions like `{25 [db.migration.25]}`, since
`25` isn't a valid symbol.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Unreleased
4
4
5
+
*[#385](https://github.com/clojure-emacs/refactor-nrepl/pull/385): Fix cljr-refactor.el's `cljr-slash` when namespace fragments start with a number.
6
+
5
7
## 3.5.4
6
8
7
9
*[#383](https://github.com/clojure-emacs/refactor-nrepl/issues/383): `prune-dependencies`: increase accuracy for `:cljs`.
0 commit comments