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 a false positive unreachable for NoReturn coroutine functions #9844

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Fix a false positive unreachable for NoReturn coroutine functions #9844

merged 2 commits into from
Jul 31, 2024

Conversation

tomasz-michalski
Copy link
Contributor

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Fixed a false positive unreachable for NoReturn coroutine functions.

Closes #9840

@jacobtylerwalls jacobtylerwalls added False Positive 🦟 A message is emitted but nothing is wrong with the code backport maintenance/3.3.x labels Jul 30, 2024
@jacobtylerwalls jacobtylerwalls added this to the 3.2.7 milestone Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

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

Project coverage is 95.79%. Comparing base (c25bef3) to head (a234e50).
Report is 106 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9844   +/-   ##
=======================================
  Coverage   95.79%   95.79%           
=======================================
  Files         174      174           
  Lines       18925    18925           
=======================================
  Hits        18130    18130           
  Misses        795      795           
Files with missing lines Coverage Ξ”
pylint/checkers/utils.py 95.73% <100.00%> (ΓΈ)

Copy link
Member

@jacobtylerwalls jacobtylerwalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

pylint/checkers/utils.py Outdated Show resolved Hide resolved

This comment has been minimized.

Copy link
Member

@jacobtylerwalls jacobtylerwalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. Welcome aboard β›΅ !

@jacobtylerwalls jacobtylerwalls merged commit 83ade13 into pylint-dev:main Jul 31, 2024
40 checks passed
github-actions bot pushed a commit that referenced this pull request Jul 31, 2024
Copy link
Contributor

πŸ€– According to the primer, this change has no effect on the checked open source code. πŸ€–πŸŽ‰

This comment was generated for commit a234e50

jacobtylerwalls pushed a commit that referenced this pull request Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport maintenance/3.3.x False Positive 🦟 A message is emitted but nothing is wrong with the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive unreachable for NoReturn coroutine functions
2 participants