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

More information for reserved id, and adjusted errors #193

Merged
merged 2 commits into from
Oct 14, 2023
Merged

Conversation

Gbury
Copy link
Owner

@Gbury Gbury commented Oct 13, 2023

This commits adds more information to "reserved" ids in the typechecker, to distinguish ids reserved for solver use (e.g. those starting with '@' or '.' in smt2), from ids that may be used in some models (such as div0). This allows to correctly decide when to error out when a reserved id becomes shadowed.

Will close #185

This commits adds more information to "reserved" ids in the typechecker,
to distinguish ids reserved for solver use (e.g. those starting with '@'
or '.' in smt2), from ids that may be used in some models (such as
`div0`). This allows to correctly decide when to error out when
a reserved id becomes shadowed.
@Gbury Gbury merged commit 65af097 into master Oct 14, 2023
21 checks passed
@Gbury Gbury deleted the fix_185 branch October 14, 2023 10:45
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.

Reject names starting with @ and . outside of models
1 participant