-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Propagate object flags related to object and array literals onto module.exports
types
#57467
Propagate object flags related to object and array literals onto module.exports
types
#57467
Conversation
…ule.exports` types
@typescript-bot test it |
Hey @gabritto, the results of running the DT tests are ready. Everything looks the same! |
@gabritto Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@gabritto Here are the results of running the user tests comparing Something interesting changed - please have a look. Details
|
@gabritto Here are the results of running the top 400 repos comparing Something interesting changed - please have a look. Details
|
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.
(1) I don't exactly understand how the code change is related to the observed behavior in the repro, if you could provide an explanation that would be very helpful.
(2) There were test changes that I also don't know how they relate to the code change, so would be nice to get an explanation for those too (even if they're bugs). Thanks!
…ject-flags-propagation # Conflicts: # tests/baselines/reference/typedefCrossModule2.types
|
According to Jake, the extended tests use the latest main, so the not-synced PR shouldn't be a problem, but I can try running again. |
@typescript-bot test it |
My impression at the moment is that the CFA change introduced some non-determinism; that same error went away in that change and is now back again. |
Hey @gabritto, the results of running the DT tests are ready. Everything looks the same! |
@gabritto Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@gabritto Here are the results of running the user tests comparing Everything looks good! |
@gabritto Here are the results of running the top 400 repos comparing Everything looks good! |
Something weird is happening with those tests but I think it's fair to say that it's not related to this PR 😉 |
This PR was out of date and broke main. |
I'll fix it now |
fixes #57460