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

Implement type validation as part of parser #152

Merged
merged 8 commits into from
Nov 22, 2024
Merged

Implement type validation as part of parser #152

merged 8 commits into from
Nov 22, 2024

Conversation

knutwannheden
Copy link
Contributor

@knutwannheden knutwannheden commented Nov 20, 2024

Make sure that all LST elements or of the expected type. Type inconsistencies can occur due to the type erasure of Java generics. The parser will now validate the entire LST and return a ParseError if there are any inconsistencies.

Make sure that all LST elements or of the expected type. Type inconsistencies can occur due to the type erasure of Java generics.
@knutwannheden knutwannheden marked this pull request as ready for review November 22, 2024 08:32
@knutwannheden knutwannheden merged commit 32b5410 into main Nov 22, 2024
1 of 2 checks passed
@knutwannheden knutwannheden deleted the validator branch November 22, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants