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

Editorial: Refactor to replace camelCase slot and field names with PascalCase equivalents #769

Closed
wants to merge 40 commits into from

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    13656ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cafaa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc4f530 View commit details
    Browse the repository at this point in the history
  4. remove extraneous TODO

    ben-allen committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2036748 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    f7e02f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e8e19 View commit details
    Browse the repository at this point in the history
  3. Remove ! from calls to AOs that can't throw

    This commit removes the `!` from two AO calls that return regular values
    not abrupt completions.
    
    notes for locale
    
    complete notes for [[locale]]
    justingrant authored and ben-allen committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4b9719b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a23ab7 View commit details
    Browse the repository at this point in the history
  5. corrected [[hourCycle]] in datetimeformat.html to [[HourCycle]]. n.b.…

    …: this was a spec bug! it had been changed to HourCycle in the list of internal slots, but InitializeDateTimeFormat was still using [[hourCycle]]
    ben-allen committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    cfd469e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    126e2e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cddcc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbb599a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bba5660 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6c9ff1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    735a1f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc24468 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    96f9a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0164a0f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    2c6a892 View commit details
    Browse the repository at this point in the history
  2. capitalized several fields from numberformat.html ([[Pattern]], [[Pos…

    …itivePattern]], [[ZeroPattern]], [[NegativePattern]], [[Unit]], [[Currency]], [[Decimal]], [[UnitDisplay]], [[Code]], [[Symbol]], [[Percent]], [[Narrow]], [[Short]], [[Long]]
    ben-allen committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2a7d3cb View commit details
    Browse the repository at this point in the history
  3. Revert "capitalized several fields from numberformat.html ([[Pattern]…

    …], [[PositivePattern]], [[ZeroPattern]], [[NegativePattern]], [[Unit]], [[Currency]], [[Decimal]], [[UnitDisplay]], [[Code]], [[Symbol]], [[Percent]], [[Narrow]], [[Short]], [[Long]]"
    
    This reverts commit 2a7d3cb.
    ben-allen committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    dad7da8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900a1d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f5dc62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5aa467 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5824ffb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e669234 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    09dfd7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c10277f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b83671 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31ccf68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c71461 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78e4c9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64e610e View commit details
    Browse the repository at this point in the history
  8. finished displaynames.html

    ben-allen committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    cf34e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    d10ce42 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. I believe this is technically complete. There are now no lower-case f…

    …ield names in ECMA402 other than 1) the two-letter ones [[nu]] and so forth, and 2) ones that are never directly named in the spec in any way (i.e. the various [[<locale>]] accesses, etc
    ben-allen committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    4f569ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de51194 View commit details
    Browse the repository at this point in the history
  3. typo in numberformat.html

    ben-allen committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    17c401c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Refactor -- changed names of all fields/slots previously in camelCase to

    their PascalCase equivalents. Exceptions: fields with two-character
    names like [[nu]] and [[co]], fields that are only accessed dynamically,
    as in [[<locale>]].
    ben-allen committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    4e45d8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33b586 View commit details
    Browse the repository at this point in the history