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

Release branch 2.15.3 #7477

Conversation

Pierre-Sassoulas
Copy link
Member

No description provided.

@Pierre-Sassoulas Pierre-Sassoulas added Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry labels Sep 16, 2022
@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.15.3 milestone Sep 16, 2022
@Pierre-Sassoulas
Copy link
Member Author

Pierre-Sassoulas commented Sep 16, 2022

@DanielNoord @jacobtylerwalls I'm considering releasing those 3 crash fixes before the astroid update, what do you think ? It's not that much more trouble. (#7399 and #7476 would wait 2.15.4)

@DanielNoord
Copy link
Collaborator

Fine with me. However, last minor release was on a Friday and caused considerable regressions.
I don't have a lot of time this weekend, so personally I'd prefer releasing on Monday or Tuesday in case we and the primer missed any significant regressions.

@jacobtylerwalls
Copy link
Member

Let's wait for the astroid update.

@Pierre-Sassoulas Pierre-Sassoulas added Blocked 🚧 Blocked by a particular issue Needs astroid update Needs an astroid update (probably a release too) before being mergable labels Sep 17, 2022
@Pierre-Sassoulas Pierre-Sassoulas removed Blocked 🚧 Blocked by a particular issue Needs astroid update Needs an astroid update (probably a release too) before being mergable labels Sep 17, 2022
@Pierre-Sassoulas
Copy link
Member Author

I released/upgraded astroid, there's only #7476 now

@DanielNoord
Copy link
Collaborator

Should be able to fix that tomorrow morning!

mbyrnepr2 and others added 4 commits September 19, 2022 15:00
* Fix false positive for ``global-variable-not-assigned`` when a global variable is re-assigned via a ``ImportFrom`` node.

Closes pylint-dev#4809

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
…#7476)

Co-authored-by: detachhead <detachhead@users.noreply.github.com>
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
- Fixed a crash in the ``unhashable-member`` checker when using a ``lambda`` as a dict key.

Closes #7453 (`#7453 <https://github.com/PyCQA/pylint/issues/7453>`_)
- Fix a crash in the ``modified-iterating-dict`` checker involving instance attributes.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Didn't we fix the new lines here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not on the maintenance branch :)

@Pierre-Sassoulas Pierre-Sassoulas merged commit 403dac6 into pylint-dev:maintenance/2.15.x Sep 19, 2022
@Pierre-Sassoulas Pierre-Sassoulas deleted the release-branch-2.15.3 branch September 19, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news 🔇 This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants