question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.0.{0,1,2} Opening console multiple times breaks escaping

See original GitHub issue

steps

  1. Start an sbt shell
  2. Type console<enter>
  3. Type ctrl-d or :q<enter>
  4. Type console<enter>
  5. Type an arrow key or ctrl-n, ctrl-p, ctrl-r, etc.

problem

Escapes are not interpreted correctly and sbt prints out garbage characters.

expectation

Escapes are interpreted correctly and sbt does not print out garbage characters.

notes

  • I’m on a Mac using iterm 2.
  • Bug doesn’t exist on sbt 0.13.16

sbt version: 1.0.0, 1.0.1

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

9reactions
hntd187commented, Aug 29, 2017

I experience something similar to this in which if I use any sbt command on the terminal my terminal output is completely broken after. I can no longer see any text output at all, but my terminal responds to commands. I have to reset the terminal in order to make it work again.

This also effects me on both 1.0.0 and 1.0.1

2reactions
clhodappcommented, Aug 31, 2017

@hntd187 @sthagedorn I think you guys should be aware of https://github.com/sbt/sbt/issues/3453, which catalogs your specific issue. It’s not unlikely that it’s related to this, though.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Escaping " or ' multiple times - javascript - Stack Overflow
I cannot use the alternative ' because the text is full of them, so it breaks the sequence. I can't escape the string...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found