Skip to content
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

introduce develop section #461

Merged
merged 1 commit into from
Sep 20, 2023
Merged

introduce develop section #461

merged 1 commit into from
Sep 20, 2023

Conversation

ndeloof
Copy link
Collaborator

@ndeloof ndeloof commented Sep 20, 2023

This introduces support for develop section as defined by compose-spec/compose-spec#253

Copy link
Collaborator

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready to merge when the test will be fixed

loader/loader_test.go Outdated Show resolved Hide resolved
@ndeloof ndeloof force-pushed the develop branch 2 times, most recently from d55a392 to 6e311e6 Compare September 20, 2023 12:21

if s.Develop != nil {
for i, w := range s.Develop.Watch {
w.Path = absPath(workingDir, w.Path)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting that this should fix the include + watch issue since we're now resolving the path at the right place.

My PR in #459 can still be useful for the future if/when we have other cases where we need to resolve paths outside of a load, but isn't critical anymore

Signed-off-by: Nicolas De Loof <[email protected]>
@glours glours merged commit cb96a73 into compose-spec:master Sep 20, 2023
@ndeloof ndeloof deleted the develop branch September 20, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants