scope-capture-nrepl
scope-capture-nrepl copied to clipboard
nREPL middleware for scope-capture
I'm not sure why this is occuring but it seems scope-capture-nrepl somehow prevents cider/nrepl `"load-file"` operation from working; if the namespace being loaded includes an aliased keyword. I'm not sure...
This prevents `exit` working. `dispose!` should perhaps decline to dispose of an active code point?
I suspect this is a broken test rather than a real error, but I'm not 100% sure of what is being tested. 1. `git checkout a045` (current head of master)...
This would allow deeper editor integration for quicker switching / enabling code sites. This would require a new op, and either poking at the db in scope-capture or adding a...