Skip to content

Node IDs have to be sequential #7

@PMunch

Description

@PMunch

I'm toying around with generating some graphs with connecting lines. In my graph definition nodes are defined by their name. To generate a node ID I figured I could just hash the name and then use the resulting value as the ID. Unfortunately this doesn't work as libavoid-server expects all node IDs to be in strictly increasing order.

At the very least this behavior should be documented.

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