Thank you @seancorfield and @danielcompton! I’ll check both of those options out, it’s a small dependency I’m adding to support a legacy case while we transition away from it entirely.
It seems like there is some weird interaction with lein-localrepo
and lein with-profile
:
$ lein with-profile +user localrepo install some.jar com.some/jar 1.2.3
Error encountered performing task 'localrepo' with profile(s): 'base,system,user,provided,dev'
Suppressed exit
Unfortunately the error is elided.
Probably a topic for a different channel.
Multiple people having issues with this problem. Any ideas on it? https://github.com/adzerk-oss/boot-cljs-repl/issues/57
@juhoteperi looks like a workaround would be to set [:settings :checksum]
to :warn
in the repo-map
argument of push?
i'm not sure whether it's better to adopt the new behavior (but document it as a breaking change) or to set that value to emulate prior behavior
assuming the workaround is feasible, i lean toward adopting the new aether default
Looking at pomegranate code, I have no idea how the checksum should be set. But if it can be set, the push task should do that.
But I don't have any time to work on this. I just downgraded back to 2.7, I don't need new version now.
no prob, i'll make a ticket
ticket created: https://github.com/boot-clj/boot/issues/705