Matt Bovel
Matt Bovel
~~Note from @dwijnand: `-explain` actually doesn't show anything useful here.~~
This issue has been re-purposed to making the error message clearer. Note that this will not be specific to the REPL.
This issue was picked for the Scala Issue Spree of today, June 11th. @aherlihy, @mbovel, @bracevac, @EugeneFlesselle will be working on it.
Ah, indeed: ```scala ➜ ~/scala-snippets-5 scala-cli run -O -explain finalVal.scala Compiling project (Scala 3.4.1, JVM (17)) [error] ./finalVal.scala:4:9 [error] Expected start of definition [error] [error] Explanation [error] =========== [error] You...
Is this issue similar to #20225?
This issue was picked for the Issue Spree of March 19th, 2024. @EugeneFlesselle, @KuceraMartin, @nmcb will be working on it. If you have any insight into the issue or guidance...
This issue is still present as of 3.5.0 at 8563571e5af. ```scala def Test = for { a
This issue was picked for the Scala Issue Spree of tomorrow, May 21st. @dwijnand, @rochala, @jan-pieter, @nmcb will be working on it. If you have any insight into the issue...
> Update: The problem was a missing `given Quotes = decl.asQuotes`, which can be shown when `-Xcheck-macros` is activated. > > Updated the referenced Github Example, this works now. Nice!...
Maybe linked to https://github.com/scalameta/metals/issues/2187?