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

Fix parentage provenance in corner case #17752

Merged
merged 1 commit into from Mar 7, 2017

Commits on Mar 1, 2017

  1. Fix parentage provenance in corner case

    This fixes a bug that caused the parentage and things
    that depend on the parentage to be wrong in a corner
    case where a SubProcess is used and a module in the SubProcess
    causes unscheduled execution to run a module in an earlier
    SubProcess or top level Process and the parentage is accessed
    through the ProductProvenanceRetriever (not using the getProvenance
    function from the Event or the Provenance returned by a Handle).
    wddgit committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    fff43f6 View commit details
    Browse the repository at this point in the history