Skip to content

Conversation

ndeloof
Copy link
Collaborator

@ndeloof ndeloof commented Feb 28, 2023

No description provided.

@ndeloof ndeloof force-pushed the WithDependentServices branch from 394aa15 to 03a6512 Compare February 28, 2023 15:45
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.

Sounds good, you just have to fix the come back of 😂

types/types.go Outdated
//
// When marshaled to YAML, nil command fields will be omitted if `omitempty`
// is specified as a struct tag. Explicitly empty commands (i.e. `[]` or `''`)
// is specified as a struct tag. Explicitly empty commands (i.e. `[]` or ``)
Copy link
Collaborator

Choose a reason for hiding this comment

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

😂

types/types.go Outdated
// When marshaled to JSON, the `omitempty` struct must NOT be specified.
// If the command field is nil, it will be serialized as `null`.
// Explicitly empty commands (i.e. `[]` or `''`) will serialize to an empty
// Explicitly empty commands (i.e. `[]` or ``) will serialize to an empty
Copy link
Collaborator

Choose a reason for hiding this comment

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

🙈

Copy link
Member

@milas milas Feb 28, 2023

Choose a reason for hiding this comment

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

Oops, I'm fixing up #355 so we won't have to ever think about this again (had to deal with some Windows oddities with the linter 😒)

@ndeloof ndeloof force-pushed the WithDependentServices branch from 03a6512 to 8d8560f Compare February 28, 2023 17:38
Copy link
Member

@milas milas left a comment

Choose a reason for hiding this comment

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

Logic LGTM - I had a couple grammar fixes & some high-level API suggestions but nothing blocking

@ndeloof ndeloof force-pushed the WithDependentServices branch 3 times, most recently from dc55bcc to 80c0d63 Compare March 1, 2023 09:55
…ndency order

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@ndeloof ndeloof force-pushed the WithDependentServices branch from 80c0d63 to abe1044 Compare March 1, 2023 09:57
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.

Sounds good 👍

@ndeloof ndeloof merged commit 7a7b593 into compose-spec:master Mar 1, 2023
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