leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
vemv 2021-05-30T14:29:24.002Z

was there an alternative to lein-ancient? I don't like how it seemingly parses project.clj instead of looking at its evaluated result

2021-06-02T18:45:43.004600Z

any tool that is a lein plugin will get called by lein with the calculated config (after lein does the requisite work to sort out your config) - what symptom / problem are you seeing?

vemv 2021-06-03T08:29:07.004800Z

issues like https://github.com/xsc/lein-ancient/issues/119 hinted that for whatever reason lein-ancient wasn't taking this approach

vemv 2021-06-03T08:29:36.005100Z

(didn't verify it at code level... but it seemed pretty clear)

2021-06-03T14:09:53.005300Z

oh weird! that surprises me

nbardiuk 2021-05-30T14:45:52.003Z

There is https://github.com/liquidz/antq Although I don't know where it looks for packages

vemv 2021-05-30T14:57:47.003200Z

thanks! had forgotten the name

vemv 2021-05-30T15:19:40.003400Z

turns out, it also resorts to parsing. created an issue