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

[possibly-used-before-assignment] Model using assert_never #9716

Merged
merged 4 commits into from
Jun 9, 2024

Conversation

jacobtylerwalls
Copy link
Member

Type of Changes

Type
βœ“ πŸ“œ Docs

Description

Closes #9715

Document using assert_never for declaring exhaustiveness to avoid possibly-used-before-assignment.

Clarify "exact same test" exception.

@jacobtylerwalls jacobtylerwalls added Documentation πŸ“— Skip news πŸ”‡ This change does not require a changelog entry labels Jun 9, 2024
@jacobtylerwalls jacobtylerwalls added this to the 3.3.0 milestone Jun 9, 2024
Copy link

codecov bot commented Jun 9, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 95.84%. Comparing base (3f1f7b8) to head (cad90cf).
Report is 132 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9716   +/-   ##
=======================================
  Coverage   95.84%   95.84%           
=======================================
  Files         174      174           
  Lines       18865    18865           
=======================================
  Hits        18082    18082           
  Misses        783      783           

@jacobtylerwalls jacobtylerwalls merged commit 2879d0e into main Jun 9, 2024
26 checks passed
@jacobtylerwalls jacobtylerwalls deleted the assert-never-docs branch June 9, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation πŸ“— Skip news πŸ”‡ This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E0606: detect validation done in external function
2 participants