what-changed code in place.

Let the explosions begin!
This commit is contained in:
Dave Shanley
2022-11-18 09:41:36 -05:00
parent a85445019d
commit b510be3563
13 changed files with 949 additions and 19 deletions

View File

@@ -194,7 +194,7 @@ type componentBuildResult[T any] struct {
func extractComponentValues[T low.Buildable[N], N any](label string, root *yaml.Node,
skip chan bool, errorChan chan<- error, resultChan chan<- low.NodeReference[map[low.KeyReference[string]]low.ValueReference[T]], idx *index.SpecIndex) {
_, nodeLabel, nodeValue := utils.FindKeyNodeFull(label, root.Content)
_, nodeLabel, nodeValue := utils.FindKeyNodeFullTop(label, root.Content)
if nodeValue == nil {
skip <- true
return