| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
Sorry, something went wrong.
|
Mateusz Burzyński (@Andarist) can you open a bug to explain the expected and actual behaviour (and the 4.7 behaviour as well)? |
Sorry, something went wrong.
|
Nathan Shively-Sanders (@sandersn) sure, I just created this |
Sorry, something went wrong.
|
TypeScript Bot (@typescript-bot) test this |
Sorry, something went wrong.
|
Heya Jake Bailey (@jakebailey), I've started to run the diff-based top-repos suite on this PR at 864272c. You can monitor the build here. Update: The results are in! |
Sorry, something went wrong.
|
Heya Jake Bailey (@jakebailey), I've started to run the diff-based user code test suite on this PR at 864272c. You can monitor the build here. Update: The results are in! |
Sorry, something went wrong.
|
Heya Jake Bailey (@jakebailey), I've started to run the parallelized Definitely Typed test suite on this PR at 864272c. You can monitor the build here. |
Sorry, something went wrong.
|
Heya Jake Bailey (@jakebailey), I've started to run the perf test suite on this PR at 864272c. You can monitor the build here. Update: The results are in! |
Sorry, something went wrong.
|
Heya Jake Bailey (@jakebailey), I've started to run the extended test suite on this PR at 864272c. You can monitor the build here. |
Sorry, something went wrong.
|
The TypeScript team hasn't accepted the linked issue #53043. If you can get it accepted, this PR will have a better chance of being reviewed. |
Sorry, something went wrong.
|
Jake Bailey (@jakebailey)
CompilerComparison Report - main..52782
System
Hosts
Scenarios
TSServerComparison Report - main..52782
System
Hosts
Scenarios
StartupComparison Report - main..52782
System
Hosts
Scenarios
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sorry, something went wrong.
|
Jake Bailey (@jakebailey) Here are the results of running the top-repos suite comparing main and refs/pull/52782/merge: Everything looks good! |
Sorry, something went wrong.
|
Jake Bailey (@jakebailey) Here are the results of running the user test suite comparing main and refs/pull/52782/merge: Everything looks good! |
Sorry, something went wrong.
|
Seems like everything is clean, including DT. |
Sorry, something went wrong.
There was a problem hiding this comment.
isStringAndEmptyAnonymousObjectIntersection in services/utilities.ts needs a corresponding update.
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I understand that those special intersections are, well, special - they are a carveout in the logic and don't quite adhere to The Rules. So if you feel that it's unnecessary then feel free to just close this PR.
That being said... this is a regression from #49119 and this worked OK in TS 4.7 (TS 4.7 playground). I accidentally discovered this by using {} & string (even though usually I write string & {}). It took me some time to notice that I used a somewhat unusual order and that it broke my use case.
fixes #53043