Just surfacing this here as well. Sorry for the attention. https://clojurians.slack.com/archives/C0G922PCH/p1685705600897399?thread_ts=1671653633.113409&cid=C0G922PCH
Hello, which version of byte-streams are you using? The clj-commons one or not?
(I got the answer from the logs, sorry) You basically need to use clj-commons.byte_streams instead of byte_streams directly. This has been fixed on the latest version of byte-streams if I remember correctly though.
I specified this being advised from the comments in the thread
[org.clj-commons/byte-streams "0.3.2"]That's correct, but do you have require on your project that requires "byte-streams" instead of "clj-commons.byte-streams" ?
let me double check... 🧐
ah ok facepalm
[org.clj-commons/byte-streams "0.3.2"]
[byte-streams "0.2.4-alpha4" :exclusions [[org.clojure/clojure]]]So I think I can specify exclusion on the by-streams one
which was directly specified by yada
Mmmmhh.. which version of Aleph are you using?
[yada "1.2.15"]
;;
[aleph "0.6.2"]
[manifold "0.4.1"]
These were the relavant deps I thinkDid get it working with this 🎉
[yada "1.2.15" :exclusions [[byte-streams]]] Thank you for the guidance!
Ouf 😄
Your welcome, have a nice week-end