-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Variance annotations on class expressions + deferred valiation #48645
Conversation
@typescript-bot pack this |
Heya @DanielRosenwasser, I've started to run the perf test suite on this PR at 838393e. You can monitor the build here. Update: The results are in! |
Heya @DanielRosenwasser, I've started to run the extended test suite on this PR at 838393e. You can monitor the build here. |
Heya @DanielRosenwasser, I've started to run the parallelized community code test suite on this PR at 838393e. You can monitor the build here. |
Heya @DanielRosenwasser, I've started to run the tarball bundle task on this PR at 838393e. You can monitor the build here. |
Heya @DanielRosenwasser, I've started to run the parallelized Definitely Typed test suite on this PR at 838393e. You can monitor the build here. |
@DanielRosenwasser Here they are:Comparison Report - main..48645
System
Hosts
Scenarios
Developer Information: |
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 @ahejlsberg, I've started to run the diff-based community code test suite on this PR at 838393e. You can monitor the build here. Update: The results are in! |
@ahejlsberg |
…soft#48645) * Variance annotations on class expressions + deferred validation * Add regression tests
Fixes #48618.