cursive

p-himik 2025-08-18T19:47:07.738039Z

Would it be possible to resolve Leiningen aliases while ignoring ^:replace? Currently working on a project that likes using :source-paths ^:replace [...], which means that I can't work on various parts effectively without constantly shuffling the active aliases in the Leiningen UI panel. (Arguably, ^:replace shouldn't have been used in the first place...)

p-himik 2025-08-19T09:02:38.291059Z

Ah, gotcha.

cfleming 2025-08-19T01:23:13.668019Z

Unfortunately I don't think so, unless lein itself supports this. The lein alias resolution is so complex that Cursive just delegates it to lein - it would be very difficult to reproduce.