[CONVOY-1877] fix(structprop): improve parser error messages and fix token formatting - #22
Merged
Merged
Conversation
ngonhu159
force-pushed
the
fix/structprop-parser-error-messages
branch
from
July 24, 2026 04:21
ce26a99 to
4a16a63
Compare
added 2 commits
July 24, 2026 11:25
- Fix format_error_token() to use token objects as mapping keys
(previously showed raw tuple repr like ('OPEN',) in errors)
- Clarify all ParserError messages with better context
- Show source line in parse errors only when available
Activitíe: CONVOY-1877
- Replace actions/checkout@v2 with actions/checkout@v4 - Replace actions/setup-python@v2 with actions/setup-python@v5 - Remove Python 2.7 and 3.6 (no longer available on GitHub Actions runners) - Use Python 3.9 as the only test target Activities: CONVOY-1877
ngonhu159
force-pushed
the
fix/structprop-parser-error-messages
branch
from
July 24, 2026 04:25
4a16a63 to
08219e7
Compare
tuaminx
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Activities: CONVOY-1877