Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement LST appends in the BinaryReader and BinaryWriter #639

Open
desaikd opened this issue Nov 3, 2020 · 0 comments
Open

Implement LST appends in the BinaryReader and BinaryWriter #639

desaikd opened this issue Nov 3, 2020 · 0 comments

Comments

@desaikd
Copy link
Contributor

desaikd commented Nov 3, 2020

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.

@zslayton zslayton changed the title BinaryReader throws an exception while reading through LST appends Implement LST appends in the BinaryReader and BinaryWriter Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant