Skip to content

Rename TreeUnpickler.{readTerm => readTree} #17299

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
Apr 18, 2023

Conversation

nicolasstucki
Copy link
Contributor

@nicolasstucki nicolasstucki marked this pull request as ready for review April 18, 2023 16:02
@nicolasstucki nicolasstucki requested a review from smarter April 18, 2023 16:02
@smarter smarter merged commit c8afe26 into scala:main Apr 18, 2023
@smarter smarter deleted the rename-TreeUnpickler-unpickleTerm branch April 18, 2023 18:56
@@ -488,7 +488,7 @@ class TreeUnpickler(reader: TastyReader,
def readTypeRef(): Type =
typeAtAddr(readAddr())

def readTermRef()(using Context): TermRef =
def readTreeRef()(using Context): TermRef =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mistake

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.

3 participants