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

Remove deprecated nodes #2152

Merged
merged 1 commit into from
Apr 25, 2023
Merged

Remove deprecated nodes #2152

merged 1 commit into from
Apr 25, 2023

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Apr 25, 2023

Description

Remove previously deprecated Ellipsis, ExtSlice, and Index nodes.
Refs #1868
Refs #2148

@cdce8p cdce8p added the Maintenance Discussion or action around maintaining astroid or the dev workflow label Apr 25, 2023
@cdce8p cdce8p added this to the 3.0.0a2 milestone Apr 25, 2023
@cdce8p cdce8p mentioned this pull request Apr 25, 2023
10 tasks
@codecov
Copy link

codecov bot commented Apr 25, 2023

Codecov Report

Merging #2152 (53b6adc) into main (306e8fb) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2152      +/-   ##
==========================================
- Coverage   92.58%   92.58%   -0.01%     
==========================================
  Files          94       94              
  Lines       10835    10832       -3     
==========================================
- Hits        10032    10029       -3     
  Misses        803      803              
Flag Coverage Δ
linux 92.34% <100.00%> (-0.01%) ⬇️
pypy 87.52% <100.00%> (-0.01%) ⬇️
windows 92.18% <100.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
astroid/nodes/node_classes.py 94.91% <ø> (-0.02%) ⬇️
astroid/__init__.py 100.00% <100.00%> (ø)
astroid/nodes/__init__.py 100.00% <100.00%> (ø)

@cdce8p cdce8p added breaking-change and removed Maintenance Discussion or action around maintaining astroid or the dev workflow labels Apr 25, 2023
@DanielNoord DanielNoord merged commit 6865b2b into pylint-dev:main Apr 25, 2023
@cdce8p cdce8p deleted the remove-nodes branch April 25, 2023 17:04
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.

3 participants