funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
niwinz 2016-10-26T06:35:59.000165Z

Please paste somewhere your lein deps :tree

niwinz 2016-10-26T06:36:29.000166Z

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

jfntn 2016-10-26T16:24:00.000167Z

@niwinz there are no conflicts atm

jfntn 2016-10-26T16:24:46.000169Z

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

niwinz 2016-10-26T16:26:42.000170Z

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...

niwinz 2016-10-26T16:26:50.000171Z

😞

jfntn 2016-10-26T17:59:23.000172Z

@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

jfntn 2016-10-26T17:59:34.000173Z

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

jfntn 2016-10-26T17:59:44.000174Z

let me know if anything comes to mind!

niwinz 2016-10-26T20:29:27.000175Z

maybe you have some old clases on target directory

niwinz 2016-10-26T20:29:36.000176Z

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

mccraigmccraig 2016-10-26T21:46:23.000177Z

@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 ?

mccraigmccraig 2016-10-26T21:51:13.000178Z

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

2👍