-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add console types #37048
Add console types #37048
Conversation
Test diffs look OK, so I'm going to run user/docker/RWC/DT tests
@typescript-bot user test this |
@typescript-bot test this |
@typescript-bot user test this |
@weswigham looks like both user tests and RWC tests fail. user tests run and then fail early on in the upload with
RWC tests fail when trying to open the PR with:
So I guess this already opened a PR, but failed to switch over to pushing commits. |
Ah, I typo'd my change to the user test script in devops to retarget the PR to the branch head (it should be refs/pulls, not refs/heads). The RWC thing is normal so long as an RWC diff PR already exists for the PR; that RWC diff PR still gets a forced update (and since the build itself already failed, I don't really consider the nonzero exit of the pr script to be an issue) |
The user run should now be using the correct ref name for the PR phase~ |
Using the RWC run from 10:30, I see that:
The main surprise for me was (1). (2) - (5) are definitely breaking changes, even though they are fairly rare. |
From microsoft/TypeScript-DOM-lib-generator#452
Test diffs look OK, so I'm going to run user/docker/RWC/DT tests