cursive 2025-08-18

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...)

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.