-
Notifications
You must be signed in to change notification settings - Fork 129
introduce WithDependentServices to run fn on services in reverse dependency order #360
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
Conversation
394aa15
to
03a6512
Compare
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.
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 `”`) |
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.
😂
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 |
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.
🙈
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.
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 😒)
03a6512
to
8d8560f
Compare
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.
Logic LGTM - I had a couple grammar fixes & some high-level API suggestions but nothing blocking
dc55bcc
to
80c0d63
Compare
…ndency order Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
80c0d63
to
abe1044
Compare
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.
Sounds good 👍
No description provided.