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 blanket "unexpected assign token" error message / usability issue #6778

Merged
merged 1 commit into from
May 31, 2024

Conversation

anderseknert
Copy link
Member

This one has been among my top annoyances, and thanks to @johanfylling, it was easy to finally track down. Had to update a few tests, but not too many.

Fixes #6563

This one has been among my top annoyances, and thanks to @johanfylling,
it was easy to finally track down. Had to update a few tests, but not too
many.

Fixes open-policy-agent#6563

Signed-off-by: Anders Eknert <anders@styra.com>
Copy link
Contributor

@srenatus srenatus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh nice effect for a small change. Wouldn't have thought so without the tests 😄

@anderseknert anderseknert merged commit d2e995e into open-policy-agent:main May 31, 2024
28 checks passed
@anderseknert anderseknert deleted the fix-6563 branch May 31, 2024 10:23
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.

"unexpected assign token" error is almost always wrong and masks real issues
2 participants