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 issue when inferring single-node or non-const JoinedStr #2578

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

ericvergnaud
Copy link
Contributor

@ericvergnaud ericvergnaud commented Sep 23, 2024

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Supports inference of single-node and non-const JoinedStr

Fixes #9947

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

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

Project coverage is 93.10%. Comparing base (706fcdb) to head (1cfeaa8).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2578      +/-   ##
==========================================
- Coverage   93.10%   93.10%   -0.01%     
==========================================
  Files          93       93              
  Lines       11067    11065       -2     
==========================================
- Hits        10304    10302       -2     
  Misses        763      763              
Flag Coverage Ξ”
linux 92.98% <100.00%> (-0.01%) ⬇️
pypy 93.10% <100.00%> (-0.01%) ⬇️
windows 93.08% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Ξ”
astroid/nodes/node_classes.py 95.13% <100.00%> (-0.01%) ⬇️

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 quick fix!

@jacobtylerwalls jacobtylerwalls merged commit 8585ce6 into pylint-dev:main Sep 23, 2024
20 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 23, 2024
jacobtylerwalls pushed a commit that referenced this pull request Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants