core-async

2023-04-12T11:42:19.214459Z

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

Alex Miller (Clojure team) 2023-04-12T13:07:13.818849Z

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

2023-04-12T13:08:03.473029Z

great, just did that, thanks Alex!