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

REPL -i breaks completion #7898

Closed
scabug opened this issue Oct 7, 2013 · 4 comments
Closed

REPL -i breaks completion #7898

scabug opened this issue Oct 7, 2013 · 4 comments
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented Oct 7, 2013

The fix not to hang on -i breaks completion.

A proper solution for quick startup awaits. For one thing, try to compile all the startup code at once; minimally, skip the dummy init source if there is real work to be done. Also, clean up as requested on the linked issue SI-7805's PR scala/scala#2917.

Love JIRA's click-to-edit. I miss the scrolling component list. Did it use to scroll?

@scabug
Copy link
Author

scabug commented Oct 7, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7898?orig=1
Reporter: @som-snytt
Affected Versions: 2.11.0-M5
Other Milestones: 2.12.0-M5
See #7805

@scabug
Copy link
Author

scabug commented Nov 4, 2013

@som-snytt said:
The breakage had to do with the way :load borrowed the in field (the reader), so completer didn't wind up enabled. Also, initialization and not misc compilations swamp startup time, so ignore idea about reducing compile work.

@scabug
Copy link
Author

scabug commented Jun 26, 2014

Constantin Berzan (cberzan) said:
Bug still present in 2.11.1. Is there any workaround to enable completion if the REPL was started with "-i"?

@scabug
Copy link
Author

scabug commented Feb 25, 2016

@som-snytt said:
scala/scala#4998

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants