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: offset handling error malfunction #4

Merged
merged 2 commits into from
Jun 18, 2023

Conversation

ryangjchandler
Copy link
Owner

Closes #3.

The error handling mechanism that would produce an #[Error] token type was taking the $offset by reference and modifying it, when it didn't need to since the main tokenisation logic was already handling it correctly.

@ryangjchandler ryangjchandler added the bug Something isn't working label Jun 18, 2023
@ryangjchandler ryangjchandler merged commit 2fc313e into main Jun 18, 2023
@ryangjchandler ryangjchandler deleted the fix/error-handling-offset-malfunction branch June 18, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]:
1 participant