This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-28
Channels
- # aws (3)
- # beginners (14)
- # boot (222)
- # cider (9)
- # cljs-dev (14)
- # clojure (107)
- # clojure-chicago (1)
- # clojure-dev (31)
- # clojure-nl (1)
- # clojure-poland (3)
- # clojure-russia (44)
- # clojure-sg (13)
- # clojure-za (3)
- # clojurescript (81)
- # core-async (5)
- # core-logic (4)
- # cursive (3)
- # data-science (3)
- # datomic (13)
- # events (7)
- # ldnclj (6)
- # leiningen (1)
- # off-topic (4)
- # om (298)
- # re-frame (13)
- # ring-swagger (7)
- # yada (12)
Gah, this "method code too large" thing is killing me: https://github.com/metosin/compojure-api/issues/135
Any good workarounds anyone has?
@timgilbert: Is the problem only with AOT or in general? Have you tried separating your routes to several defroutes*?
Yeah, they are all in separate defroutes
I finally just gave up on AOT but it was a pretty painful discovery process
But I did get it fixed in the end by not AOT-compiling the routes and including source in my uberjar
Yeah, the documentation should probably be made clearer about AOT not being supported.