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 token constructor error #3615

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Fix token constructor error #3615

merged 1 commit into from
Sep 4, 2023

Conversation

radumereuta
Copy link
Contributor

Fixes #3460

Apparently we already had a check for this error, but it didn't take into consideration productions of the form:
syntax Id [token] since these are represented as SyntaxSort and not Productions.

This is a fix for the old issue: #2241

@rv-jenkins rv-jenkins changed the base branch from master to develop September 4, 2023 10:16
@Robertorosmaninho
Copy link
Collaborator

Hey @radumereuta, these modifications made some tests fail. Could you check if the tests are intended to fail like that, or how we can rewrite them not to fail?

Copy link
Collaborator

@Robertorosmaninho Robertorosmaninho left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @radumereuta !

@rv-jenkins rv-jenkins merged commit c2d7340 into develop Sep 4, 2023
@rv-jenkins rv-jenkins deleted the issue3460tokenConstr branch September 4, 2023 14:43
@Baltoli Baltoli mentioned this pull request Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[K-Bug] “Cannot define constructor: sort has domain values”
3 participants