restart every time #68
Annotations
14 errors and 1 warning
build (macos-latest)
Unable to find Node version '12.x' for platform darwin and architecture arm64.
|
build (ubuntu-latest)
The job was canceled because "macos-latest" failed.
|
build (ubuntu-latest):
src/PreviewManager.ts#L2
Module '"../node_modules/arepl-backend"' has no exported member 'PythonExecutors'.
|
build (ubuntu-latest):
src/toAREPLLogic.ts#L1
Module '"../node_modules/arepl-backend"' has no exported member 'PythonExecutors'.
|
build (ubuntu-latest):
test/suite/previewContainer.test.ts#L6
Module '"../../node_modules/arepl-backend"' has no exported member 'PythonExecutor'.
|
build (ubuntu-latest):
test/suite/previewContainer.test.ts#L76
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: {}; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
build (ubuntu-latest):
test/suite/previewContainer.test.ts#L96
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: {}; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
build (ubuntu-latest):
test/suite/previewContainer.test.ts#L119
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: {}; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
build (ubuntu-latest):
test/suite/previewContainer.test.ts#L139
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: {}; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
build (ubuntu-latest):
test/suite/previewContainer.test.ts#L159
Argument of type '{ caller: string; done: true; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: { ...; }; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
build (ubuntu-latest):
test/suite/previewContainer.test.ts#L179
Argument of type '{ caller: string; done: false; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: { ...; }; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
build (ubuntu-latest):
test/suite/previewContainer.test.ts#L199
Argument of type '{ caller: string; done: false; execTime: number; internalError: string; lineno: number; totalPyTime: number; totalTime: number; userError: UserError; userErrorMsg: string; userVariables: { ...; }; startResult: boolean; evaluatorName: string; }' is not assignable to parameter of type 'PythonResult'.
|
build (windows-latest)
The job was canceled because "macos-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|