Noticed this while working on #431. It seems the logic that was populating unprovided values, either default or nil, to the named tuple ended up in ValidateArguments. This made it so that the values appeared correct when printing the final CONFIG value, but was not done in time to be present at the time extensions are executed.
Changelog
Fix missing default/nil values related to object_of or array_of in bundle extensions
Context
Noticed this while working on #431. It seems the logic that was populating unprovided values, either default or
nil
, to the named tuple ended up inValidateArguments
. This made it so that the values appeared correct when printing the finalCONFIG
value, but was not done in time to be present at the time extensions are executed.Changelog
object_of
orarray_of
in bundle extensions