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
Why:
To resolve errors in if-check script and prevent error in edge case where user regroups an already-grouped manifest.
What:
Add a check to see if the manifest is already grouped according to the config. If the manifest is already grouped according to the given config, we should simply skip the regroup step.
The current behaviour, that we want to fix, is that the manifest regroup feature executes even the manifest is already grouped, which leads to additional, unnecessary levels of nesting.
Why:
To resolve errors in
if-check
script and prevent error in edge case where user regroups an already-grouped manifest.What:
Add a check to see if the manifest is already grouped according to the config. If the manifest is already grouped according to the given config, we should simply skip the
regroup
step.The current behaviour, that we want to fix, is that the manifest
regroup
feature executes even the manifest is already grouped, which leads to additional, unnecessary levels of nesting.Scope of work:
Acceptance criteria
Scenario 1:
The following manifest:
Should return the same exact file when run using
if-run --regroup -m <manifest>
(except for adding an execution node tocontext
)The text was updated successfully, but these errors were encountered: