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
[Fixclojure-emacs/refactor-nrepl#183] Converting between unix-like path when sending requests through the nREPL if necessary.
* Cygwin path conversion fix. Converting between unix-like path (cygwin, emacs) and Windows path (REPL) when sending requests through the nREPL.
Cygwin fix - changelog updated
* updated after code review
leftover after local test removed
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
@@ -25,6 +25,7 @@
25
25
-[#320](https://github.com/clojure-emacs/clj-refactor.el/issues/320)`*data-readers*` ignored when searching for macros.
26
26
-[#339](https://github.com/clojure-emacs/clj-refactor.el/issues/339) Teach stop refer to understand multiline refer clauses.
27
27
-[#341](https://github.com/clojure-emacs/clj-refactor.el/issues/341) Avoid creating circular dependencies with move form when source namespace refers to the target namespace with a require.
28
+
-[refactor-nrepl#183](https://github.com/clojure-emacs/refactor-nrepl/issues/183) Applied conversion between Unix-like path generated by Emacs under Cygwin and Windows-like path required by nREPL. Cider functions `cider-to-nrepl-filename-function` and `cider-from-nrepl-filename-function` are used.
0 commit comments