Skip to content

Use jl.Class'es instead of ClassTag's in structural calls. #10388

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

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

sjrd
Copy link
Member

@sjrd sjrd commented Nov 19, 2020

This simplifies the life of everyone: the expansion of structural calls, the implementation of scala.reflect.Selectable, and the reverse engineering performed by the Scala.js back-end.

As a side benefit, the new transformation supports bottom types in the arguments. It was previously limited because we do not allow the generation of ClassTags for Null and Nothing: they are unsound in arrays, which is what ClassTags are designed for, but on their own they have perfectly valid Class'es.

@sjrd sjrd requested a review from odersky November 19, 2020 11:03
@sjrd sjrd force-pushed the selectable-use-jl-class branch 2 times, most recently from d32635a to 9015518 Compare November 19, 2020 13:40
This simplifies the life of everyone: the expansion of structural
calls, the implementation of `scala.reflect.Selectable`, and the
reverse engineering performed by the Scala.js back-end.

As a side benefit, the new transformation supports bottom types in
the arguments. It was previously limited because we do not allow
the generation of `ClassTag`s for `Null` and `Nothing`: they are
unsound in arrays, which is what `ClassTag`s are designed for, but
on their own they have perfectly valid `Class`'es.
@sjrd sjrd force-pushed the selectable-use-jl-class branch from 9015518 to 574f741 Compare November 19, 2020 15:43
@odersky odersky removed their assignment Nov 20, 2020
@sjrd sjrd merged commit 574f741 into scala:master Nov 20, 2020
@sjrd sjrd deleted the selectable-use-jl-class branch November 20, 2020 14:04
@Kordyjan Kordyjan added this to the 3.0.0 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants