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
microbit-foundation/micropython-microbit-v2@6ade36b introduced a change that clears the data log on opening main.py for write. We have our own main.py and our own file system so don't get that in the simulator for free.
However, we already clear the log on flash, so I think this would just catch self-rewriting programs in the simulator context. For that reason I don't think it's worth doing right now as part of #47 as we're pressed for time.
The text was updated successfully, but these errors were encountered:
microbit-foundation/micropython-microbit-v2@6ade36b introduced a change that clears the data log on opening main.py for write. We have our own main.py and our own file system so don't get that in the simulator for free.
However, we already clear the log on flash, so I think this would just catch self-rewriting programs in the simulator context. For that reason I don't think it's worth doing right now as part of #47 as we're pressed for time.
The text was updated successfully, but these errors were encountered: