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
There are still references to microbit_panic coming from the ManagedString class (specifically StringData inherits from RefCounted, which could throw a MICROBIT_HEAP_ERROR).
We should try and remove this reference as the microbit panic class does various things that aren't implemented in hardware on this processor.
The text was updated successfully, but these errors were encountered:
There are still references to
microbit_panic
coming from theManagedString
class (specificallyStringData
inherits fromRefCounted
, which could throw aMICROBIT_HEAP_ERROR
).We should try and remove this reference as the microbit panic class does various things that aren't implemented in hardware on this processor.
The text was updated successfully, but these errors were encountered: