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

refactor: ♻️ add zencode_table for statements that works for both array and dictionary #746

Merged
merged 5 commits into from
Oct 17, 2023

Conversation

matteo-cristino
Copy link
Collaborator

fix #629

zencode_table.lua was still using ZEN.CODEC, ZEN.serialize and ZEN.assert
The codec was copied from original array that could bring to wrong encoding for example if numbers are floats in an array imported as string array (as in the examples)
@jaromil
Copy link
Member

jaromil commented Oct 17, 2023

now much easier to navigate all the code, thanks!

@jaromil jaromil merged commit e3ae3f3 into master Oct 17, 2023
35 checks passed
@jaromil jaromil deleted the refactor/table_operations branch October 17, 2023 09:30
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

Successfully merging this pull request may close these issues.

Refactor zencoee dictionary and array common functions in zencode_table.lua
2 participants