Skip to content

Commit

Permalink
Update user baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Mar 25, 2020
1 parent 6514281 commit 2167776
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 88 deletions.
4 changes: 2 additions & 2 deletions tests/baselines/reference/docker/office-ui-fabric.log
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ Standard output:
@fluentui/docs: [XX:XX:XX] Requiring external module @uifabric/build/babel/register
@fluentui/docs: [XX:XX:XX] Working directory changed to /office-ui-fabric-react
@fluentui/docs: [XX:XX:XX] Using gulpfile /office-ui-fabric-react/gulpfile.ts
@fluentui/docs: > @fluentui/ability-attributes@X.X.X schema /office-ui-fabric-react/packages/fluentui/ability-attributes
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/packages/fluentui/CONTRIBUTING.md" for github.com.
@fluentui/docs: ==================
@fluentui/docs: > @fluentui/ability-attributes@X.X.X schema /office-ui-fabric-react/packages/fluentui/ability-attributes
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
@fluentui/docs: "/office-ui-fabric-react/packages/fluentui/CONTRIBUTING.md" will be updated
@fluentui/docs: Everything is OK.
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/packages/fluentui/README.md" for github.com.
Expand Down
110 changes: 97 additions & 13 deletions tests/baselines/reference/docker/vscode.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,109 @@ yarn run vX.X.X
$ gulp compile --max_old_space_size=4095
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/list/listPaging.ts(58,53): Argument of type 'awaited TElement' is not assignable to parameter of type 'TElement'.
[XX:XX:XX] Error: /vscode/extensions/github-authentication/src/common/utils.ts(64,3): Argument of type '(result: U) => U' is not assignable to parameter of type '(value: awaited U) => U | PromiseLike<U>'.
Types of parameters 'result' and 'value' are incompatible.
Type 'awaited U' is not assignable to type 'U'.
'U' could be instantiated with an arbitrary type which could be unrelated to 'awaited U'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess.ts(75,24): No overload matches this call.
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
Types of property 'then' are incompatible.
Type '<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => Promise<...>' is not assignable to type '<TResult1 = boolean, TResult2 = never>(onfulfilled?: ((value: boolean) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'value' are incompatible.
Type 'void' is not assignable to type 'boolean'.
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
Type 'IteratorResult<Promise<boolean> | CancelablePromise<void>, any>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorYieldResult<boolean | PromiseLike<boolean>>'.
Type 'Promise<boolean> | CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/search/common/searchModel.ts(609,21): Type 'FileMatch | FileMatch[]' must have a '[Symbol.iterator]()' method that returns an iterator.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickopen/browser/commandsHandler.ts(456,9): No overload matches this call.
Overload 1 of 2, '(values: readonly (void | PromiseLike<void>)[]): Promise<void>', gave the following error.
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
Types of property 'then' are incompatible.
Type '<TResult1 = boolean, TResult2 = never>(onfulfilled?: ((value: boolean) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => Promise<...>' is not assignable to type '<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'value' are incompatible.
Type 'boolean' is not assignable to type 'void'.
Overload 2 of 2, '(values: Iterable<void | PromiseLike<void>>): Promise<void>', gave the following error.
Argument of type '(Promise<void> | Promise<boolean>)[]' is not assignable to parameter of type 'Iterable<void | PromiseLike<void>>'.
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
Type 'IteratorResult<Promise<void> | Promise<boolean>, any>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorYieldResult<void | PromiseLike<void>>'.
Type 'Promise<void> | Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickaccess/browser/commandsQuickAccess.ts(34,47): No overload matches this call.
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/workbench.web.api.ts(216,25): Type 'readonly ICommand[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess.ts(75,24): No overload matches this call.
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
Types of property 'then' are incompatible.
Type '<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => Promise<...>' is not assignable to type '<TResult1 = boolean, TResult2 = never>(onfulfilled?: ((value: boolean) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'value' are incompatible.
Type 'void' is not assignable to type 'boolean'.
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
Type 'IteratorResult<Promise<boolean> | CancelablePromise<void>, any>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorYieldResult<boolean | PromiseLike<boolean>>'.
Type 'Promise<boolean> | CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/search/common/searchModel.ts(609,21): Type 'FileMatch | FileMatch[]' must have a '[Symbol.iterator]()' method that returns an iterator.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickopen/browser/commandsHandler.ts(456,9): No overload matches this call.
Overload 1 of 2, '(values: readonly (void | PromiseLike<void>)[]): Promise<void>', gave the following error.
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
Types of property 'then' are incompatible.
Type '<TResult1 = boolean, TResult2 = never>(onfulfilled?: ((value: boolean) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => Promise<...>' is not assignable to type '<TResult1 = void, TResult2 = never>(onfulfilled?: ((value: void) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'value' are incompatible.
Type 'boolean' is not assignable to type 'void'.
Overload 2 of 2, '(values: Iterable<void | PromiseLike<void>>): Promise<void>', gave the following error.
Argument of type '(Promise<void> | Promise<boolean>)[]' is not assignable to parameter of type 'Iterable<void | PromiseLike<void>>'.
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
Type 'IteratorResult<Promise<void> | Promise<boolean>, any>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorYieldResult<void | PromiseLike<void>>'.
Type 'Promise<void> | Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickaccess/browser/commandsQuickAccess.ts(34,47): No overload matches this call.
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/workbench.web.api.ts(216,25): Type 'readonly ICommand[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.



Standard error:
[XX:XX:XX] 'compile' errored after ?s
[XX:XX:XX] Error: Found 1 errors
[XX:XX:XX] 'compile' errored after
[XX:XX:XX] Error: Found 5 errors
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
at _end (/vscode/node_modules/through/index.js:65:9)
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
at Object.onceWrapper (events.js:286:20)
at StreamFilter.emit (events.js:203:15)
at StreamFilter.EventEmitter.emit (domain.js:466:23)
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Stream.onend (internal/streams/legacy.js:42:10)
at Stream.emit (events.js:203:15)
at Stream.EventEmitter.emit (domain.js:466:23)
at drain (/vscode/node_modules/through/index.js:34:23)
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
at Stream.end (/vscode/node_modules/through/index.js:15:35)
at _end (/vscode/node_modules/through/index.js:65:9)
error Command failed with exit code 1.
Loading

0 comments on commit 2167776

Please sign in to comment.