Fork me on GitHub
#ring-swagger
<
2015-10-28
>
timgilbert16:10:46

Gah, this "method code too large" thing is killing me: https://github.com/metosin/compojure-api/issues/135

timgilbert16:10:11

Any good workarounds anyone has?

juhoteperi20:10:19

@timgilbert: Is the problem only with AOT or in general? Have you tried separating your routes to several defroutes*?

timgilbert20:10:05

Yeah, they are all in separate defroutes

timgilbert20:10:23

I finally just gave up on AOT but it was a pretty painful discovery process

timgilbert20:10:02

But I did get it fixed in the end by not AOT-compiling the routes and including source in my uberjar

juhoteperi21:10:34

Yeah, the documentation should probably be made clearer about AOT not being supported.