Skip to content

Bug: Spawning hydration in response to Idle update#19011

Merged
acdlite merged 2 commits intofacebook:masterfrom
acdlite:idle-hydration-bug
May 27, 2020
Merged

Bug: Spawning hydration in response to Idle update#19011
acdlite merged 2 commits intofacebook:masterfrom
acdlite:idle-hydration-bug

Conversation

@acdlite
Copy link
Copy Markdown
Collaborator

@acdlite acdlite commented May 27, 2020

Fixes a bug in the new fork when hydrating in response to an idle priority update.

The root cause isn't super interesting. Just silly mistakes that I made while iterating on the Lanes module, and that weren't caught by any of our tests.

There's a lot of duplication in the Lanes module right now. It's also not super stable as we continue to refine our heuristics. Hopefully the final state is simpler and harder to mess up.

@acdlite acdlite requested a review from sebmarkbage May 27, 2020 01:19
@facebook-github-bot facebook-github-bot added React Core Team Opened by a member of the React Core Team CLA Signed labels May 27, 2020
@codesandbox-ci
Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit b25ab33:

Sandbox Source
great-meninsky-e3r94 Configuration

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci bot commented May 27, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit a775556:

Sandbox Source
pedantic-burnell-kl587 Configuration

@sizebot
Copy link
Copy Markdown

sizebot commented May 27, 2020

Warnings
⚠️ Build job for base commit is still pending: 9273e65

Size changes (stable)

Generated by 🚫 dangerJS against a775556

@sizebot
Copy link
Copy Markdown

sizebot commented May 27, 2020

Warnings
⚠️ Build job for base commit is still pending: 9273e65

Size changes (experimental)

Generated by 🚫 dangerJS against a775556

acdlite added 2 commits May 26, 2020 18:53
Adds a test that fails in the new fork.
These are just silly mistakes that weren't caught by any of our tests.

There's a lot of duplication in the Lanes module right now. It's also
not super stable as we continue to refine our heuristics. Hopefully the
final state is simpler and less prone to these types of mistakes.
@acdlite acdlite force-pushed the idle-hydration-bug branch from 4f5f6f9 to a775556 Compare May 27, 2020 01:53
@acdlite acdlite merged commit 18de3b6 into facebook:master May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants