-
Notifications
You must be signed in to change notification settings - Fork 47
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
OMeta parse errors get ignored by pybars3 #23
Comments
+1 |
@dagnelies This has been fixed in this fork: https://github.com/DataDog/pybars3 with this PR (DataDog#1). |
@isaacdd Are you interested in having access to this repo and the project on PyPi? I'm too overcommitted with stuff right now to keep up with this. |
@wbond Thanks! I would be interested in that. |
@isaacdd Do you have a PyPi username? |
@wbond it is |
Ok, all set on GitHub and PyPi. Thanks for helping out! |
Fixed with 0.9.2. |
great, thanks @isaacdd ! |
To reproduce:
After inspecting the parse error, it seems that OMeta only reports the position, but
None
for the error.I think a parse error should be raised whenever the parse position is less than the length of the string.
The text was updated successfully, but these errors were encountered: