[BUG] Global memory is not persisted across cells in notebook #232
Labels
bug
Something isn't working
Initiative: REPL/Jupyter
mojo
Issues that are related to mojo
mojo-repo
Tag all issues with this label
Consider two separate cells:
An empty string is printed, because string literals contain pointers to global memory, which are probably not getting persisted between cells as appropriate.
I'm not certain what the solution is: whether all global memory needs to be persisted or this is simply considered unsupported behaviour.
The text was updated successfully, but these errors were encountered: