-
Notifications
You must be signed in to change notification settings - Fork 486
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
Update United States holidays: Alaska state holidays correction #2083
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2083 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 191 191
Lines 11546 11546
Branches 1743 1743
=========================================
Hits 11546 11546 ☔ View full report in Codecov by Sentry. |
But option with |
Co-authored-by: ~Jhellico <[email protected]>
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.
LGTM.
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.
Could you include the relevant sources into the code?
// I've clarified the contributing instructions as they weren't clear on how it should be done.
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.
👍 looks great!
Quality Gate passedIssues Measures |
…nza#2083) Co-authored-by: ~Jhellico <[email protected]>
Proposed change
According to the "Alaska Dispatch":
Thus, the start date for this should be 1917 instead of 1867 as in the current implementation.
As for
Seward's Day
, a local newspaper mentioned that this wasn't observed in 1921:Note
There's currently 2 state-level checks being used in United States test files at the moment, between
and
with negligible performance difference between the two - though we should probably standardize our test code to either one of them.
Type of change
holidays
functionality in general)Checklist
make pre-commit
, it didn't generate any changesmake test
, all tests passed locally