opentofu/internal/dag
Nick Fagerlund ccd7bd017e Clarify some comments in internal/dag
When reading this code to check Terraform's graph sorting behavior, I got very
confused about the direction of traversal for several methods. Although some of
these methods would also probably benefit from renames, this commit only updates
their doc comments to use the same directional terminology that we use in the
`Edge` interface (source/target).
2022-10-06 15:10:33 -07:00
..
dag_test.go Add methods for topological sorts 2022-07-22 13:57:16 -04:00
dag.go Clarify some comments in internal/dag 2022-10-06 15:10:33 -07:00
dot_test.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
dot.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
edge_test.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
edge.go do not use pointer addr strings as map keys in set 2022-01-05 11:28:47 +00:00
graph_test.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
graph.go Clarify some comments in internal/dag 2022-10-06 15:10:33 -07:00
marshal_test.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
marshal.go de-linting 2021-09-01 11:36:21 -04:00
set_test.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
set.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
tarjan_test.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
tarjan.go Move dag/ to internal/dag/ 2021-05-17 14:09:07 -07:00
walk_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
walk.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00