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

Add regression test for #6372 #6477

Merged
merged 2 commits into from
May 2, 2022

Conversation

jacobtylerwalls
Copy link
Member

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Closes #6372 (depends on pylint-dev/astroid#1535)

@jacobtylerwalls jacobtylerwalls added Crash πŸ’₯ A bug that makes pylint crash Needs astroid update Needs an astroid update (probably a release too) before being mergable labels Apr 30, 2022
@jacobtylerwalls jacobtylerwalls added this to the 2.14.0 milestone Apr 30, 2022
@jacobtylerwalls jacobtylerwalls marked this pull request as draft April 30, 2022 02:51
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2257788329

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 129 unchanged lines in 12 files lost coverage.
  • Overall coverage increased (+0.05%) to 95.166%

Files with Coverage Reduction New Missed Lines %
pylint/testutils/checker_test_case.py 1 97.96%
pylint/testutils/pyreverse.py 1 97.92%
pylint/checkers/classes/special_methods_checker.py 2 94.83%
pylint/config/arguments_manager.py 2 98.13%
pylint/lint/utils.py 2 96.49%
pylint/reporters/base_reporter.py 2 92.11%
pylint/checkers/utils.py 8 95.78%
pylint/reporters/text.py 9 85.61%
pylint/testutils/lint_module_test.py 10 86.67%
pylint/lint/pylinter.py 26 94.92%
Totals Coverage Status
Change from base Build 2246868922: 0.05%
Covered Lines: 15827
Relevant Lines: 16631

πŸ’› - Coveralls

@Pierre-Sassoulas Pierre-Sassoulas marked this pull request as ready for review May 2, 2022 12:16
@Pierre-Sassoulas Pierre-Sassoulas merged commit 62eed35 into pylint-dev:main May 2, 2022
@jacobtylerwalls jacobtylerwalls deleted the issue-6372 branch May 2, 2022 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash πŸ’₯ A bug that makes pylint crash Needs astroid update Needs an astroid update (probably a release too) before being mergable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash in IterableChecker with starred expression
3 participants