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

ktf deserializer returns with Error::EOF when deserializing struct/newtype variants in enums #2

Open
keesvv opened this issue Jul 30, 2022 · 0 comments · May be fixed by #1
Open

ktf deserializer returns with Error::EOF when deserializing struct/newtype variants in enums #2

keesvv opened this issue Jul 30, 2022 · 0 comments · May be fixed by #1
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@keesvv
Copy link
Owner

keesvv commented Jul 30, 2022

See title. I suspect it has to do with the deserializer trying to deserialize a new map while we're still working within the same map.

ktf cannot nest maps because of its table-like characteristic; we might need to store some sort of reference to the current map being parsed.

Any help would be greatly appreciated! <3

@keesvv keesvv added bug Something isn't working help wanted Extra attention is needed labels Jul 30, 2022
@keesvv keesvv linked a pull request Jul 30, 2022 that will close this issue
@keesvv keesvv linked a pull request Jul 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant