This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-22
Channels
- # aatree (21)
- # announcements (10)
- # avi (1)
- # aws (15)
- # beginners (96)
- # boot (269)
- # braid-chat (92)
- # cider (9)
- # clara (10)
- # cljs-dev (3)
- # cljsjs (14)
- # cljsrn (20)
- # clojure (198)
- # clojure-art (3)
- # clojure-hamburg (2)
- # clojure-ireland (4)
- # clojure-russia (117)
- # clojure-spain (3)
- # clojured (1)
- # clojurescript (253)
- # code-reviews (6)
- # community-development (7)
- # conf-proposals (52)
- # core-async (4)
- # cursive (4)
- # datomic (4)
- # devcards (1)
- # emacs (59)
- # euroclojure (5)
- # funcool (1)
- # hoplon (39)
- # human (1)
- # jobs (4)
- # ldnclj (15)
- # ldnproclodo (1)
- # leiningen (3)
- # mount (37)
- # off-topic (14)
- # om (77)
- # perun (10)
- # proton (12)
- # rdf (1)
- # re-frame (9)
- # reagent (42)
- # ring-swagger (10)
- # yada (50)
Hey, I really like the new changes to compojure-api. However, I was following the migration docs and the :middlewares
-> :middleware
is not mentioned. That would be really helpful to add.
Yeah will update
thanks!
Ha, it is kind of mentioned, there is *todo* mark under middlewares header 😄
OK, after changing my :middlewares
keys to :middleware
I”m getting
"No method in multimethod 'restructure-param' for dispatch value: :middleware"
(I’m trying to refactor authenticated-compojure-api
to support the changes)
The snapshot is probably not updated since middleware change was merged
Oh, that explains why I didn’t get the expected errors / warnings.
New snapshot is available now