-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Allow infer type variables to have constraints inferred
#32093
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
Allow infer type variables to have constraints inferred
#32093
Conversation
|
@typescript-bot run dt |
|
Heya @weswigham, I've started to run the extended test suite on this PR at 25d4aa0. You can monitor the build here. It should now contribute to this PR's status checks. |
|
Heya @weswigham, I've started to run the parallelized Definitely Typed test suite on this PR at 25d4aa0. You can monitor the build here. It should now contribute to this PR's status checks. |
…e breakdown of substitutes in simplifiable source inferences
25d4aa0 to
22db82d
Compare
|
@typescript-bot run dt |
|
Heya @weswigham, I've started to run the parallelized Definitely Typed test suite on this PR at 22db82d. You can monitor the build here. It should now contribute to this PR's status checks. |
|
@typescript-bot run dt |
|
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at 8f9edd2. You can monitor the build here. It should now contribute to this PR's status checks. |
|
Heya @weswigham, I've started to run the extended test suite on this PR at 8f9edd2. You can monitor the build here. It should now contribute to this PR's status checks. |
|
Heya @weswigham, I've started to run the parallelized Definitely Typed test suite on this PR at 8f9edd2. You can monitor the build here. It should now contribute to this PR's status checks. |
|
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
…tern still acts as a constraint size breaker
5caf18a to
9071a92
Compare
|
@typescript-bot run dt |
|
Heya @weswigham, I've started to run the parallelized Definitely Typed test suite on this PR at 9071a92. You can monitor the build here. It should now contribute to this PR's status checks. |
|
Maybe merge with master and re-run the tests. |
|
@typescript-bot run dt |
|
Heya @weswigham, I've started to run the parallelized community code test suite on this PR at 274a9e7. You can monitor the build here. It should now contribute to this PR's status checks. |
|
Heya @weswigham, I've started to run the extended test suite on this PR at 274a9e7. You can monitor the build here. It should now contribute to this PR's status checks. |
|
Heya @weswigham, I've started to run the parallelized Definitely Typed test suite on this PR at 274a9e7. You can monitor the build here. It should now contribute to this PR's status checks. |
|
@ahejlsberg all the tests are good. RWC is repeating a no-diff error that's in So everything looks great! |
And allow the breakdown of substitutes in simplifiable source inferences.
Fixes #31736