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

Update liner dependency to handle docker exec #8152

Merged
merged 1 commit into from
Mar 17, 2017

Conversation

jsternberg
Copy link
Contributor

@jsternberg jsternberg commented Mar 17, 2017

The liner dependency now handles the scenario where the terminal width
is reported as zero. Previously, liner would panic when it tried to
divide by the width (which was zero). Now it falls back onto a dumb
prompt rather than attempting to use a smart prompt and panicking.

Fixes #7995.

  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

The liner dependency now handles the scenario where the terminal width
is reported as zero. Previously, liner would panic when it tried to
divide by the width (which was zero). Now it falls back onto a dumb
prompt rather than attempting to use a smart prompt and panicking.
@jwilder jwilder added this to the 1.3.0 milestone Mar 17, 2017
@jsternberg jsternberg removed the request for review from mark-rushakoff March 17, 2017 15:35
@jsternberg jsternberg merged commit d3caef6 into master Mar 17, 2017
@jsternberg jsternberg deleted the js-7995-cli-prompt-in-docker-exec branch March 17, 2017 15:35
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