Skip to content

🤖 User test baselines have changed for refs/heads/master #36617

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

Conversation

typescript-bot
Copy link
Collaborator

This test run was triggerd by a request on #33716
Please review the diff and merge if no changes are unexpected.
You can view the build log here.

cc @microsoft/typescript

@typescript-bot typescript-bot mentioned this pull request Feb 5, 2020
Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

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

Everything looks fine except the change in vscode's errors; 3 went away and were replace with 2 new.

[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(13,3): Duplicate identifier 'PrepareCallHierarchy'.
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(14,3): Duplicate identifier 'ProvideCallHierarchyIncomingCalls'.
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(15,3): Duplicate identifier 'ProvideCallHierarchyOutgoingCalls'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/remote/browser/remote.ts(637,8): Parameter 'choice' implicitly has an 'any' type.
Copy link
Member

Choose a reason for hiding this comment

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

these are new

Copy link
Member

Choose a reason for hiding this comment

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

this is a correct error; the target signature has no parameters so choice doesn't have anywhere to get a type from.

The mystery is why we didn't report this earlier.

Copy link
Member

Choose a reason for hiding this comment

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

choice is marked optional on the argument ((choice?) => ...), so I guess we're reporting this error on optionals now. This seems correct and not too bad a breaking change. However, @DanielRosenwasser should know about it in case we need to report it in the notes.

@typescript-bot typescript-bot force-pushed the user-update-Microsoft-20200103-refs/heads/master branch 5 times, most recently from 92ee08d to e5f1e77 Compare February 5, 2020 19:15
@typescript-bot typescript-bot force-pushed the user-update-Microsoft-20200103-refs/heads/master branch from e5f1e77 to e4876ef Compare February 5, 2020 19:41
@sandersn sandersn merged commit 741f513 into microsoft:master Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants