Skip to content

Fix for B.Y.d format corner case #687#698

Closed
jbrockmendel wants to merge 2 commits into
masterfrom
687
Closed

Fix for B.Y.d format corner case #687#698
jbrockmendel wants to merge 2 commits into
masterfrom
687

Conversation

@jbrockmendel

Copy link
Copy Markdown
Contributor

Summary of changes

At the moment _ymd.resolve_ymd can ignore ystridx and dstridx in some corner cases. This PR has resolve_ymd check if enough of [ystridx, mstridx, dstridx] have been specified to uniquely pin down (year, month, day), and if so, use those instead of other heuristics.

Closes #687

Pull Request Checklist

  • Changes have tests
  • Authors have been added to AUTHORS.md
  • News fragment added in changelog.d. See CONTRIBUTING.md for details

@pganssle

Copy link
Copy Markdown
Member

@jbrockmendel You may want to make this branch on your fork for now, because both Appveyor and Travis are set up to build against both branches and PRs, and I don't know how to set it up to do exactly one build. I think I might disable branch builds entirely.

@jbrockmendel

Copy link
Copy Markdown
Contributor Author

Woops, my bad. Will fix.

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.

Parser error with unambiguous date in year 31

2 participants