Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: Fix inconsistency in order of observable operations
Previously, the monthDayFromFields() method of non-ISO calendars behaved differently from dateFromFields() and yearMonthFromFields(), checking the overflow option after accessing the fields whereas the other two checked the overflow option first. This normative change fixes this inconsistency.
- Loading branch information