cursive

Issues at: https://git.io/cursive-issues
p-himik 2020-10-12T12:04:18.089700Z

Is "View as -> Clojure defrecord" broken in the Debugger Variables panel? Because it doesn't allow me to expand an instance.

cfleming 2020-10-14T22:45:26.097100Z

I’m not sure, a couple of people have reported issues with records, I’ll take a look.

1
katox 2020-10-12T16:34:16.091700Z

I noticed that :extra-paths in deps is basically unusable in the latest Cursive EAP. I created a new project based on deps.edn and cursive fails to parse/highlight and load everything listed in :extra-paths dirs. I'm using the latest stable tools.deps.

cfleming 2020-10-14T22:46:05.097300Z

I’ll take a look at that - no-one else has reported anything so I’d be surprised at a problem like that slipping through.

katox 2020-10-15T08:04:35.097700Z

I did a clone of an existing project into a new repo and imported that. There are no problems with the original repo (created and imported in an older version).

katox 2020-10-15T08:04:40.097900Z

I found this related issue https://github.com/cursive-ide/cursive/issues/2450

katox 2020-10-15T08:17:40.098200Z

I tried to create a repro project so I tried to re-do everything but everything is normal this time. No idea what went wrong last time. There was no error in the first nor the second time. Rather don't waste time on this one. I'll create an issue in the tracker if I bump into it once more.

cfleming 2020-10-15T08:54:32.098400Z

Ok, thanks, and I’ll try to repro Kenny’s issue tomorrow.