-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Merge maintenance/2.15.x in main following 2.15.6 release #7799
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
Merged
Pierre-Sassoulas
merged 18 commits into
pylint-dev:main
from
Pierre-Sassoulas:merge-2.15.6-in-main
Nov 19, 2022
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
970e14b
Confirm changes before tbump commit (#7666)
cdce8p 288a88d
Fix astroid-error for parsing module encoding (#7663)
clavedeluna 477f858
Pin pytest to resolve issue with pytest-benchmark (#7674)
cdce8p bf3399e
Update pytest and pytest-benchmark following the 7.2.0 release (#7675)
cdce8p 8e3db1f
Add PyPI deployment environment [ci] (#7676)
cdce8p 4ee928d
Add 'py' to test requirements (#7692)
cdce8p 6d66b18
Fix: reporters receive copy of message (#7620)
Smixi 8b0bb16
Fix astroid error for custom ``next`` method (#7622)
clavedeluna d56f848
Improve Github action workflows (#7651)
cdce8p 98ceab7
Update Primer venv caching [ci] (#7708)
cdce8p 7b0bc19
Fix a crash when looking up an __init__ method (#7744)
mbyrnepr2 19c205d
false positive `unnecessary-list-index-lookup` for enumerate (#7685)
clavedeluna fa618cb
Fix false positive for ``unhashable-member`` when subclassing ``dict`…
mbyrnepr2 9df5e8a
Suppress `stop-iteration-return` on `itertools.cycle` (#7766)
tushar-deepsource ff159a6
Bump timeout for docs check [ci] (#7771)
cdce8p e5c81a9
Replace deprecated `sre_constants.error` with `re.error`
jacobtylerwalls b2af2b2
Release branch 2.15.6 (#7785)
Pierre-Sassoulas 2f94b72
Merge branch 'maintenance/2.15.x' into main following 2.15.6 release
Pierre-Sassoulas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| Message send to reporter are now copied so a reporter cannot modify the message sent to other reporters. | ||
| Messages sent to reporter are now copied so a reporter cannot modify the message sent to other reporters. | ||
|
|
||
| Closes #7214 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fragment should probably be removed as it's included in the changelog for
2.15.6.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's voluntary to include the released notes from patches in minor's whatsnew. It's also convenient as when you merge back the removal need to be done manually again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find the discussion about it :(Here we go : #7426 (comment)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only reason we have a diff on this fragment versus the others is because I suggested a grammar fix on this fragment that Pierre committed at release time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
I was thinking about it the wrong way. We still "need" them for
mainas they technically aren't released yet, just backported.