Commit Graph

18 Commits (6440c839474f052d8997bb5cec19c2743e5108e6)

Author SHA1 Message Date
James Bardin 43d93b2036 remove excess logging from dag
6 years ago
James Bardin 26a4de803f remove uses of Set.List
6 years ago
James Bardin 32ae3b5452 make dag.Set a simple map
6 years ago
Karsten Jeschkies ddfda430d4
Correct simple typo in `walk.go`.
7 years ago
Martin Atkins c937c06a03 terraform: ugly huge change to weave in new HCL2-oriented types
8 years ago
Martin Atkins 2c70d884d6 dag: node visits return diagnostics rather than errors
8 years ago
Radek Simko 93613ee526
terraform+dag: Set lower log levels
9 years ago
Edward Betts be265479a9 correct spelling mistakes (#13979)
9 years ago
Mitchell Hashimoto 6702a22074
dag: require acyclic graph
9 years ago
Mitchell Hashimoto 07ce5a7624
dag: cleanup some code that had no effect anymore
9 years ago
Mitchell Hashimoto 6366488809
dag: Update can be called with a nil graph
9 years ago
Mitchell Hashimoto 65752cd51a
dag: improve docs and read access during a lock
9 years ago
Mitchell Hashimoto 72a717f2de
dag: change the type sig of Update to Graph so its external friendly
9 years ago
Mitchell Hashimoto 28fff99ea8
dag: replace dag.Walk with our walker
9 years ago
Mitchell Hashimoto b1aa6fd598
dag: improved comments
9 years ago
Mitchell Hashimoto 7f61f11723
dag: support removing edges
9 years ago
Mitchell Hashimoto 5d49e7e6b6
dag: tests for adding edges/vertices during walk-time
9 years ago
Mitchell Hashimoto cbc71d9508
dag: basic working update-able walker
9 years ago