-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove scala.quoted.{Const, Consts}
#10578
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
Comments
The only valid objection so far is that the name looks better in some situations. That can be worked around using renames in imports or creating a simple |
Users should use |
Not true, both guarantee the same amount of evaluation for primitive types. Their implementation is the same code.
It does as that is the spec. It would not only if you implement a custom Unliftable that does not follow the spec. |
The code for |
This extractor is redundant and needs to be removed before
3.0.0-RC1
as we do not want to break the API after that.All use case of
Const
are covered by simpler calls to.unlift
/.unliftOrError
or by the more generalUnlifted
extractor.The text was updated successfully, but these errors were encountered: