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

Fix two bugs in VDF parsing of KVDict entries #36

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

lonemeow
Copy link
Owner

@lonemeow lonemeow commented Aug 1, 2024

Empty KVDict would cause the parser to crash due whitespaces not being consumed correctly, and a missing consume of the closing brace would result in premature stopping of parsing when a KVDict is inside another KVDict.

Fixes #35

Empty KVDict would cause the parser to crash due whitespaces not being
consumed correctly, and a missing consume of the closing brace would
result in premature stopping of parsing when a KVDict is inside another
KVDict.
@lonemeow lonemeow merged commit 426d63a into main Aug 1, 2024
1 check passed
@lonemeow lonemeow deleted the fix-vdf-parsing branch August 1, 2024 01:03
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.

App crashes on first start when first library folder does not contain any apps
1 participant