Fork me on GitHub
#funcool
<
2016-10-26
>
niwinz06:10:59

Please paste somewhere your lein deps :tree

niwinz06:10:29

Maybe this error is caused by conflicting old version or something similar

jfntn16:10:00

@niwinz there are no conflicts atm

jfntn16:10:46

Also tried changing the dependency order with aleph and httpurr but that didn’t seem to make a difference

niwinz16:10:42

the multipart ns is added in 0.4.1, it seems that for some reason that in your project the aleph version is resolved to something else...

jfntn17:10:23

@niwinz yeah that’s what I thought, but I specifically used that version, didn’t get a conflict in lein deps :tree and still got the error

jfntn17:10:34

I’ll try a minimal repro, the project is pretty large

jfntn17:10:44

let me know if anything comes to mind!

niwinz20:10:27

maybe you have some old clases on target directory

niwinz20:10:36

I don't know, it is very very strange...

mccraigmccraig21:10:23

@jfntn you haven't perhaps got another version of aleph being pulled in via a forked dependency ? e.g. someone needed a patched version and deployed [my-group/aleph "0.3.3"] and depended on that ?

mccraigmccraig21:10:13

if you haven't got it already, i think it's always worth putting :pedantic? :abort into your project.clj