-
Notifications
You must be signed in to change notification settings - Fork 93
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
Scala3/kernel core #1192
Scala3/kernel core #1192
Conversation
Thank you very much for all of this colossal work. |
|
||
// For such cases old and classic `asInstanceOf` helps with extra casting. | ||
|
||
val asInstanceOf = TypeRepr.of[AnyRef].typeSymbol.methodMember("asInstanceOf").head |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's very unpleasant. But I suppose we can cope with it for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup! @road21 tried to fix it and replaced with widen
.
Hope now it is not so unpleasant :)
927a9a8
to
7e1b9f2
Compare
7e1b9f2
to
49b3eb4
Compare
6d62571
to
7d105eb
Compare
2abd492
to
9ea59d3
Compare
move instanceOf to widen methods
partially closes #1068 |
Scala3/ci
What happened with doc generation? |
Scala 3 is coming!
Here are modules already ported: