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
However, is only the case for invocations of user macros with an ID lower than 64.
Invocations of system macros are two bytes (0xEE 0x__), and invocations of macros with IDs >= 64 are at least two bytes.
The text was updated successfully, but these errors were encountered:
Currently,
inspect
assumes all e-expressions will have a one-byte header:ion-cli/src/bin/ion/commands/inspect.rs
Lines 458 to 466 in 03a3fc8
However, is only the case for invocations of user macros with an ID lower than 64.
Invocations of system macros are two bytes (
0xEE 0x__
), and invocations of macros with IDs>= 64
are at least two bytes.The text was updated successfully, but these errors were encountered: