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
It seems like read support for LST appends isn't implemented in ion-js. When trying to read through LST appends, the binaryReader throws an error stating Can't step in to a scalar value while reading symbol table declarations. LST declarations use an array of structs to define all the symbol tables they’d like to import but while reading an LST append, the imports field's value is symbol $ion_symbol_table, indicating the use of existing table. So the possible cause is that ion-js doesn't recognize this format.
The text was updated successfully, but these errors were encountered:
zslayton
changed the title
BinaryReader throws an exception while reading through LST appends
Implement LST appends in the BinaryReader and BinaryWriter
Feb 23, 2021
It seems like read support for LST appends isn't implemented in ion-js. When trying to read through LST appends, the
binaryReader
throws an error statingCan't step in to a scalar value
while reading symbol table declarations. LST declarations use an array of structs to define all the symbol tables they’d like to import but while reading an LST append, theimports
field's value is symbol$ion_symbol_table
, indicating the use of existing table. So the possible cause is that ion-js doesn't recognize this format.The text was updated successfully, but these errors were encountered: