-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Defer computation of isDistributionDependent to avoid circularities #46474
Conversation
@typescript-bot run dt |
Heya @ahejlsberg, I've started to run the extended test suite on this PR at d6f5ace. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the perf test suite on this PR at d6f5ace. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at d6f5ace. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at d6f5ace. You can monitor the build here. |
@typescript-bot perf test this faster |
Heya @ahejlsberg, I've started to run the perf test suite on this PR at 2b47fb7. You can monitor the build here. |
Heya @ahejlsberg, I've started to run the abridged perf test suite on this PR at 2b47fb7. You can monitor the build here. |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@typescript-bot user test this inline |
Heya @andrewbranch, I've started to run the inline community code test suite on this PR at 2b47fb7. You can monitor the build here. Update: The results are in! |
@typescript-bot perf test this |
Heya @andrewbranch, I've started to run the perf test suite on this PR at 2b47fb7. You can monitor the build here. Update: The results are in! |
@andrewbranch |
@andrewbranch Here they are:Comparison Report - main..46474
System
Hosts
Scenarios
Developer Information: |
Ok, tests look good, I'm going to merge this one. |
…icrosoft#46474) * Defer computation of isDistributionDependent to avoid circularities * Accept new API baselines
This is a small change to #46429 that I forgot to commit before it was merged. It defers computation of
isDistributionDependent
to fix a circularity that showed up in the DT types formongoose
.