Skip to content
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

🤖 User test baselines have changed for retain-export-stars #62

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -70,12 +70,12 @@ 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/.github/CONTRIBUTING.md" for github.com.
@fluentui/docs: ==================
@fluentui/docs: "/office-ui-fabric-react/.github/CONTRIBUTING.md" will be updated
@fluentui/docs: Everything is OK.
@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/.github/setup-local-development.md" for github.com.
@fluentui/docs: ==================
@fluentui/docs: "/office-ui-fabric-react/.github/setup-local-development.md" will be updated
Expand Down
19 changes: 2 additions & 17 deletions tests/baselines/reference/docker/vue-next.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Exit Code: 0
Standard output:

> @X.X.X-alpha.6 build /vue-next
> @X.X.X-alpha.7 build /vue-next
> node scripts/build.js "--types"
Rolling up type definitions for compiler-core...
Writing: /vue-next/temp/compiler-core.api.json
Expand Down Expand Up @@ -43,11 +43,6 @@ Writing: /vue-next/temp/runtime-test.api.json
The API report is up to date: temp/runtime-test.api.md
Writing package typings: /vue-next/packages/runtime-test/dist/runtime-test.d.ts
API Extractor completed successfully.
Rolling up type definitions for server-renderer...
Writing: /vue-next/temp/server-renderer.api.json
The API report is up to date: temp/server-renderer.api.md
Writing package typings: /vue-next/packages/server-renderer/dist/server-renderer.d.ts
API Extractor completed successfully.



Expand Down Expand Up @@ -119,16 +114,6 @@ created packages/runtime-test/dist/runtime-test.global.js in ?s
/vue-next/packages/runtime-test/src/index.ts → packages/runtime-test/dist/runtime-test.global.prod.js...
created packages/runtime-test/dist/runtime-test.global.prod.js in ?s
/vue-next/packages/server-renderer/src/index.ts → packages/server-renderer/dist/server-renderer.cjs.js...
created packages/server-renderer/dist/server-renderer.cjs.js in ?s
/vue-next/packages/server-renderer/src/index.ts → packages/server-renderer/dist/server-renderer.cjs.prod.js...
created packages/server-renderer/dist/server-renderer.cjs.prod.js in ?s
/vue-next/packages/size-check/src/index.ts → packages/size-check/dist/size-check.global.js...
created packages/size-check/dist/size-check.global.js in ?s
/vue-next/packages/size-check/src/index.ts → packages/size-check/dist/size-check.global.prod.js...
created packages/size-check/dist/size-check.global.prod.js in ?s
/vue-next/packages/template-explorer/src/index.ts → packages/template-explorer/dist/template-explorer.global.js...
created packages/template-explorer/dist/template-explorer.global.js in ?s
/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.esm-bundler.js...
[!] (plugin rpt2) Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
packages/vue/src/devCheck.ts
Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
Expand All @@ -142,7 +127,7 @@ Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:234:5)
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:d4c6957,NODE_ENV:production,TARGET:vue,TYPES:true
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:e6ef52c,NODE_ENV:production,TARGET:server-renderer,TYPES:true
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Expand Down