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: Upper limit on rounding increments #2480

Merged
merged 2 commits into from
Feb 1, 2023

Commits on Feb 1, 2023

  1. Normative: Upper limit on rounding increments

    Rounding increments are usually limited. In a few cases (years, months,
    weeks, and days for Temporal.Durations), they were previously only limited
    by being required to be finite. This introduces a limit of 1e9 for these
    previously unlimited cases.
    
    1e9 fits in a 32-bit integer, to make things simpler for implementations,
    but is clearer to explain in end-user documentation than UINT32_MAX.
    ptomato committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5f3cd0e View commit details
    Browse the repository at this point in the history
  2. Update test262

    ptomato committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2728067 View commit details
    Browse the repository at this point in the history