Skip to content

Commit 2167776

Browse files
Update user baselines
1 parent 6514281 commit 2167776

File tree

3 files changed

+170
-88
lines changed

3 files changed

+170
-88
lines changed

tests/baselines/reference/docker/office-ui-fabric.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ Standard output:
7979
@fluentui/docs: [XX:XX:XX] Requiring external module @uifabric/build/babel/register
8080
@fluentui/docs: [XX:XX:XX] Working directory changed to /office-ui-fabric-react
8181
@fluentui/docs: [XX:XX:XX] Using gulpfile /office-ui-fabric-react/gulpfile.ts
82-
@fluentui/docs: > @fluentui/[email protected] schema /office-ui-fabric-react/packages/fluentui/ability-attributes
83-
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
8482
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/packages/fluentui/CONTRIBUTING.md" for github.com.
8583
@fluentui/docs: ==================
84+
@fluentui/docs: > @fluentui/[email protected] schema /office-ui-fabric-react/packages/fluentui/ability-attributes
85+
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
8686
@fluentui/docs: "/office-ui-fabric-react/packages/fluentui/CONTRIBUTING.md" will be updated
8787
@fluentui/docs: Everything is OK.
8888
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/packages/fluentui/README.md" for github.com.

tests/baselines/reference/docker/vscode.log

+97-13
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,109 @@ yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7-
[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'.
8-
[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>'.
9-
Types of parameters 'result' and 'value' are incompatible.
10-
Type 'awaited U' is not assignable to type 'U'.
11-
'U' could be instantiated with an arbitrary type which could be unrelated to 'awaited U'.
7+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess.ts(75,24): No overload matches this call.
8+
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
9+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
10+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
11+
Types of property 'then' are incompatible.
12+
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<...>'.
13+
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
14+
Types of parameters 'value' and 'value' are incompatible.
15+
Type 'void' is not assignable to type 'boolean'.
16+
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
17+
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
18+
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
19+
Type 'IteratorResult<Promise<boolean> | CancelablePromise<void>, any>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
20+
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
21+
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorYieldResult<boolean | PromiseLike<boolean>>'.
22+
Type 'Promise<boolean> | CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
23+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
24+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
25+
[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.
26+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickopen/browser/commandsHandler.ts(456,9): No overload matches this call.
27+
Overload 1 of 2, '(values: readonly (void | PromiseLike<void>)[]): Promise<void>', gave the following error.
28+
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
29+
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
30+
Types of property 'then' are incompatible.
31+
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<...>'.
32+
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
33+
Types of parameters 'value' and 'value' are incompatible.
34+
Type 'boolean' is not assignable to type 'void'.
35+
Overload 2 of 2, '(values: Iterable<void | PromiseLike<void>>): Promise<void>', gave the following error.
36+
Argument of type '(Promise<void> | Promise<boolean>)[]' is not assignable to parameter of type 'Iterable<void | PromiseLike<void>>'.
37+
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
38+
Type 'IteratorResult<Promise<void> | Promise<boolean>, any>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
39+
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
40+
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorYieldResult<void | PromiseLike<void>>'.
41+
Type 'Promise<void> | Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
42+
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
43+
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
44+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickaccess/browser/commandsQuickAccess.ts(34,47): No overload matches this call.
45+
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
46+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
47+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
48+
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
49+
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
50+
[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.
51+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/quickaccess/gotoSymbolQuickAccess.ts(75,24): No overload matches this call.
52+
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
53+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
54+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
55+
Types of property 'then' are incompatible.
56+
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<...>'.
57+
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
58+
Types of parameters 'value' and 'value' are incompatible.
59+
Type 'void' is not assignable to type 'boolean'.
60+
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
61+
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
62+
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
63+
Type 'IteratorResult<Promise<boolean> | CancelablePromise<void>, any>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
64+
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorResult<boolean | PromiseLike<boolean>, any>'.
65+
Type 'IteratorYieldResult<Promise<boolean> | CancelablePromise<void>>' is not assignable to type 'IteratorYieldResult<boolean | PromiseLike<boolean>>'.
66+
Type 'Promise<boolean> | CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
67+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
68+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
69+
[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.
70+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickopen/browser/commandsHandler.ts(456,9): No overload matches this call.
71+
Overload 1 of 2, '(values: readonly (void | PromiseLike<void>)[]): Promise<void>', gave the following error.
72+
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
73+
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
74+
Types of property 'then' are incompatible.
75+
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<...>'.
76+
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
77+
Types of parameters 'value' and 'value' are incompatible.
78+
Type 'boolean' is not assignable to type 'void'.
79+
Overload 2 of 2, '(values: Iterable<void | PromiseLike<void>>): Promise<void>', gave the following error.
80+
Argument of type '(Promise<void> | Promise<boolean>)[]' is not assignable to parameter of type 'Iterable<void | PromiseLike<void>>'.
81+
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
82+
Type 'IteratorResult<Promise<void> | Promise<boolean>, any>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
83+
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorResult<void | PromiseLike<void>, any>'.
84+
Type 'IteratorYieldResult<Promise<void> | Promise<boolean>>' is not assignable to type 'IteratorYieldResult<void | PromiseLike<void>>'.
85+
Type 'Promise<void> | Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
86+
Type 'Promise<boolean>' is not assignable to type 'void | PromiseLike<void>'.
87+
Type 'Promise<boolean>' is not assignable to type 'PromiseLike<void>'.
88+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/quickaccess/browser/commandsQuickAccess.ts(34,47): No overload matches this call.
89+
Overload 1 of 2, '(values: readonly (boolean | PromiseLike<boolean>)[]): Promise<boolean>', gave the following error.
90+
Type 'CancelablePromise<void>' is not assignable to type 'boolean | PromiseLike<boolean>'.
91+
Type 'CancelablePromise<void>' is not assignable to type 'PromiseLike<boolean>'.
92+
Overload 2 of 2, '(values: Iterable<boolean | PromiseLike<boolean>>): Promise<boolean>', gave the following error.
93+
Argument of type '(Promise<boolean> | CancelablePromise<void>)[]' is not assignable to parameter of type 'Iterable<boolean | PromiseLike<boolean>>'.
94+
[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.
1295
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1396

1497

1598

1699
Standard error:
17-
[XX:XX:XX] 'compile' errored after ?s
18-
[XX:XX:XX] Error: Found 1 errors
100+
[XX:XX:XX] 'compile' errored after
101+
[XX:XX:XX] Error: Found 5 errors
19102
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
20103
at _end (/vscode/node_modules/through/index.js:65:9)
21104
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
22-
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
23-
at Object.onceWrapper (events.js:286:20)
24-
at StreamFilter.emit (events.js:203:15)
25-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
26-
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
27-
at process._tickCallback (internal/process/next_tick.js:63:19)
105+
at Stream.onend (internal/streams/legacy.js:42:10)
106+
at Stream.emit (events.js:203:15)
107+
at Stream.EventEmitter.emit (domain.js:466:23)
108+
at drain (/vscode/node_modules/through/index.js:34:23)
109+
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
110+
at Stream.end (/vscode/node_modules/through/index.js:15:35)
111+
at _end (/vscode/node_modules/through/index.js:65:9)
28112
error Command failed with exit code 1.

0 commit comments

Comments
 (0)