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 crash for unneccessary-ellipsis checker #6038

Conversation

mbyrnepr2
Copy link
Member

@mbyrnepr2 mbyrnepr2 commented Mar 29, 2022

Fix crash for unneccessary-ellipsis checker when an ellipsis is used inside of a list.

Closes #6037
Closes #6048

Type of Changes

Type
βœ“ πŸ› Bug fix
✨ New feature
πŸ”¨ Refactoring
πŸ“œ Docs

Description

Closes #XXX

@mbyrnepr2 mbyrnepr2 force-pushed the 6037_crash_unnecessary_ellipsis_checker branch from 3c95269 to 3468344 Compare March 29, 2022 18:21
@Pierre-Sassoulas Pierre-Sassoulas added Needs backport Needs to be cherry-picked on the current patch version by a pylint's maintainer Crash πŸ’₯ A bug that makes pylint crash labels Mar 29, 2022
@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.13.4 milestone Mar 29, 2022
@coveralls
Copy link

coveralls commented Mar 29, 2022

Pull Request Test Coverage Report for Build 2061576588

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 44 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.03%) to 94.206%

Files with Coverage Reduction New Missed Lines %
pylint/config/option_manager_mixin.py 19 89.45%
pylint/lint/run.py 25 73.76%
Totals Coverage Status
Change from base Build 2059373291: 0.03%
Covered Lines: 15414
Relevant Lines: 16362

πŸ’› - Coveralls

@mbyrnepr2 mbyrnepr2 marked this pull request as ready for review March 29, 2022 19:32
@mbyrnepr2 mbyrnepr2 closed this Mar 29, 2022
@mbyrnepr2 mbyrnepr2 reopened this Mar 29, 2022
@Pierre-Sassoulas Pierre-Sassoulas merged commit d12c770 into pylint-dev:main Mar 30, 2022
@mbyrnepr2 mbyrnepr2 deleted the 6037_crash_unnecessary_ellipsis_checker branch March 30, 2022 20:34
@Pierre-Sassoulas Pierre-Sassoulas added Backported and removed Needs backport Needs to be cherry-picked on the current patch version by a pylint's maintainer labels Mar 31, 2022
Pierre-Sassoulas added a commit that referenced this pull request Mar 31, 2022
When an ellipsis is used inside of a list or inside a container

Closes #6037

Co-authored-by: Mark Byrne <mark.byrne@rabobank.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backported Crash πŸ’₯ A bug that makes pylint crash
Projects
None yet
4 participants