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

Fix the CLI not to enter an infinite loop when the liner has an error #6491

Merged
merged 1 commit into from
Apr 28, 2016

Conversation

jsternberg
Copy link
Contributor

This also removes the dependency on os/user and uses the HOME
environment variable which is more common on Linux and Mac OS X for
customizing the history file location.

Removing this import also lets the influx binary be cross-compiled as
os/user relies on cgo.

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @e-dard to be a potential reviewer

@e-dard
Copy link
Contributor

e-dard commented Apr 28, 2016

LGTM 👍

This also removes the dependency on `os/user` and uses the `HOME`
environment variable which is more common on Linux and Mac OS X for
customizing the history file location.

Removing this import also lets the `influx` binary be cross-compiled as
`os/user` relies on cgo.
@jsternberg jsternberg force-pushed the js-cli-infinite-loop branch from 7fd5cfc to 2ccbe26 Compare April 28, 2016 12:36
@jsternberg jsternberg merged commit 6371134 into master Apr 28, 2016
@jsternberg jsternberg deleted the js-cli-infinite-loop branch April 28, 2016 13:36
@timhallinflux timhallinflux added this to the 0.13.0 milestone Dec 20, 2016
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.

4 participants