Skip to content

Disable fan-in linkage. #10

Description

@vmlaker

Fan-in linkage should not be allowed. For example:

stage1.link(stage2.link(stage3))
stage1.link(stage3)  # This is bad.

In the second line above, link() method should detect that stage3 has already been linked as an output stage, and an exception should be thrown.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions