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

prevent stray bytes from disallowing subsequent events #74

Merged
merged 1 commit into from Mar 5, 2022

Conversation

jozsefsallai
Copy link
Member

@jozsefsallai jozsefsallai commented Mar 3, 2022

Events that have stray bytes between an event and the start of another event did not get compiled. The change makes it so any byte apart from #, <, and newline chars will not disable the compilation of subsequent events. Instead, it will let whatever's before these bytes to say whether or not the next events should be parsed (tldr: it shouldn't break anything).

Example for an event that didn't get compiled because of this:

thank you nicalis

Fixes #73.

@jozsefsallai jozsefsallai changed the title prevent stray bytes from disallowing subsequent events (fixes #73) prevent stray bytes from disallowing subsequent events Mar 3, 2022
@Daedliy Daedliy mentioned this pull request Mar 3, 2022
23 tasks
@dawndus dawndus merged commit bc56271 into doukutsu-rs:master Mar 5, 2022
@jozsefsallai jozsefsallai deleted the bugfix/unreachable-events branch March 7, 2022 09:07
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.

Assembly Hall door doesn't work
2 participants