This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-02
Channels
- # arachne (8)
- # beginners (48)
- # carry (4)
- # chestnut (2)
- # cider (12)
- # cljs-dev (3)
- # clojure (28)
- # clojure-belgium (2)
- # clojure-brasil (1)
- # clojure-greece (4)
- # clojure-russia (6)
- # clojure-spec (1)
- # clojurescript (32)
- # cursive (11)
- # defnpodcast (2)
- # euroclojure (1)
- # hoplon (43)
- # jobs (2)
- # jobs-rus (10)
- # off-topic (11)
- # om (32)
- # onyx (28)
- # overtone (5)
- # parinfer (4)
- # planck (11)
- # protorepl (2)
- # reagent (2)
- # spacemacs (3)
- # yada (5)
@dspiteself: Our release process is another thing I need to eventually write about. It's set up so we can have fast turn around times. Every time we push to master of Onyx core, all 15 or so dependent projects/guides/tutorials/docs rebuild with the changeset from master to check for backward-compatibility issues.
Actually, just counted. 20 dependent projects.
@conradj3: For a few minutes, yes.
@asolovyov: is this taken from onyx.log?
Hmm, that part is weird. Anyway, it looks like what happened is onyx-http got a 400 return code and threw an exception
Looks like clj-http threw an exception as describe here: https://github.com/dakrone/clj-http#exceptions
Then flow conditions / handle-exception didn’t handle it, so your job was killed
Mmm strange
Ah, that one is fixed in 0.9.7. Not sure how it didn’t popup earlier
Should be out v v soon
Once we fix our broken release process
I "fixed" it a couple of weeks okay. Now we're fixing it again. 😄