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

[deprecation] Make 'OutputLine' require a fixed number of args #8474

Conversation

Pierre-Sassoulas
Copy link
Member

Type of Changes

Type
🔨 Refactoring

Description

Enacting planned deprecation.

@Pierre-Sassoulas Pierre-Sassoulas added the Maintenance Discussion or action around maintaining pylint or the dev workflow label Mar 21, 2023
@Pierre-Sassoulas Pierre-Sassoulas added this to the 3.0.0a6 milestone Mar 21, 2023
DanielNoord
DanielNoord previously approved these changes Mar 21, 2023
doc/whatsnew/fragments/8474.internal Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

Merging #8474 (0c80e1e) into main (eeb3eec) will increase coverage by 0.10%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #8474      +/-   ##
==========================================
+ Coverage   95.81%   95.92%   +0.10%     
==========================================
  Files         174      174              
  Lines       18334    18358      +24     
==========================================
+ Hits        17567    17609      +42     
+ Misses        767      749      -18     
Impacted Files Coverage Δ
...lint/testutils/functional/find_functional_tests.py 100.00% <100.00%> (ø)
pylint/testutils/lint_module_test.py 94.35% <100.00%> (+9.74%) ⬆️
pylint/testutils/output_line.py 98.36% <100.00%> (-1.64%) ⬇️

DanielNoord
DanielNoord previously approved these changes Mar 21, 2023
@github-actions

This comment has been minimized.

@Pierre-Sassoulas
Copy link
Member Author

Pierre-Sassoulas commented Mar 21, 2023

I'm going to fix the coverage properly in #8484 , we need to have test for the updating of functional output, it can break anytime and it would with the current change. Drafting this.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Pierre-Sassoulas Pierre-Sassoulas removed the Blocked 🚧 Blocked by a particular issue label Mar 23, 2023
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
@Pierre-Sassoulas Pierre-Sassoulas marked this pull request as ready for review March 28, 2023 19:50
Copy link
Collaborator

@DanielNoord DanielNoord left a comment

Choose a reason for hiding this comment

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

🚀

@Pierre-Sassoulas Pierre-Sassoulas enabled auto-merge (squash) March 28, 2023 20:11
@Pierre-Sassoulas Pierre-Sassoulas merged commit f95b5b1 into pylint-dev:main Mar 28, 2023
@github-actions
Copy link
Contributor

🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉

This comment was generated for commit 0c80e1e

@Pierre-Sassoulas Pierre-Sassoulas deleted the output-line-functional-tests branch March 28, 2023 21:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants