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

Handle unspecified + qualified EDTF strings #58

Merged
merged 3 commits into from
May 30, 2024

Conversation

ColeDCrawford
Copy link
Contributor

@ColeDCrawford ColeDCrawford commented May 28, 2024

Unspecified dates previously could not handle qualification ("16XX~"). Unspecified dates also couldn't handle dates with 3 unspecified digits ("1XXX"). This commit adds both those features and tests for those use cases.

Closes #38

Unspecified dates previously could not handle qualification. Unspecified dates also couldn't handle dates with 3 unspecified digits ("1XXX"). This commit adds both those features and tests for those use cases.
Requires quite a few overrides of lower_ and upper_ range methods to properly handle dates due to padding working in the opposite direction for negative dates, esp when combined with month/day padding.
@ColeDCrawford ColeDCrawford marked this pull request as ready for review May 28, 2024 17:52
@ColeDCrawford
Copy link
Contributor Author

@aweakley take a look at this one whenever you have a chance

@aweakley
Copy link
Member

This looks great, thank you very much.

@aweakley aweakley merged commit 8c571b0 into ixc:v5 May 30, 2024
0 of 5 checks passed
@ColeDCrawford ColeDCrawford mentioned this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants