Skip to content

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Dec 19, 2020

This reverts commit edf43a4.
This fixes performance regression of tab completion observed in #6204

As originally mentioned by @eatkins, JLine 3 will automatically append a white space character (" ") to the completion
candidate. In practice it doesn't really seem to bother the shell if we put in "++2.11.12" or "++2.11.12 " with the whitespace so I think it's ok to do so for now.

Perhaps in the future the parser could return a signal indicating ++2.11.12 and then End-of-Line or Whitespace-and-more?

This reverts commit edf43a4.
This fixes performance regression of tab completion observerd in sbt#6204
@DavidPerezIngeniero
Copy link

DavidPerezIngeniero commented Jan 4, 2021

Tried SBT 1.4.6 and now it's much quicker. Thanks!

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