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 tuple name homogeneity check #40118

Conversation

weswigham
Copy link
Member

Fixes a bug reported on the babel repo that I'd forgotten about until I read the release blog post.

@weswigham weswigham added this to the TypeScript 4.0.0 milestone Aug 18, 2020
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Aug 18, 2020
@weswigham weswigham added the For Milestone Bug PRs that fix a bug with a specific milestone label Aug 18, 2020
@typescript-bot typescript-bot removed the For Milestone Bug PRs that fix a bug with a specific milestone label Aug 18, 2020
@sandersn
Copy link
Member

what is the bug? From the tests it looks like the error didn't get reported on trailing (or final) named members in a previously-unnamed set of members.

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.

Reading the code, it looks like that was exactly the bug.

@weswigham
Copy link
Member Author

@typescript-bot cherry-pick this into release-4.0

@typescript-bot
Copy link
Collaborator

typescript-bot commented Aug 19, 2020

Heya @weswigham, I've started to run the task to cherry-pick this into release-4.0 on this PR at e1f4f9c. You can monitor the build here.

@weswigham weswigham merged commit 44d2350 into microsoft:master Aug 19, 2020
typescript-bot pushed a commit to typescript-bot/TypeScript that referenced this pull request Aug 19, 2020
Component commits:
e1f4f9c Fix tuple name homogeneity check
@typescript-bot
Copy link
Collaborator

Hey @weswigham, I've opened #40134 for you.

weswigham added a commit that referenced this pull request Aug 26, 2020
Component commits:
e1f4f9c Fix tuple name homogeneity check

Co-authored-by: Wesley Wigham <t-weswig@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants