Fork me on GitHub
#off-topic
<
2023-04-14
>
Frank Henard13:04:37

Maybe timed around conj?

lispyclouds13:04:00

Yeah don’t post on-topic things here :rolling_on_the_floor_laughing:

😆 22
eval202013:04:16

But it’s not working yet… 😕

$ clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.12.0-alpha2"}}}'
Clojure 1.12.0-alpha2
user=> (clojure.repl.deps/add-lib '{metosin/malli {:mvn/version "0.11.0"}})
Execution error (ExceptionInfo) at clojure.tools.deps.interop/invoke-tool (interop.clj:42).
null
user=>

eval202013:04:43

(removing ~/user.clj fixed it)

seancorfield18:04:09

user.clj is evil 🙂

eval202018:04:58

Yeah, I had it specifically print some stuff to see if/when it’s picked up - invoke-tool wasn’t too happy with that extra output 🙂