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

Address a bunch of records issues. #2422

Merged
merged 6 commits into from
Aug 25, 2022
Merged

Address a bunch of records issues. #2422

merged 6 commits into from
Aug 25, 2022

Commits on Aug 19, 2022

  1. Address a bunch of records issues.

    - Support constant records. Fix #2337.
    - Support empty and one-positional-field records. Fix #2386.
    - Re-add support for positional field getters Fix #2388.
    - Specify the behavior of `toString()`. Fix #2389.
    - Disambiguate record types in `on` clauses. Fix #2406.
    munificent committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3fda6f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

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

Commits on Aug 23, 2022

  1. Merge branch 'master' into record-updates

    # Conflicts:
    #	working/0546-patterns/records-feature-specification.md
    munificent committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f541422 View commit details
    Browse the repository at this point in the history
  2. Copy-edit the sections on const records and canonicalization.

    There should be no meaningful changes. I just:
    
    - Fixed some misspellings.
    - Used Markdown style consistent with the rest of the doc.
    - Re-worded things to, I hope, read a little more naturally.
    - Removed the parenthetical on identical() in a const context because
      that felt a little too academic.
    munificent committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    783b602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4309c69 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Clarify that positional fields are not sugar for named fields.

    Specify the evaluation order of fields.
    munificent committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d886ffe View commit details
    Browse the repository at this point in the history