mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 08:51:02 -06:00
c8df3e5995
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. |
||
---|---|---|
.. | ||
dag_test.go | ||
dag.go | ||
dot_test.go | ||
dot.go | ||
edge_test.go | ||
edge.go | ||
graph_test.go | ||
graph.go | ||
marshal_test.go | ||
marshal.go | ||
set.go | ||
tarjan_test.go | ||
tarjan.go |