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

Refactor base_types to use dispatch (WIP) #34

Merged
merged 5 commits into from
Mar 2, 2024

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    eecc521 View commit details
    Browse the repository at this point in the history
  2. Dispatch: Users can now specify a priority for each dispatched function

    Higher priority functions will be chosen in case of ambiguous dispatch.
    Most specific functions will still be selected first, even if they have
    a lower priority than a less specific function.
    erezsh committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    55170f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0322821 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c0fc61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e0eb5e View commit details
    Browse the repository at this point in the history