Skip to content

Conversation

@thehiddenwaffle
Copy link
Contributor

Fix comparison operators in pest grammar.

Removed function names from comp_op operators rule("in", "nin", "size", "noneOf", "anyOf", "subsetOf") to align with the intended grammar restrictions. This fixes #97

Also formatted parser.rs because I see that I had forgotten to do so last pull request and it's causing rustfmt CI checks to fail(sorry about that).

Also I see you incremented version and updated changelog after last PR, sorry I didn't do that and I am more than happy to do so in the future pull requests, but I figured this current PR also falls under the description you gave for v1.0.2.

Removed function names from `comp_op` operators rule("in", "nin", "size", "noneOf", "anyOf", "subsetOf") to align with the intended grammar restrictions.
@besok besok merged commit 2050b61 into besok:main May 15, 2025
5 checks passed
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.

Found inconsistent error due to inconsistency in pest file

2 participants