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

Fix "attempt to populate a history entry's document" #9902

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

domenic
Copy link
Member

@domenic domenic commented Nov 1, 2023

...largely by rewriting everything that takes place inside the queued task. Compared to the previous version, this one has a clearer if/otherwise branching structure, avoids any early returns, and makes it easier to follow when exactly the entry's document state's document is set to a non-null value and what impact that has.

This fixes a couple logic bugs where final steps were not getting applied quite correctly for all branches. Closes #9767.

@ADKaster can you take a look? @kalenikaliaksandr might also be interested.


/browsing-the-web.html ( diff )

...largely by rewriting everything that takes place inside the queued task. Compared to the previous version, this one has a clearer if/otherwise branching structure, avoids any early returns, and makes it easier to follow when exactly the entry's document state's document is set to a non-null value and what impact that has.

This fixes a couple logic bugs where final steps were not getting applied quite correctly for all branches. Closes #9767.
source Show resolved Hide resolved
source Show resolved Hide resolved
source Show resolved Hide resolved
source Show resolved Hide resolved
Copy link
Member

@domfarolino domfarolino left a comment

Choose a reason for hiding this comment

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

Thanks!

@domenic domenic merged commit cdd014a into main Jan 11, 2024
2 checks passed
@domenic domenic deleted the fix-request-variable branch January 11, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Steps for attempt to populate the history entry's document seem to be missing a level of nesting
2 participants