-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Properly handle private/protected members in unions of object types #38277
Conversation
@typescript-bot test this |
Heya @DanielRosenwasser, I've started to run the extended test suite on this PR at 0f76e2f. You can monitor the build here. |
Heya @DanielRosenwasser, I've started to run the parallelized community code test suite on this PR at 0f76e2f. You can monitor the build here. |
Heya @DanielRosenwasser, I've started to run the perf test suite on this PR at 0f76e2f. You can monitor the build here. Update: The results are in! |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@DanielRosenwasser Here they are:Comparison Report - master..38277
System
Hosts
Scenarios
|
@typescript-bot cherry-pick this to release-3.9 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
Hey @DanielRosenwasser, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-3.9 manually. |
@ahejlsberg I guess we shouldn't pull in before cherry-picking, the bot doesn't seem to like that. @weswigham any way to fix this that isn't manual? |
Ugh, it was a merge conflict... |
Pulling in berfore cherry-picking is usually fine so long as the branch wasn't deleted (and then restored) in the meantime, as I think Github removes the merge reference when the branch is deleted (and has no reason to restore it alongside the branch, as the "new branch" has no active PR). |
…38277) * Property handle private/protected properties in unions of object types * Add regression test
Fixes #38236.