cursive

Issues at: https://git.io/cursive-issues
tony.kay 2021-01-07T01:38:26.004100Z

In Cursive (prior and latest stable) I have a forked version of specter…which has CLJC files. The nav ns pulls macros out of core and the core ns requires nav. Cursive mis-detects a ns loop in this condition and won’t let me load nses that use it. Is there a hack in place for regular specter? (i.e. I made a fork with new namespace names to prevent dependency conflicts). My version runs fine, but the REPL integration is hosed and refuses to load.

cfleming 2021-01-08T07:16:35.008Z

I’m not sure about this sorry. I’m actually away with my family right now, but I’ll look at this ASAP when I’m back.

cfleming 2021-01-08T07:27:51.008200Z

I’m planning to make that check less aggressive, because it currently incorrectly catches cases which are not actually problematic.

tony.kay 2021-01-08T17:46:18.008400Z

ok, thanks. Yeah, I’d rather just get the error from the REPL if possible when it has proven a problem. But perhaps that is a problem because of what you do to integrate, etc. Thanks!

tony.kay 2021-01-07T01:39:36.004900Z

those are the offending lines that cause the error

tony.kay 2021-01-07T01:39:51.005200Z

(but I don’t remember ever getting those when I use raw specter)