dsp-chain icon indicating copy to clipboard operation
dsp-chain copied to clipboard

Use daggy's StableDag

Open fwcd opened this issue 5 years ago • 0 comments

Using StableDag should fix the index-shifting behavior, which previously occurred when nodes were removed from the graph.

There are a few API-breaking changes with this solution, however:

  • raw_nodes is replaced by node_references
  • raw_edges is replaced by edge_references
  • Walker's next_node and next_edge are replaced by walk_next (as defined by the upstream API)

fwcd avatar Sep 14 '19 15:09 fwcd