-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Compiler error if using Quotes
parameter is not named (ie, using q: Quotes
)
#18059
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
Labels
Comments
This is fixed on the |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 27, 2023
Closes scala#18059 Probably fixed by scala#17342
nicolasstucki
added a commit
that referenced
this issue
Jun 27, 2023
Awesome, thanks!
…On Tue, Jun 27, 2023, 5:52 AM Nicolas Stucki ***@***.***> wrote:
Closed #18059 <#18059> as
completed via #18075 <#18075>.
—
Reply to this email directly, view it on GitHub
<#18059 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQOKNTXMAICY74YQQWFZ5TXNLJRPANCNFSM6AAAAAAZTO5RSU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Kordyjan
pushed a commit
that referenced
this issue
Nov 23, 2023
Kordyjan
pushed a commit
that referenced
this issue
Nov 29, 2023
Kordyjan
added a commit
that referenced
this issue
Dec 8, 2023
Backports #18075 to the LTS branch. PR submitted by the release tooling. [skip ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.3.0
Minimized code
Repo: https://github.com/AugustNagro/quotes-required-error-msg
In different file:
Output
Expectation
The current error message is difficult to understand. If you add a name to the given Quotes, the macro compiles and works fine. A better error message (or removing the error) would be helpful. It looks like others have run into the issue as well: https://stackoverflow.com/questions/68814663/scala-3-macro-found-x1-x1%C2%B2-reflect-symbol-required-quoted-quotes
The text was updated successfully, but these errors were encountered: