cider

Andrey Subbotin 2025-07-24T01:27:40.241759Z

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…

dpsutton 2025-07-24T01:33:45.055099Z

in emacs you can do toggle-debug-on-error` and then debug it

Andrey Subbotin 2025-07-24T03:34:06.947849Z

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:-)