Skip to content
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

Properly handle T.class_of and T::Class in RBS translation #395

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

Morriar
Copy link
Collaborator

@Morriar Morriar commented Jan 14, 2025

  • T.class_of(X) should be generated as singleton(X)
  • T::Class[X] should be generated as Class[X]

@Morriar Morriar added the bugfix Fix a bug label Jan 14, 2025
@Morriar Morriar self-assigned this Jan 14, 2025
@Morriar Morriar requested a review from a team as a code owner January 14, 2025 21:17
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
@Morriar Morriar merged commit 61cdaf1 into main Jan 15, 2025
8 checks passed
@Morriar Morriar deleted the at-rbs-class-type branch January 15, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants