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

Normative: Update calendar data consistency validation #2500

Merged
merged 7 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    d0f60dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    170b35e View commit details
    Browse the repository at this point in the history
  3. Normative: Remove the ECMA-402 PrepareTemporalFields override

    "era" and "eraYear" are still checked in alphabetical order along with other fields
    when the calendar specifies their relevance,
    but ensuring both-or-neither and consistency between the pair and "year"
    is no longer part of the operation (although it remains part of CalendarResolveFields
    along with similar checks for "month" and "monthCode").
    
    Fixes tc39#2465
    gibson042 authored and ptomato committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0fc94f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a25808e View commit details
    Browse the repository at this point in the history
  5. Polyfill: Align with spec

    Aditi-1400 authored and ptomato committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e37fd00 View commit details
    Browse the repository at this point in the history
  6. Normative: Remove type determination from the ECMA-402 Calendar `fiel…

    …ds` algorithm
    
    Keep it in the implementation-defined CalendarFieldDescriptors operation
    gibson042 authored and ptomato committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    13e30b6 View commit details
    Browse the repository at this point in the history
  7. Update test262

    ptomato committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ecbe690 View commit details
    Browse the repository at this point in the history