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
* Use `file-truename` to relax the need for the given path to be absolute
* Only consider actual directories on the classpath
* Use `file-in-directory-p` and `file-relative-name` rather than
`string-prefix-p` and `substring`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
* Fix values for `cider-preferred-build-tool` variable.
11
11
* Fix value and safe property for `cider-allow-jack-in-without-project` variable.
12
12
*`cider-ns-save-files-on-refresh` will now save any modified buffers visiting files on the classpath, rather than just in the current project.
13
+
*`cider-expected-ns` no longer requires an absolute path as its argument, and now internally handles paths canonically and consistently.
13
14
14
15
## 0.20.0 (2019-01-14)
15
16
@@ -41,7 +42,6 @@
41
42
42
43
### Bug fixes
43
44
44
-
*`cider-expected-ns` no longer requires an absolute path as its argument, and now internally handles paths canonically and consistently.
45
45
*[#2474](https://github.com/clojure-emacs/cider/issues/2474): Fix incorrect detection of output and out-of-order printing.
46
46
*[#2514](https://github.com/clojure-emacs/cider/issues/2514): Don't auto-jump to warnings when `cider-auto-jump-to-error` is set to 'errors-only.
47
47
*[#2453](https://github.com/clojure-emacs/cider/issues/2453): Make it possible to debug deftype methods by direct insertion of #dbg and #break readers into the deftype methods.
0 commit comments