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

Adds the original function pointer to node/variable objects #165

Merged
merged 1 commit into from May 5, 2023

Commits on May 4, 2023

  1. Adds the original function pointer to node/variable objects

    Before we had no way of knowing which nodes were generated by which
    functions. This adds the capability. Each variable now points to the
    functions that generated it.
    
    Note this is a tuple of functions as multiple functions could have
    generated it (in the case of a subdag). The order of these will always
    have the lowest level function first, and will likely correspond to
    namespaces, in reverse (although this contract isn't ironed in yet).
    elijahbenizzy committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8c10d77 View commit details
    Browse the repository at this point in the history