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 liveslots types #8519

Merged
merged 5 commits into from
Nov 11, 2023
Merged

fix liveslots types #8519

merged 5 commits into from
Nov 11, 2023

Conversation

turadg
Copy link
Member

@turadg turadg commented Nov 9, 2023

Description

I noticed some typing deficiencies in #8453

This addresses them.

Security Considerations

--

Scaling Considerations

--

Documentation Considerations

--

Testing Considerations

Some regression test added. Others "enabled" by removing suppressions.

Upgrade Considerations

--

@turadg turadg requested review from erights and FUDCo November 9, 2023 15:40
@@ -322,7 +322,7 @@ const insistSameCapData = (oldCD, newCD) => {
* recursion if our returned WeakMap/WeakSet wrappers are subsequently installed
* on globalThis.
*
* @returns {object} a new virtual object manager.
Copy link
Member Author

Choose a reason for hiding this comment

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

object is any so this erased the type information about the function return

@turadg turadg added the automerge:rebase Automatically rebase updates, then merge label Nov 9, 2023
Copy link
Contributor

@FUDCo FUDCo left a comment

Choose a reason for hiding this comment

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

LGTM

@turadg turadg force-pushed the ta/liveslots-types branch from f48eac7 to 5577c4f Compare November 9, 2023 21:58
@turadg
Copy link
Member Author

turadg commented Nov 9, 2023

@Mergifyio requeue

Copy link
Contributor

mergify bot commented Nov 9, 2023

requeue

☑️ This pull request is already queued

@turadg turadg removed the automerge:rebase Automatically rebase updates, then merge label Nov 9, 2023
@turadg turadg force-pushed the ta/liveslots-types branch from 5577c4f to f7ac76c Compare November 10, 2023 03:59
@turadg turadg added the automerge:rebase Automatically rebase updates, then merge label Nov 10, 2023
Copy link
Member

@erights erights left a comment

Choose a reason for hiding this comment

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

LGTM.

What are the CI failures about?

@turadg
Copy link
Member Author

turadg commented Nov 11, 2023

What are the CI failures about?

Temporary error in the integration tests. I've kicked it off again.

@mergify mergify bot merged commit 5dc325b into master Nov 11, 2023
77 checks passed
@mergify mergify bot deleted the ta/liveslots-types branch November 11, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants