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 type verification when TypeOf type is involved #653

Merged
merged 5 commits into from
Jul 9, 2024
Merged

Conversation

Jezurko
Copy link
Collaborator

@Jezurko Jezurko commented Jul 9, 2024

Fix #645
I have also fixed the -vast-disable-verifier option (renamed form vast-disable-vast-verifier), so that it also applies to passes - since even emitting hl requires us to run a pass, it was virtually useless

@Jezurko Jezurko added the bug Something isn't working label Jul 9, 2024
@Jezurko Jezurko self-assigned this Jul 9, 2024
@Jezurko Jezurko requested a review from xlauko as a code owner July 9, 2024 09:54
Copy link
Contributor

github-actions bot commented Jul 9, 2024

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 1 file(s) not formatted
  • include/vast/Frontend/Options.hpp

Have any feedback or feature suggestions? Share it here.

@xlauko xlauko merged commit 0f015e5 into master Jul 9, 2024
8 checks passed
@xlauko xlauko deleted the typeof-verify branch July 9, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Verifier fails to match binary operand types when one of them is a typeof type
2 participants