This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-16
Channels
- # aleph (1)
- # architecture (5)
- # beginners (43)
- # boot (23)
- # cider (5)
- # cljs-dev (143)
- # clojure (42)
- # clojure-austin (4)
- # clojure-dusseldorf (14)
- # clojure-italy (15)
- # clojure-norway (1)
- # clojure-russia (10)
- # clojure-spec (41)
- # clojure-uk (70)
- # clojurescript (262)
- # cursive (3)
- # data-science (18)
- # datomic (66)
- # figwheel (1)
- # fulcro (39)
- # hoplon (21)
- # jobs-rus (1)
- # juxt (4)
- # lein-figwheel (2)
- # leiningen (4)
- # lumo (26)
- # off-topic (4)
- # om (6)
- # onyx (19)
- # parinfer (50)
- # pedestal (9)
- # portkey (10)
- # re-frame (41)
- # schema (5)
- # spacemacs (2)
- # yada (35)
hey @malcolmsparks … had to do some other stuff and now starting on the auth0 stuff
hitting a dumb problem with Aleph failing a spec when loading into a REPL
using 1.2.6 of yada
k thanks
just so I understand … is it considered bad form to mention the clojure version in project.clj now?
probably
let me fix that and release so we get @dominicm's fix in a master version
lol I guess you have it at the top level project.clj
8 mins to a conf call so I'm twiddling...
hmm - is yada mentioning clojure in the project.clj?
only to exclude it 😉
the test profile says 1.8
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
yada works with 1.8 and 1.9
yes, makes sense
will that be pushed to clojars?
[ i don’t see it yet ]
the release broke half-way through - something to do with a deps clash
Aborting due to :pedantic? :abort
fixing...
might have to try again with 1.2.8
caused by having refactor-repl in the :dev profile rather :user profile in my .lein/profile.boot - yikes
fixed all issues now, just running the tests again
Releasing to clojars now
will let you know when it's done
1.2.8 released
nice … thanks
new release deps all work … now onwards 🙂
Great!