-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fixed distributive conditional types with never intersections #57345
Fixed distributive conditional types with never intersections #57345
Conversation
@typescript-bot test this |
Heya @RyanCavanaugh, I've started to run the diff-based top-repos suite (tsserver) on this PR at 91afaf5. You can monitor the build here. Update: The results are in! |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Heya @RyanCavanaugh, I've started to run the regular perf test suite on this PR at 91afaf5. You can monitor the build here. Update: The results are in! |
Heya @RyanCavanaugh, I've started to run the diff-based top-repos suite on this PR at 91afaf5. You can monitor the build here. Update: The results are in! |
Heya @RyanCavanaugh, I've started to run the tarball bundle task on this PR at 91afaf5. You can monitor the build here. |
Hey @RyanCavanaugh, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running There is also a playground for this build and an npm module you can use via |
@RyanCavanaugh Here are the results of running the user test suite comparing There were infrastructure failures potentially unrelated to your change:
Otherwise... Something interesting changed - please have a look. Details
|
@RyanCavanaugh Here are the results of running the user test suite comparing Everything looks good! |
@RyanCavanaugh Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
tsserverComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
startupComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
Hey @RyanCavanaugh, the results of running the DT tests are ready. |
@RyanCavanaugh Here are the results of running the top-repos suite comparing Everything looks good! |
@RyanCavanaugh Here are the results of running the top-repos suite comparing Something interesting changed - please have a look. DetailsServer exited prematurely with code unknown and signal SIGABRT
Affected reposcalcom/cal.comRaw error text:RepoResults4/calcom.cal.com.rawError.txt in the artifact folder
Last few requests{"seq":899,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/apps/storybook/tailwind.config.js","line":1,"offset":23,"entryNames":["eslint-preset"]}}
{"seq":900,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/apps/storybook/tailwind.config.js","line":2,"offset":5}}
{"seq":901,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":["@PROJECT_ROOT@/apps/api/test/jest-setup.js"],"openFiles":[]}}
{"seq":902,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":[],"openFiles":[{"file":"@PROJECT_ROOT@/apps/swagger/lib/snippets.ts","projectRootPath":"@PROJECT_ROOT@"}]}}
Repro steps
|
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.
Not sure what to make of the premature exit here, but otherwise looks good.
I don't think this is related, we can see the same failure reported 4 days ago here |
How long before the first "I can't get this repro shorter than 60 lines" bug bisects to this PR? 😅 |
The time will tell 😅 If that happens you can count on me doing some quality investigation on what and why has happened 😉 |
A little under 3 months, as it turns out |
fixes #57343