Uh oh!
There was an error while loading. Please reload this page.
Narrow down non-const enity name expressions within element access expressions - #56392
Conversation
Jake Bailey (jakebailey)
commented
Nov 14, 2023
Fails the self check so I'm going to assume that it'll break in testing; can run once you've had a chance to look. |
Bruce Pascoe (fatcerberus)
commented
Nov 14, 2023
To be clear, this isn't a general fix for #56389, correct? |
Mateusz Burzyński (Andarist)
commented
Nov 14, 2023
Yeah, it isn't. I specifically only looked into what DetachHead mentioned here |
…-entity-name-expressions-in-element-accesses
Mateusz Burzyński (Andarist)
commented
Dec 28, 2023
Jake Bailey (@jakebailey) I fixed the |
| if (rootDeclaration.kind !== SyntaxKind.VariableDeclaration) { | ||
| return true; | ||
| } |
There was a problem hiding this comment.
TODO: recheck correctness here
Jake Bailey (jakebailey)
commented
Jan 4, 2024
TypeScript Bot (@typescript-bot) test top200 TypeScript Bot (@typescript-bot) perf test this |
Heya Jake Bailey (@jakebailey), I've started to run the regular perf test suite on this PR at 5d49f98. You can monitor the build here. Update: The results are in! |
Heya Jake Bailey (@jakebailey), I've started to run the diff-based top-repos suite on this PR at 5d49f98. You can monitor the build here. Update: The results are in! |
Heya Jake Bailey (@jakebailey), I've started to run the diff-based user code test suite on this PR at 5d49f98. You can monitor the build here. Update: The results are in! |
Heya Jake Bailey (@jakebailey), I've started to run the tarball bundle task on this PR at 5d49f98. You can monitor the build here. |
Heya Jake Bailey (@jakebailey), I've started to run the parallelized Definitely Typed test suite on this PR at 5d49f98. You can monitor the build here. Update: The results are in! |
Hey Jake Bailey (@jakebailey), 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 |
TypeScript Bot (typescript-bot)
commented
Jan 4, 2024
Jake Bailey (@jakebailey) 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
|
TypeScript Bot (typescript-bot)
commented
Jan 4, 2024
Jake Bailey (@jakebailey) Here they are:CompilerComparison 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: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TypeScript Bot (typescript-bot)
commented
Jan 4, 2024
Hey Jake Bailey (@jakebailey), the results of running the DT tests are ready. |
TypeScript Bot (typescript-bot)
commented
Jan 4, 2024
Jake Bailey (@jakebailey) Here are the results of running the top-repos suite comparing Everything looks good! |
Mateusz Burzyński (Andarist)
commented
Mar 19, 2024
superseded by #57847 |
an experiment to fix#51368 . I wonder what the perf tests show for this (cc Jake Bailey (@jakebailey) ) 😉