You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered error when macroexpanding clojure.core.async/go.
ClassCastException: clojure.lang.Keyword incompatible with clojure.lang.IObj
The text was updated successfully, but these errors were encountered:
theronic
changed the title
Encountered error when macroexpanding clojure.core.async/go. ClassCastException: clojure.lang.Keyword incompatible with clojure.lang.IObj
go-try throws ClassCastException: clojure.lang.Keyword incompatible with clojure.lang.IObj
Nov 13, 2022
Trying to use superv.async in my ClojureScript project, but
(go-try S ...)
throws a ClassCastException at compile time:Error:
Encountered error when macroexpanding clojure.core.async/go.
ClassCastException: clojure.lang.Keyword incompatible with clojure.lang.IObj
The text was updated successfully, but these errors were encountered: