You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
Running lein test or lein kaocha both result in the tests being run (and completed successfully). However, when I run lein ancient upgrade :all :interactive :check-clojure, I see:
It would be nice if lein-ancient could resolve aliases for the test task recursively, until it arrives at an actual task it can execute -- or use a different method to execute either task or aliases, if Leiningen provides any.
Using Leiningen 2.9.1 and lein-ancient 0.6.15.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
project.clj
I have:Running
lein test
orlein kaocha
both result in the tests being run (and completed successfully). However, when I runlein ancient upgrade :all :interactive :check-clojure
, I see:It would be nice if lein-ancient could resolve aliases for the
test
task recursively, until it arrives at an actual task it can execute -- or use a different method to execute either task or aliases, if Leiningen provides any.Using Leiningen 2.9.1 and lein-ancient 0.6.15.
The text was updated successfully, but these errors were encountered: