Skip to content

sail: more startup options and better cleanup#1511

Merged
maiamcc merged 1 commit into
masterfrom
nicks/sailconfig
Apr 22, 2019
Merged

sail: more startup options and better cleanup#1511
maiamcc merged 1 commit into
masterfrom
nicks/sailconfig

Conversation

@nicks

@nicks nicks commented Apr 18, 2019

Copy link
Copy Markdown
Contributor

Hello @maiamcc, @landism,

Please review the following commits I made in branch nicks/sailconfig:

35d3032 (2019-04-18 18:21:24 -0400)
sail: more startup options and better cleanup

@nicks
nicks requested review from landism and maiamcc April 18, 2019 22:21
Comment thread internal/sail/sail.go
func contextWithCancel() (context.Context, func()) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
l := logger.NewLogger(logger.InfoLvl, os.Stderr)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this should probably be common between this and cli/cli.go

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

hmm but there's not really a good place to put it, i'll leave it for now

@maiamcc
maiamcc merged commit 966c573 into master Apr 22, 2019
@maiamcc
maiamcc deleted the nicks/sailconfig branch April 22, 2019 15:34
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.

2 participants