terraform/dag
Mitchell Hashimoto c8df3e5995
dag: string DotOpts through to vertex
Fixes #11052

It appears that historically nodes did not expect DotOpts to ever be
nil. To avoid nil panics in general I'm in agreement with this behavior
so this modifies dag to always pass in a non-nil DotOpts. Tests
included.
2017-01-08 11:59:18 -08:00
..
dag.go Add DebugVisitInfo 2016-11-15 10:39:08 -05:00
dag_test.go
dot.go dag: string DotOpts through to vertex 2017-01-08 11:59:18 -08:00
dot_test.go dag: string DotOpts through to vertex 2017-01-08 11:59:18 -08:00
edge.go
edge_test.go
graph.go Add DebugVisitInfo 2016-11-15 10:39:08 -05:00
graph_test.go dag: test for EdgesFrom, EdgesTo 2016-10-19 13:38:53 -07:00
marshal.go dag: call into DotNode to get attributes 2016-12-03 15:17:14 -08:00
marshal_test.go dag: call into DotNode to get attributes 2016-12-03 15:17:14 -08:00
set.go
tarjan.go
tarjan_test.go