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

Slight bug with extend, might also exist with project #44

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Conversation

ejcx
Copy link
Contributor

@ejcx ejcx commented Mar 3, 2024

There's a slight parsing issue with extend that also might exist for project. Currently extend a=1 bb doesn't throw an error, instead it just ignores bb (which is minor but not correct).

This change simplifies the parsing logic for the extendOperator.

There's a slight parsing issue with `extend` that also might exist for
project. Currently `extend a=1 bb` doesn't throw an error, instead it
just ignores bb (which is probably fine).

Minor bug but this simplifies the parsing logic for the extendOperator.
@ejcx ejcx marked this pull request as ready for review March 3, 2024 04:13
@ejcx ejcx merged commit 6728246 into main Mar 5, 2024
4 checks passed
@abraithwaite abraithwaite deleted the ej/extend-bug branch March 5, 2024 19:08
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.

2 participants