-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
[Bug][Scala 3.2] Autocomplete on Array.x produces Bad symbolic reference. #1305
Labels
Comments
HamishPoole
changed the title
[Scala 3.2] Autocompling Array. produces Bad symbolic reference.
[Scala 3.2] Autocompling Array.x produces Bad symbolic reference.
Oct 19, 2022
HamishPoole
changed the title
[Scala 3.2] Autocompling Array.x produces Bad symbolic reference.
[Bug][Scala 3.2] Autocomplete on Array.x produces Bad symbolic reference.
Oct 19, 2022
A similar error also occurs in Scala's own repl, also related to completion: scala/scala3#15562 |
I also experienced a similar error. I was test driving the REPL and wrote this: "hello world".toSeq.map(_.to<TAB> And got the following stack trace: stack trace
System information: Chip: Apple M3 Pro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See above. Using tab autocompletion on the Array produces a bad symbolic reference later.
Using https://github.com/com-lihaoyi/Ammonite/releases/download/2.5.5/3.2-2.5.5
The text was updated successfully, but these errors were encountered: