-
Notifications
You must be signed in to change notification settings - Fork 9
rename program to package #60
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
rename program to package #60
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
+ Coverage 71.51% 77.83% +6.31%
==========================================
Files 3 3
Lines 158 203 +45
==========================================
+ Hits 113 158 +45
Misses 45 45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hey @AlexandroBerumen, thanks for this! This will help make the code easier to understand. There are a couple of instances of the name |
Hi @AlexandroBerumen, just checking it to see if you have some time to finish this off? Otherwise we can take it over. Thanks! |
Hi @AlexandroBerumen, thanks again for this. I have renamed those last few variables so this is good to go, will merge now. Cheers! |
Hey @adamltyson what do you think about codecov? I'm not sure how this PR could have led to coverage differences 🤔 |
Not sure, I think we can ignore it. Do we need to update any docs, or usage in any other tools? |
It is a public facing argument so this is a breaking change. The argument name |
We should probably keep backwards compatibility for some time and add a deprecation notice in that case I think. Fancylog isn't used that much (I don't think) but I don't know all the places that would need updating. |
Good point @adamltyson, properly deprecated it now (assuming |
Looks good, thanks @AlexandroBerumen & @JoeZiminski. I will merge, but hold off releasing for a bit until we're sure that v0.5.3 has no issues (after the issues in #71). |
I searched the LoggingHeader class and renamed variables named program to package. If there is more to this PR please let me know. Thanks!
What is this PR
Why is this PR needed?
-Currently the package variable is renamed to program when it is passed to LoggingHeader. It would make sense to rename this from program to package so that the naming is internally consistent.
What does this PR do?
-variables named "program" to "package"
References
Please reference any existing issues/PRs that relate to this PR.
-issue #55 asks if program in LoggingHeader should be called package