coli-saar / alto

Alto, the Algebraic Language Toolkit
Other
16 stars 2 forks source link

Add sanity check into SGraph.addEdge #49

Open namednil opened 5 years ago

namednil commented 5 years ago

SGraph.addEdge doesn't complain if you add edges between GraphNodes that are actually not present in that graph (but in some other one). Wonderful opportunity to get bugs that are hard to spot.