Fork me on GitHub
#ring-swagger
<
2017-01-20
>
singen14:01:52

@ikitommi I’m trying to compile my common library in my multimodule project with aot, but for some odd reason, muuntaja always fails on compile. (but it works at runtime) It looks like this

java.lang.RuntimeException: Unable to resolve symbol: update in this context, compiling:(muuntaja/core.clj:333:9)
Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: update in this context, compiling:(muuntaja/core.clj:333:9)

ikitommi14:01:50

@singen hmm... what clojure version are you using? the update came in 1.7...

ikitommi16:01:55

well, that's weird. If you can publish a minimalistic repo with this, I can try to track that. We haven't aot'd apps since 2013 (just the main with runtime dep to the actual code), bit slower startup, but haven't been an issue.

singen19:01:45

It'll have to wait until monday, but no problem