vouch-opensource / krell

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

Repl doesn't initialise app correctly on second install #99

Closed olivergeorge closed 3 years ago

olivergeorge commented 4 years ago

For some recent testing I needed to see the app boot to a pristine environment. To do this I had to restart the krell repl which I suspect was necessary only as a workaround for an underlying bug.

Setup:

Each iteration

I don't think it should have been necessary to restart the krell repl each time but it was. Without this step the app was "waiting for krell" indefinitely.

This is repeatable using an android emulator. Also happens for iOS Simulator.

swannodette commented 4 years ago

This ticket needs more info. I'm assuming again this is not reproducible on an emulator, only on the Android device you actually have yes?

olivergeorge commented 4 years ago

I'm able to repeat without a physical device. Updated description.

swannodette commented 4 years ago

I just tried deleting an existing Awesome Project and going through the above steps, I could not repro on iOS.

olivergeorge commented 4 years ago

I’ll test again

swannodette commented 3 years ago

Another resolved by master. The REPL is longer involved w/ file loading, and many corrupted states are no longer possible.