adrianco / spigo

Simulate Protocol Interactions in Go
Apache License 2.0
1.12k stars 111 forks source link

V0r4 json graphs will show Done nodes with Exit status #15

Closed adrianco closed 9 years ago

adrianco commented 9 years ago

V0r4 adds timestamps and changes the name service to package. Next needs to write Done records to the file when everything exits. For the spigo.html file viewer these can be ignored. For the connected real time app that will come eventually, nodes and edges need to be removed.

For now, when an edge is forgotten, there is no way to remember which numbered edge it was. Need to keep a map in graphjson and remove those as well.

adrianco commented 9 years ago

Done entries are now being generated. Forgetting edges is implemented but none of the scenarios generate them at present so it's untested.