Fork me on GitHub
#boot
<
2018-07-02
>
jonathanj06:07:49

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.

jonathanj09:07:06

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

jonathanj09:07:13

Unfortunately the error is elided.

jonathanj09:07:28

Probably a topic for a different channel.

donyorm17:07:02

Multiple people having issues with this problem. Any ideas on it? https://github.com/adzerk-oss/boot-cljs-repl/issues/57

alandipert19:07:30

@juhoteperi looks like a workaround would be to set [:settings :checksum] to :warn in the repo-map argument of push?

alandipert19:07:23

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

alandipert19:07:55

assuming the workaround is feasible, i lean toward adopting the new aether default

juhoteperi19:07:38

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.

juhoteperi19:07:45

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.

alandipert19:07:25

no prob, i'll make a ticket