Tab completion on Array causes ammonite to exit #252
Closed
Comments
lihaoyi
added a commit
that referenced
this issue
Nov 15, 2015
Fix Tab completion on Array causes ammonite to exit (#252)
Fixed by @ssanj , thanks! |
lihaoyi
added a commit
that referenced
this issue
Nov 17, 2015
Add regression test around #252 and fix formatting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you hit tab to complete on the following line after opening ammonite:
val a = new Array
then hit tab to invoke completion, you get ascala.reflect.internal.FatalError
and ammonite immediately exits. Example transcript is shown below.Note that I found this because I created an
ArrayElement
class for a demo, and hit tab to complete after typing Array. Ammonite probably shouldn't completely bug out in this case even if there is an error in the completion.The text was updated successfully, but these errors were encountered: