cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Add debug logging for the dependency calculation for load/sync files in REPL

Open cursive-ghost opened this issue 3 years ago • 2 comments

This is frequently confusing for users, and it would be useful to have some debug logging around what's being calculated to help them debug issues.

cursive-ghost avatar Nov 11 '21 21:11 cursive-ghost

Part of this problem is that REPL commands can't do both Sync modified files and Load current file too, before executing the command. It feels like Sync modified files doesn't count the current file modified; probably because it's not saved yet at the time of computing the "modified files". I do have the Save all files before executing option checked, but it still doesn't counts the current file as a modified file.

onetom avatar Dec 09 '21 15:12 onetom

I keep encountering this issue, but I forgot it was already filed, so I made another, more detailed description of my specific use-case, which might help to improve this topic: https://clojurians.slack.com/archives/C0744GXCJ/p1656567319736669

onetom avatar Jul 07 '22 03:07 onetom