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

NF: transform object to data object #17730

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

Arthur-Milchior
Copy link
Member

As requested by David in a recent PR adding enum in consts. I looked for all obejcts in sealed class/interface. I didn't touch object, even if named, that are not part of a sealed class/interface, as it's not clear that it's a big deal if toString does not show their name.

As requested by David in a recent PR adding enum in consts.
I looked for all obejcts in sealed class/interface. I didn't touch
object, even if named, that are not part of a sealed class/interface,
as it's not clear that it's a big deal if `toString` does not show
their name.
@david-allison
Copy link
Member

david-allison commented Jan 6, 2025

Just for clarity: I didn't request that you went through the codebase, but it's still a much welcome change! Thanks!

@david-allison david-allison added Needs Second Approval Has one approval, one more approval to merge cleanup Non functional change that would improve the code readability labels Jan 6, 2025
Copy link
Member

@mikehardy mikehardy left a comment

Choose a reason for hiding this comment

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

cool - let's go

@mikehardy mikehardy added this pull request to the merge queue Jan 6, 2025
@mikehardy mikehardy added Pending Merge Things with approval that are waiting future merge (e.g. targets a future release, CI wait, etc) and removed Needs Second Approval Has one approval, one more approval to merge labels Jan 6, 2025
Merged via the queue into ankidroid:main with commit 526159a Jan 6, 2025
12 checks passed
@github-actions github-actions bot removed the Pending Merge Things with approval that are waiting future merge (e.g. targets a future release, CI wait, etc) label Jan 6, 2025
@github-actions github-actions bot added this to the 2.21 release milestone Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Non functional change that would improve the code readability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants