Skip to content

PersistentHugr's HugrView::children does not guarantee ordering #2618

@lmondada

Description

@lmondada

As of merging #2595:

Beyond the first two children, the order of

persistent_hugr.children(node)

and

let hugr = persistent_hugr.to_hugr();
hugr.children(node);

may not match when node is a Dataflow parent. AFAIK this should not lead to observable differences according to current specs, but might be an issue at some point.

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