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
I couldn't find the limitations section in the docs.
Is bignum support considered?
This should probably be up front in the introductory section of the docs, but for reference, bignums are covered in the "Limitations" section of the Programmer's Guide:
I couldn't find the limitations section in the docs.
externalterm
to have better error reporting when it can't decode serialized data?AVM communicate well enough if value is out of bounds in runtime but does pretty poor error reporting if loaded BEAM file has it as a literal:
AtomVM/src/libAtomVM/externalterm.c
Lines 700 to 702 in 23b0781
This aborts the VM (
module_load_literal
).Example code:
The text was updated successfully, but these errors were encountered: