-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[deprecation] Make 'OutputLine' require a fixed number of args #8474
Conversation
Codecov Report
Additional details and impacted files@@ 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
|
This comment has been minimized.
This comment has been minimized.
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. |
1d5a1d8
to
aa10d07
Compare
This comment has been minimized.
This comment has been minimized.
a446504
to
d4e78f0
Compare
This comment has been minimized.
This comment has been minimized.
Co-authored-by: DaniΓ«l van Noord <[email protected]>
670df4b
to
0c80e1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 0c80e1e |
Type of Changes
Description
Enacting planned deprecation.