Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Sources and sinks must have unique names #14

@mrwalker

Description

@mrwalker

Currently sources and sinks must have unique names because they are stored as name -> tap maps. This results in a branch/pass anti-pattern when people want to write the output of an assembly to different taps. It can also be surprising when earlier sinks are compiled away by c.j.

We should exception on duplicate source/sink names, but maybe also provide an optional parameter to distinguish between the name of the tap and the assembly from which it reads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions