cursive

Issues at: https://git.io/cursive-issues
rutledgepaulv 2020-11-03T03:41:32.177700Z

I just ran into a small issue where I think cursive is resolving an unqualified get symbol in my namespace on repl startup even though I've done a (:refer-clojure :exclude [get]), so cursive either can't find the var and errors with "Error initialising locals clearing:" or if i define my own get in the namespace then cursive actually invokes my function (which also errors). I filed an issue: https://github.com/cursive-ide/cursive/issues/2459

cfleming 2020-11-03T10:22:41.178200Z

Wow, that looks funky - I’ll check that out, thanks.

1