This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-17
Channels
- # aleph (3)
- # bangalore-clj (2)
- # beginners (76)
- # boot (37)
- # braid-chat (7)
- # business (1)
- # clara (1)
- # cljsrn (45)
- # clojure (36)
- # clojure-android (1)
- # clojure-austin (2)
- # clojure-dusseldorf (4)
- # clojure-spec (2)
- # clojure-uk (2)
- # clojurebridge-ams (4)
- # clojurescript (79)
- # clr (1)
- # community-development (5)
- # core-async (1)
- # cursive (4)
- # data-science (1)
- # funcool (3)
- # hoplon (3)
- # om (107)
- # om-next (6)
- # other-lisps (1)
- # overtone (1)
- # planck (2)
- # reagent (24)
- # rum (1)
- # specter (7)
- # yada (46)
I was taking some time today to try clojure.spec in a project that uses Aleph and spec caught something here. https://github.com/ztellman/aleph/blob/master/src/aleph/http/multipart.clj#L30 Now for the life of me I can’t figure out what’s wrong with the fn because I’m not super versed in spec lol. But here’s the trace when using [org.clojure/clojure “1.9.0-alpha12"]
This looks like the closest error similar to the issue. It seems that it doesn’t like the :or
value in the destructuring. https://groups.google.com/d/msg/clojure/mIlKaOiujlo/vbn1sofTCgAJ
Nevermind! I’m just on “0.4.1” so I haven’t received this change. https://github.com/ztellman/aleph/commit/7d6f2f5bf743301c5a4ab0705725bf9b50b91896