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

lib Fix Part 5/6 – Function.{apply, bind} #50453

Merged
merged 6 commits into from
Apr 12, 2023

Conversation

graphemecluster
Copy link
Contributor

@graphemecluster graphemecluster commented Aug 25, 2022

General Information

PR separated out from #49855, because there might be some members expecting smaller PRs. As mentioned in the comments from the big PR, whether to review a single, large PR or 6 smaller PRs is up to the TypeScript Team to decide. I couldn't have found a better way for this; hopefully this will not bring any trouble to the Team.

This PR partially addresses #49773.
For details and the track list about the changes, please see #49773.

Part 5/6, Function.{apply, bind}

The checker is now able to handle tuple with multiple variadics, thus this change.

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Aug 25, 2022
@sandersn
Copy link
Member

@typescript-bot run dt
@typescript-bot user test this
@typescript-bot test top100

@typescript-bot
Copy link
Collaborator

typescript-bot commented Sep 13, 2022

Heya @sandersn, I've started to run the diff-based user code test suite on this PR at 793adeb. You can monitor the build here.

Update: The results are in!

@typescript-bot
Copy link
Collaborator

typescript-bot commented Sep 13, 2022

Heya @sandersn, I've started to run the diff-based top-repos suite on this PR at 793adeb. You can monitor the build here.

Update: The results are in!

@typescript-bot
Copy link
Collaborator

typescript-bot commented Sep 13, 2022

Heya @sandersn, I've started to run the parallelized Definitely Typed test suite on this PR at 793adeb. You can monitor the build here.

@sandersn sandersn self-assigned this Sep 13, 2022
@typescript-bot
Copy link
Collaborator

@sandersn Here are the results of running the user test suite comparing main and refs/pull/50453/merge:

Something interesting changed - please have a look.

Details

webpack

tsconfig.types.json

@typescript-bot
Copy link
Collaborator

@sandersn Here are the results of running the top-repos suite comparing main and refs/pull/50453/merge:

Everything looks good!

@graphemecluster graphemecluster changed the title lib Types and Documentations Fix, Part 5/6 lib Fix Part 5/6 – Function.{apply, bind} Oct 9, 2022
@sandersn
Copy link
Member

@typescript-bot run dt
@typescript-bot user test this
@typescript-bot test top100

@typescript-bot
Copy link
Collaborator

typescript-bot commented Apr 12, 2023

Heya @sandersn, I've started to run the diff-based user code test suite on this PR at f435fad. You can monitor the build here.

Update: The results are in!

@typescript-bot
Copy link
Collaborator

typescript-bot commented Apr 12, 2023

Heya @sandersn, I've started to run the parallelized Definitely Typed test suite on this PR at f435fad. You can monitor the build here.

Update: The results are in!

@typescript-bot
Copy link
Collaborator

typescript-bot commented Apr 12, 2023

Heya @sandersn, I've started to run the diff-based top-repos suite on this PR at f435fad. You can monitor the build here.

Update: The results are in!

@typescript-bot
Copy link
Collaborator

@sandersn Here are the results of running the user test suite comparing main and refs/pull/50453/merge:

There were infrastructure failures potentially unrelated to your change:

  • 1 instance of "Package install failed"

Otherwise...

Something interesting changed - please have a look.

Details

webpack

tsconfig.types.json

@typescript-bot
Copy link
Collaborator

@sandersn Here are the results of running the top-repos suite comparing main and refs/pull/50453/merge:

Everything looks good!

@typescript-bot
Copy link
Collaborator

Hey @sandersn, the results of running the DT tests are ready.
Everything looks the same!
You can check the log here.

@sandersn
Copy link
Member

The webpack failures are just a diff in the error message; the new message is better because there are fewer overloads.

@sandersn
Copy link
Member

Addresses #52956

I think this looks good enough to ship without a design meeting discussion. One more test though:

@typescript-bot run dt

@typescript-bot
Copy link
Collaborator

typescript-bot commented Apr 12, 2023

Heya @sandersn, I've started to run the parallelized Definitely Typed test suite on this PR at f435fad. You can monitor the build here.

Update: The results are in!

@sandersn
Copy link
Member

Argh I meant @typescript-bot test this

@typescript-bot
Copy link
Collaborator

typescript-bot commented Apr 12, 2023

Heya @sandersn, I've started to run the extended test suite on this PR at f435fad. You can monitor the build here.

@typescript-bot
Copy link
Collaborator

Hey @sandersn, the results of running the DT tests are ready.
Everything looks the same!
You can check the log here.

@sandersn
Copy link
Member

Hm, I guess RWC didn't work. I think I'll merge this anyway.

@sandersn sandersn merged commit 33ab6fd into microsoft:main Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants