You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking forward to a new MutableCodeplug API, wrapping the codeplug-as-a-dict construct, while providing filtering and consistency methods.
currently all of the mutability of Codeplug exists in the filter function and many nested sub functions thereof. The logic is not easy to extend, overwrite, or control without significant code changes or extra parameters, etc.
If the CodeplugRecipe will expose the codeplug to callers at various points in the generation cycle, it needs to also expose a safe, extensible way to make modifications, that don't result in losing referential integrity across the codeplug objects.
The text was updated successfully, but these errors were encountered:
born out of #65 and #67
currently all of the mutability of
Codeplug
exists in thefilter
function and many nested sub functions thereof. The logic is not easy to extend, overwrite, or control without significant code changes or extra parameters, etc.If the
CodeplugRecipe
will expose the codeplug to callers at various points in the generation cycle, it needs to also expose a safe, extensible way to make modifications, that don't result in losing referential integrity across the codeplug objects.The text was updated successfully, but these errors were encountered: