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
The use of core.typed in clj-sockets caused some sort of AoT-related failure (see CLJS-2742) that can be worked around by having clients use the non-AoT version of ClojureScript 1.10.238 (via the :classifier "slim").
Downstream, Tubular is working around this by simply using a copy of clj-sockets that doesn't use this dependency.
I was curious if you'd be interested in having this change in clj-sockets itself (the removal of core.typed). If so, I'd be willing to put together a PR for consideration.
The text was updated successfully, but these errors were encountered:
$ lein run
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: clojure.core.typed.contract-utils, being replaced by: #'clojure.core.typed.contract-utils/boolean?
The use of
core.typed
inclj-sockets
caused some sort of AoT-related failure (see CLJS-2742) that can be worked around by having clients use the non-AoT version of ClojureScript 1.10.238 (via the:classifier "slim"
).Downstream, Tubular is working around this by simply using a copy of
clj-sockets
that doesn't use this dependency.I was curious if you'd be interested in having this change in
clj-sockets
itself (the removal ofcore.typed
). If so, I'd be willing to put together a PR for consideration.The text was updated successfully, but these errors were encountered: