Skip to content

accept client providers via Observable/AsyncGenerator #586

accept client providers via Observable/AsyncGenerator

accept client providers via Observable/AsyncGenerator #586

Triggered via pull request August 3, 2024 00:13
Status Failure
Total duration 1m 12s
Artifacts

ci.yml

on: pull_request
Matrix: test-integration
Matrix: test-unit
Fit to window
Zoom out
Zoom in

Annotations

18 errors
test-integration (ubuntu): client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
test-integration (ubuntu): client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
test-integration (ubuntu)
Process completed with exit code 1.
test-unit (ubuntu, 20): client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
test-unit (ubuntu, 20): client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
test-unit (ubuntu, 20)
Process completed with exit code 1.
test-unit (macos, 20): client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
test-unit (macos, 20): client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
test-unit (macos, 20)
Process completed with exit code 1.
build: client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
build: client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
build
Process completed with exit code 1.
test-unit (ubuntu, 18.15.0): client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
test-unit (ubuntu, 18.15.0): client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
test-unit (ubuntu, 18.15.0)
Process completed with exit code 1.
test-integration (macos): client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
test-integration (macos): client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
test-integration (macos)
Process completed with exit code 1.