swap clack for inquirer #1030
Annotations
9 errors
packages/covector/test/cli/command-init.test.ts > integration test for init command > runs on a workspace:
packages/covector/test/helpers.ts#L123
EffectionMainError:
Responded:
│
◆ What is the url to your GitHub repo?
│ _
└
│
◆ should we include GitHub Action workflows?
│ ● Yes / ○ No
└
│
◆ What is the name of your default branch?
│ main
└
timed out after 14900ms
❯ Module.runCommand packages/covector/test/helpers.ts:123:13
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:65:34
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:36:16
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
❯ trap node_modules/@effection/core/src/controller/iterator-controller.ts:65:7
❯ run node_modules/@effection/core/src/future.ts:104:11
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { effectionTrace: [ { id: 4, type: 'generator', labels: {}, state: 'erroring' }, { id: 3, type: 'generator', labels: {}, state: 'erroring' }, { id: 2, type: 'generator function', labels: {}, state: 'erroring' } ], exitCode: -1 }
|
packages/covector/test/cli/command-init.test.ts > integration test for init command > sets gitSiteUrl default to repo url:
packages/covector/test/helpers.ts#L123
EffectionMainError:
Responded:
│
◆ What is the url to your GitHub repo?
│ https://www.github.com/jbolda/covector
└
│
◆ should we include GitHub Action workflows?
│ ● Yes / ○ No
└
│
◆ What is the name of your default branch?
│ main
└
timed out after 5000ms
❯ Module.runCommand packages/covector/test/helpers.ts:123:13
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:65:34
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:36:16
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
❯ trap node_modules/@effection/core/src/controller/iterator-controller.ts:65:7
❯ run node_modules/@effection/core/src/future.ts:104:11
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { effectionTrace: [ { id: 221, type: 'generator', labels: {}, state: 'erroring' }, { id: 220, type: 'generator', labels: {}, state: 'erroring' }, { id: 219, type: 'generator function', labels: {}, state: 'erroring' } ], exitCode: -1 }
|
test (ubuntu-latest)
Process completed with exit code 1.
|
packages/covector/test/cli/command-init.test.ts > integration test for init command > runs on a workspace:
packages/covector/test/cli/command-init.test.ts#L23
AssertionError: expected 'SystemError\n\nTTY initialization fai…' to be '' // Object.is equality
- Expected
+ Received
+ SystemError
+
+ TTY initialization failed: uv_tty_init returned EBADF (bad file descriptor)
+
+ Effection:
+ - task promise [37]
+ - task generator [6]
+ - task generator [5]
+ - task generator [4]
+ - start generator function [3]
+
+ Stacktrace:
+ - new WriteStream node:tty:93:11
+ - n.prompt D:\a\covector\covector\node_modules\@Clack\core\dist\index.cjs:9:890
+ - text D:\a\covector\covector\node_modules\@Clack\prompts\dist\index.cjs:9:7
+ - <unknown> D:\a\covector\covector\packages\covector\dist\init.js:104:60
+ - Generator.next <anonymous>:null:null
+ - <unknown> D:\a\covector\covector\packages\covector\dist\init.js:31:71
+ - new Promise <anonymous>:null:null
+ - __awaiter D:\a\covector\covector\packages\covector\dist\init.js:27:12
+ - gitSiteUrl D:\a\covector\covector\packages\covector\dist\init.js:103:31
+ - group D:\a\covector\covector\node_modules\@Clack\prompts\dist\index.cjs:77:642
❯ packages/covector/test/cli/command-init.test.ts:23:20
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:61:29
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:36:16
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
❯ trap node_modules/@effection/core/src/controller/iterator-controller.ts:61:7
❯ run node_modules/@effection/core/src/future.ts:104:11
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ node_modules/@effection/core/src/task.ts:468:17
|
packages/covector/test/cli/command-init.test.ts > integration test for init command > sets gitSiteUrl default to repo url:
packages/covector/test/cli/command-init.test.ts#L45
AssertionError: expected 'SystemError\n\nTTY initialization fai…' to be '' // Object.is equality
- Expected
+ Received
+ SystemError
+
+ TTY initialization failed: uv_tty_init returned EBADF (bad file descriptor)
+
+ Effection:
+ - task promise [17]
+ - task generator [6]
+ - task generator [5]
+ - task generator [4]
+ - start generator function [3]
+
+ Stacktrace:
+ - new WriteStream node:tty:93:11
+ - n.prompt D:\a\covector\covector\node_modules\@Clack\core\dist\index.cjs:9:890
+ - text D:\a\covector\covector\node_modules\@Clack\prompts\dist\index.cjs:9:7
+ - <unknown> D:\a\covector\covector\packages\covector\dist\init.js:104:60
+ - Generator.next <anonymous>:null:null
+ - <unknown> D:\a\covector\covector\packages\covector\dist\init.js:31:71
+ - new Promise <anonymous>:null:null
+ - __awaiter D:\a\covector\covector\packages\covector\dist\init.js:27:12
+ - gitSiteUrl D:\a\covector\covector\packages\covector\dist\init.js:103:31
+ - group D:\a\covector\covector\node_modules\@Clack\prompts\dist\index.cjs:77:642
❯ packages/covector/test/cli/command-init.test.ts:45:20
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:61:29
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:36:16
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
❯ trap node_modules/@effection/core/src/controller/iterator-controller.ts:61:7
❯ run node_modules/@effection/core/src/future.ts:104:11
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ node_modules/@effection/core/src/task.ts:468:17
|
test (windows-latest)
Process completed with exit code 1.
|
packages/covector/test/cli/command-init.test.ts > integration test for init command > runs on a workspace:
packages/covector/test/helpers.ts#L123
EffectionMainError:
Responded:
│
◆ What is the url to your GitHub repo?
│ _
└
│
◆ should we include GitHub Action workflows?
│ ● Yes / ○ No
└
│
◆ What is the name of your default branch?
│ main
└
timed out after 14900ms
❯ Module.runCommand packages/covector/test/helpers.ts:123:13
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:65:34
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:36:16
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
❯ trap node_modules/@effection/core/src/controller/iterator-controller.ts:65:7
❯ run node_modules/@effection/core/src/future.ts:104:11
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { effectionTrace: [ { id: 4, type: 'generator', labels: {}, state: 'erroring' }, { id: 3, type: 'generator', labels: {}, state: 'erroring' }, { id: 2, type: 'generator function', labels: {}, state: 'erroring' } ], exitCode: -1 }
|
packages/covector/test/cli/command-init.test.ts > integration test for init command > sets gitSiteUrl default to repo url:
packages/covector/test/helpers.ts#L123
EffectionMainError:
Responded:
│
◆ What is the url to your GitHub repo?
│ https://www.github.com/jbolda/covector
└
│
◆ should we include GitHub Action workflows?
│ ● Yes / ○ No
└
│
◆ What is the name of your default branch?
│ main
└
timed out after 5000ms
❯ Module.runCommand packages/covector/test/helpers.ts:123:13
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:65:34
❯ node_modules/@effection/core/src/controller/iterator-controller.ts:36:16
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
❯ trap node_modules/@effection/core/src/controller/iterator-controller.ts:65:7
❯ run node_modules/@effection/core/src/future.ts:104:11
❯ Object.run node_modules/@effection/core/src/run-loop.ts:24:15
❯ resume node_modules/@effection/core/src/controller/iterator-controller.ts:33:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { effectionTrace: [ { id: 131, type: 'generator', labels: {}, state: 'erroring' }, { id: 130, type: 'generator', labels: {}, state: 'erroring' }, { id: 129, type: 'generator function', labels: {}, state: 'erroring' } ], exitCode: -1 }
|
test (macos-latest)
Process completed with exit code 1.
|