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

ReadonlyRecord: re-add symbol as valid key to some APIs #2164

Merged
merged 6 commits into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. ReadonlyRecord: re-add symbol as valid key to some APIs

    - empty
    - fromIterableWith
    - fromIterableBy
    - has
    - get
    - modify
    - modifyOption
    - replaceOption
    - remove
    - pop
    - set
    - replace
    - singleton
    gcanti committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    067c45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522651d View commit details
    Browse the repository at this point in the history
  3. remove useless cast

    gcanti committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    db0cf3b View commit details
    Browse the repository at this point in the history
  4. clean up variable names

    gcanti committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    841478f View commit details
    Browse the repository at this point in the history
  5. fix errors and optimize redact

    gcanti committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    faaef4d View commit details
    Browse the repository at this point in the history
  6. more type-level tests

    gcanti committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cdfab0e View commit details
    Browse the repository at this point in the history