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

Missing consistency check for function identifiers #651

Open
fpoli opened this issue Feb 9, 2023 · 0 comments
Open

Missing consistency check for function identifiers #651

fpoli opened this issue Feb 9, 2023 · 0 comments
Labels
bug Something isn't working consistency

Comments

@fpoli
Copy link
Member

fpoli commented Feb 9, 2023

The AST of a program containing a top-level function with a quote (') in its name passes the consistency checks. However, the dump of the program is rejected by the Viper parser.

The dump looks like this:

domain MyDomain {}
function something$'_$something(x: MyDomain): MyDomain
@fpoli fpoli added bug Something isn't working consistency labels Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working consistency
Projects
None yet
Development

No branches or pull requests

1 participant