with the Hermes engine on Android bundle size doesn't matter that much anymore
but with JSCore it can be a few seconds difference at startup time on low end devices
Thanks for the tip
I’m having trouble upgrading the version of Krell I’m using. When I boot up the simulator, it hangs on “Waiting for Krell to load files.” The bundler is showing “Service resolved” for 5001 and 5002, and the Krell REPL is “Waiting for device connection on port 5001.” I’ve deleted .cpcache
. Anyone seen/fixed this?
I tried clearing out target/
in case there was old stuff in there, and now it’s not outputting anything when it builds, so something worse is going on, I’ll keep digging.
@joshmiller hrm that seems odd
the not building thing - are you passing the -v
flag?
clj -m krell.main -v -co build.edn -r
the flag/value order slightly easy to mess this up and cljs.main
doesn't validate that much
@joshmiller -c
to build
-r
is just to start the REPL
the order of the flags doesn't matter
Ahh, ok
I see what happened
but if you accidentally write flag flag value
or something like that unintentionally it can be cryptic
otherwise your command is fine
I copied the “Starting a REPL” section from the README
but -c
to compile
Which doesn’t have -c
right let me fix that
Cool, thanks for the help
And once I’ve done all that, latest version does in fact now build/run correctly, thanks.
@joshmiller excellent README updated - thanks for the feedback