Skip to content

introduce develop section#461

Merged
glours merged 1 commit intocompose-spec:masterfrom
ndeloof:develop
Sep 20, 2023
Merged

introduce develop section#461
glours merged 1 commit intocompose-spec:masterfrom
ndeloof:develop

Conversation

@ndeloof
Copy link
Copy Markdown
Collaborator

@ndeloof ndeloof commented Sep 20, 2023

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

Copy link
Copy Markdown
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

@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
Copy Markdown
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 <nicolas.deloof@gmail.com>
@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