-
Notifications
You must be signed in to change notification settings - Fork 546
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
0.5.x: Rename NaiveDate::*_opt
methods
#1436
Conversation
NaiveDate::*_opt
methodsNaiveDate::*_opt
methods
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 0.5.x #1436 +/- ##
==========================================
- Coverage 94.19% 94.15% -0.05%
==========================================
Files 37 37
Lines 16821 16696 -125
==========================================
- Hits 15845 15720 -125
Misses 976 976 ☔ View full report in Codecov by Sentry. |
8aeee93
to
5fcc50f
Compare
5fcc50f
to
f254968
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.
Does what it describes. Only removes the _opt suffix and renames two macros.
This continues the renaming op all
_opt
methods after the removal of their deprecated panicking variants in #1394. Only theNaiveDate
type was left out of that PR. Turns out for the best, as the find-and-replace touches ca. 1000 lines.The first three commits are a cosmetic fix for some tests that I would like to backport to the main branch in a later PR (I'm collecting a couple).
The last two commits remove 4 lines that mentioned removed
*_opt
methods in comments that slipped through in #1394 and the last merge of main.