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

Reapply "Defer serializing event args to JSON (#2218)" (#2239) #2262

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

swankjesse
Copy link
Collaborator

This reverts commit 5f8ca01.


  • CHANGELOG.md's "Unreleased" section has been updated, if applicable.

@@ -64,7 +65,7 @@ class ViewRecyclingTester(
container = widgetContainer,
factory = widgetProtocolFactory,
eventSink = { event ->
guestAdapter.sendEvent(event)
guestAdapter.sendEvent(event.toProtocol(Json.Default))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This wasn’t in the original PR, because this test is new!

@swankjesse
Copy link
Collaborator Author

Original PR: #2218
Original PR revert: #2239

@dnagler
Copy link
Collaborator

dnagler commented Aug 26, 2024

Has this been tested end-to-end in Cash App?
I get that this is likely safe to do now that #2258 has landed, but I want to make sure, since the original PR (#2218) caused a really tricky issue.

Base automatically changed from jwilson.0826.events_test to trunk August 26, 2024 15:23
@swankjesse swankjesse force-pushed the jwilson.0826.restore_json branch from 06d2e9c to cd4bad5 Compare August 26, 2024 15:25
@swankjesse
Copy link
Collaborator Author

I’m set up to test it end-to-end now and I’ll confirm it works before I merge...

@dnagler
Copy link
Collaborator

dnagler commented Aug 26, 2024

I’m set up to test it end-to-end now and I’ll confirm it works before I merge...

Thanks! As a reminder, the bug would only manifest after scrolling down a few pages (to force some recycling to occur)

@swankjesse
Copy link
Collaborator Author

Yep, confirmed the bug is fixed.

@swankjesse swankjesse merged commit ebf4516 into trunk Aug 26, 2024
11 checks passed
@swankjesse swankjesse deleted the jwilson.0826.restore_json branch August 26, 2024 19:40
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.

4 participants