hi everybody!
I just upgraded my project to the latest core.async 1.6.673, and when AOT compiling it it is now failing with Unexpected error (NoSuchFieldError) macroexpanding async/go which isn't happening if I use 1.5.648.
I guess it is related to https://clojure.atlassian.net/browse/ASYNC-248 but not sure how
this is probably the same issue as described in https://clojure.atlassian.net/browse/ASYNC-249 and you might want to fall back to the previous release. I believe the actual issue here is in the Clojure compiler but we are certainly tickling it due to the changes in 248
great, just did that, thanks Alex!