Previously, nil values in the conversion source were in some cases converted
to empty arrays or empty objects. This is undesirable, because it can be in
certain cases changing the semantics of the blueprint. See e.g.
|
||
|---|---|---|
| .. | ||
| blueprint.go | ||
| blueprint_convert_test.go | ||
| blueprint_test.go | ||
| customizations.go | ||
| customizations_test.go | ||
| filesystem_customizations.go | ||
| fsnode_customizations.go | ||
| fsnode_customizations_test.go | ||
| repository_customizations.go | ||
| repository_customizations_test.go | ||