vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
675 stars 37 forks source link

REPL does not provide `cljs.user` #62

Closed swannodette closed 4 years ago

swannodette commented 4 years ago

Thus (defn foo [a] a) at the REPL fails.

swannodette commented 4 years ago

Could not reproduce this on iOS simulator, trying some other targets

swannodette commented 4 years ago

This can only happen if there's a reconnect. Krell's reconnect is too naive, there's others thing the ClojureScript does like establish cljs.user and load REPL namespaces. Reconnect needs more hammock, this is only a symptom.