Skip to content

Work out what to do when calling do on a node with shared predecessors #80

@mscroggs

Description

@mscroggs

Consider the following graph:

A --> B1
|      |
v      v
B2 --> C

If we call do on the node B1, then it is unclear what we should do with the node A: it's a predecessor of B1 so should be removed, but it's a predecessor of B2 so can't be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions