cursive

Issues at: https://git.io/cursive-issues
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.

denik 2020-10-15T15:41:33.101600Z

@cfleming While doing web dev I often have a CLJ and CLJS repl running. Oftentimes I want to evaluate expressions of CLJ/CLJS files in their respective REPLS which currently requires matching the file type with the repl. Is there a way to auto-switch REPLs by filetype? Would be a great improvement for my DX

3➕
msolli 2020-10-15T17:48:40.104Z

Lately I’ve been having trouble with stub generation. It used to work fine, then one day it didn’t. When I press “Generate now”, I get an error after a few seconds. The Event Log doesn’t provide much detail:

cfleming 2020-10-16T07:21:46.105300Z

Here’s how to diagnose: 1. Open Help-&gt;Diagnostic Tools-&gt;Debug Log Settings. 2. In the box that’s opened, enter #cursive.stubs and press Ok. 3. Reproduce the problem. You can do that by refreshing your project from the lein or deps tool window, whichever you’re using. That should show the notification if you don’t already have it. Then press “Generate now”. 4. Send me your log file from Help-&gt;Show log in Finder/Explorer to <mailto:cursive@cursive-ide.com|cursive@cursive-ide.com>.

msolli 2020-10-16T11:13:01.105500Z

Thanks! I’ll send it to you, along with some more info.

msolli 2020-10-15T17:49:32.104800Z

How can I troubleshoot this?