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

Experimental support for Identifier Presence Scopes #95

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Oct 2, 2023

  1. feat(container): implement ID presence scopes

    It's currently not possible to check whether an
    identifier is part of a group, or whether it's a
    singular item.
    
    This means that, even if Container.has(A) = true,
    there is still a possibility that Container.get(A)
    will throw.
    
    This makes the API slightly confusing to deal with,
    as you have to know which keys form parts of a group,
    and which keys don't *before* using the API.
    freshgum-bubbles committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5346b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6949d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6657b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2753b0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b685771 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb2d9bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfbd486 View commit details
    Browse the repository at this point in the history