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: fuzz test not updated to use TypeMismatch #3768

Merged

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Feb 10, 2024

this is a regression introduced in c6b29c7; the exception thrown by validate_expected_type() was updated to be TypeMismatch, but this test was not correspondingly updated. this is a regression in the test suite, not in the compiler itself.

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

this is a regression introduced in c6b29c7; the exception thrown by
`validate_expected_type()` was updated to be `TypeMismatch`, but this
test was not correspondingly updated.
@codecov-commenter
Copy link

codecov-commenter commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c6b29c7) 84.78% compared to head (ca46d63) 84.78%.
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3768   +/-   ##
=======================================
  Coverage   84.78%   84.78%           
=======================================
  Files          92       92           
  Lines       13129    13129           
  Branches     2934     2934           
=======================================
  Hits        11132    11132           
  Misses       1534     1534           
  Partials      463      463           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@charles-cooper charles-cooper merged commit cc7c198 into vyperlang:master Feb 11, 2024
84 checks passed
@charles-cooper charles-cooper deleted the fix/type-mismatch-test branch February 11, 2024 15:08
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.

None yet

4 participants