Fork me on GitHub
#leiningen
<
2021-05-30
>
vemv14:05:24

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

noisesmith18:06:43

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?

vemv08:06:07

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

vemv08:06:36

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

noisesmith14:06:53

oh weird! that surprises me

nbardiuk14:05:52

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

vemv14:05:47

thanks! had forgotten the name

vemv15:05:40

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