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

Catch obvious type errors during elaboration #5929

Open
zrlk opened this issue Nov 14, 2023 · 0 comments
Open

Catch obvious type errors during elaboration #5929

zrlk opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
verifier Issues with the Kythe verifier

Comments

@zrlk
Copy link
Contributor

zrlk commented Nov 14, 2023

The new solver is stricter about types, so a badly-formed goal like:

foo ref Foo

(where the user intended to write @foo ref Foo) will break inside Souffle. The old solver merely failed to solve the goal, since no input tuple would be of the form symbol ref vname.

@zrlk zrlk added the verifier Issues with the Kythe verifier label Nov 14, 2023
@zrlk zrlk self-assigned this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verifier Issues with the Kythe verifier
Projects
None yet
Development

No branches or pull requests

1 participant