-
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
Extra check in assignment of intersections with generic constituents #37537
Conversation
@typescript-bot test this |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at f504c36. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the extended test suite on this PR at f504c36. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at f504c36. You can monitor the build here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unfortunate that weakType.errors.txt
has an extra line of elaboration we previously got rid of, but otherwise this looks pretty good. The comment in isRelatedTo
is appreciated.
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@typescript-bot test this |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at b1fe1b2. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at b1fe1b2. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the extended test suite on this PR at b1fe1b2. You can monitor the build here. |
@typescript-bot test this |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at 0d99510. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at 0d99510. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the extended test suite on this PR at 0d99510. You can monitor the build here. |
@typescript-bot run dt |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at 5a9ddd7. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at 5a9ddd7. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the extended test suite on this PR at 5a9ddd7. You can monitor the build here. |
@typescript-bot run dt |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at 2beca5c. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at 2beca5c. You can monitor the build here. |
@weswigham @pirix-gh I'm seeing the following failure in It is the one gating issue for merging the PR. Any ideas? |
@typescript-bot pack this |
Heya @ahejlsberg, I've started to run the tarball bundle task on this PR at 2beca5c. You can monitor the build here. |
Hey @ahejlsberg, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running |
The fix is out! I mistakenly swapped the lhs & rhs on the terminating condition of |
@typescript-bot run dt |
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at 2beca5c. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at 2beca5c. You can monitor the build here. |
RWC and Community Code test suites are clean, and I have a PR up to fix new error in @RyanCavanaugh @DanielRosenwasser I think we should move this PR back into the 3.9 release. We have already merged #37195 and this PR just finishes the job. It fixes #36637 and uncovered legit issues in |
This PR expands the additional check in #37195 to also cover intersections with generic constituents.
Fixes #36637.