Hey all, since some time ago I sometimes’ve been getting “Wrong type argument: stringp, nil” when calling cider-load-file on a Clojure buffer. Any hints on how to debug it to get to the root of why it’s been happening? There’s no additional information in the *Messages* buffer…
in emacs you can do toggle-debug-on-error` and then debug it
https://www.gnu.org/software/emacs/manual/html_node/elisp/Error-Debugging.html
Yay! Thanks heaps! I’ve resolved the issue. Turns out a bit in configuration in .dir-locals.el in a project folder stashed a nil value onto cider-path-translations. O:-)