Fork me on GitHub
#yada
<
2017-08-16
>
genRaiy13:08:21

hey @malcolmsparks … had to do some other stuff and now starting on the auth0 stuff

genRaiy13:08:48

hitting a dumb problem with Aleph failing a spec when loading into a REPL

genRaiy13:08:55

using 1.2.6 of yada

dominicm13:08:10

Try adding newer aleph version as dependency to your project.

genRaiy13:08:34

just so I understand … is it considered bad form to mention the clojure version in project.clj now?

malcolmsparks13:08:43

let me fix that and release so we get @dominicm's fix in a master version

genRaiy13:08:46

lol I guess you have it at the top level project.clj

malcolmsparks13:08:56

8 mins to a conf call so I'm twiddling...

malcolmsparks13:08:33

hmm - is yada mentioning clojure in the project.clj?

genRaiy13:08:53

only to exclude it 😉

genRaiy13:08:33

the test profile says 1.8

malcolmsparks13:08:19

but that's for tests, it should be in the jar -I think the tests need to have a clojure version to run, but users of yada can specify their own version of clojure

malcolmsparks13:08:25

yada works with 1.8 and 1.9

genRaiy13:08:42

yes, makes sense

genRaiy13:08:03

will that be pushed to clojars?

genRaiy13:08:13

[ i don’t see it yet ]

malcolmsparks13:08:30

the release broke half-way through - something to do with a deps clash

malcolmsparks13:08:35

Aborting due to :pedantic? :abort

malcolmsparks13:08:51

might have to try again with 1.2.8

malcolmsparks13:08:51

caused by having refactor-repl in the :dev profile rather :user profile in my .lein/profile.boot - yikes

malcolmsparks13:08:13

fixed all issues now, just running the tests again

malcolmsparks13:08:50

Releasing to clojars now

malcolmsparks13:08:05

will let you know when it's done

malcolmsparks14:08:51

1.2.8 released

genRaiy14:08:20

nice … thanks

genRaiy14:08:15

new release deps all work … now onwards 🙂