External test runner updates#21276
Merged
weswigham merged 2 commits intomicrosoft:masterfrom Jan 18, 2018
Merged
Conversation
…se5 because they added their own types, accept updated error msg for rxjs, acccept current chrome baseline and pin chrmoe version
RyanCavanaugh
approved these changes
Jan 18, 2018
Member
|
Sorry I didn't see this earlier. Looks like sift is broken by #17912. I'll go check it out. |
Member
Author
|
I think the sift errors are legitimate errors in their .d.ts. at least that's the conclusion we came to in Friday. |
Member
|
Maybe. Here is a clearer repro: function f<T extends any, P extends keyof T>(tp: T[P], aa: any[]) {
aa = tp
}The question is whether the constraint of |
Member
|
After some investigation with @mhegazy, the picture is much muddier.
It's an easy change to make, but until there's more demand, I don't think this change is worthwhile. |
errendir
added a commit
to errendir/TypeScript
that referenced
this pull request
Jan 20, 2018
* origin/master: (134 commits) Fix isTypeOfExpression in compiler API (microsoft#20875). (microsoft#20884) add completion filter for function like body (microsoft#21257) Make nonnull assertions and binding patterns apparent declared type locations (microsoft#20995) For `{ type: "a" } | { type: "b" }`, find references for the union property (microsoft#21298) configureNightly -> configurePrerelease Create a 'configure-insiders' and 'publish-insiders' task. Add createProgram on WatchCompilerHost in goToDefinition, use array helpers and clean up code (microsoft#21304) Support testing definition range of a reference gruop (microsoft#21302) Handle `undefined` input to firstDefined (microsoft#21300) Avoid spreading array (microsoft#21291) LEGO: check in for master to temporary branch. Accept new baselines Add regression test Properly handle contravariant inferences in inferReverseMappedType Remove unused properties from interface Refactor (microsoft#21286) LEGO: check in for master to temporary branch. Fold newline logic into getNewLineOrDefaultFromHost External test runner updates (microsoft#21276) Report more detailed info during script debug failure ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This does a few things: