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

Updates symbol serialization in all Location subclasses in Scanner #214

Merged
merged 4 commits into from
Nov 17, 2023

Conversation

nimakarimipour
Copy link
Member

@nimakarimipour nimakarimipour commented Nov 17, 2023

Followup to #213, this PR fixes symbol serialization in all Location subclasses.

@nimakarimipour nimakarimipour added the bug Something isn't working label Nov 17, 2023
@nimakarimipour nimakarimipour self-assigned this Nov 17, 2023
@@ -45,7 +46,7 @@ public String tabSeparatedToString() {
"\t",
type.toString(),
enclosingClass.flatName(),
Copy link
Member

Choose a reason for hiding this comment

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

Should we do this, for consistency?

Suggested change
enclosingClass.flatName(),
Serializer.serializeSymbol(enclosingClass),

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, we can. I will update it for all locations.

Copy link
Member Author

Choose a reason for hiding this comment

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

@msridhar Updated in all subclasses, looks much better now.

@nimakarimipour nimakarimipour changed the title Fixes method signature serialization in Scanner Updates symbol serialization in all location subclasses in Scanner Nov 17, 2023
@nimakarimipour nimakarimipour changed the title Updates symbol serialization in all location subclasses in Scanner Updates symbol serialization in all Location subclasses in Scanner Nov 17, 2023
Copy link
Member

@msridhar msridhar left a comment

Choose a reason for hiding this comment

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

👍

@nimakarimipour nimakarimipour merged commit a134f7c into master Nov 17, 2023
6 checks passed
@nimakarimipour nimakarimipour deleted the nimak/update-method branch November 17, 2023 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants