-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset extends #648
Reset extends #648
Conversation
Signed-off-by: Nicolas De Loof <[email protected]>
} | ||
|
||
return err |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return nil
that's a big change! (nice) did you try running compose e2e tests against this branch? |
Signed-off-by: Nicolas De Loof <[email protected]>
actually, I "just" extracted a long block into a new function. Github code review doesn't make this easy to notice tested on docker/compose#11950 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This introduces
loadYamlFile
to load a single compose file, running most of the processing.!reset
tags collected by a post-processor is returned to caller. It is used when running the recursive extends processing outside the main loading-and-merge pipelinefixes docker/compose#11937