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(resolve): Split implementation into distinct Node types #2801

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Oct 5, 2022

  1. refactor(resolve): Split implementation into distinct Node types

      This refactor allows custom resolve methods for different node types
      or for newly added node types, as an alternative to josdejong#2775.
      Adds a test that demonstrates the creationg of a (stub) IntervalNode,
      as if you were doing interval arithmetic, say, with a custom resolve
      method for the new type.
    gwhitney committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    46c5946 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 9, 2022

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

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    54590ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16db134 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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