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

Add TASTyInfo abstraction #19089

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

nicolasstucki
Copy link
Contributor

This abstraction makes it clearer which fields of the CompilationUnitInfo are set when the symbol is loaded from TASTy. It also makes it trivial to add new attributes without the need to change the CompilationUnitInfo and possibly the ClassSymbol helper methods.

This abstraction makes it clearer which fields of the `CompilationUnitInfo`
are set when the symbol is loaded from TASTy. It also makes it trivial to
add new attributes without the need to change the `CompilationUnitInfo`
and possibly the `ClassSymbol` helper methods.
@nicolasstucki nicolasstucki self-assigned this Nov 27, 2023
@nicolasstucki nicolasstucki marked this pull request as ready for review November 27, 2023 10:04
Copy link
Member

@bishabosha bishabosha left a comment

Choose a reason for hiding this comment

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

Nice

@bishabosha bishabosha merged commit b730be1 into scala:main Nov 27, 2023
19 checks passed
@bishabosha bishabosha deleted the refactor-compilation-unit-info branch November 27, 2023 11:44
@Kordyjan Kordyjan added this to the 3.4.0 milestone Dec 20, 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.

None yet

3 participants