Update Comunica monorepo packages to v3 #358
Annotations
11 errors
|
packages/actor-query-operation-incremental-distinct-hash/lib/ActorQueryOperationIncrementalDistinctHash.ts#L28
Conversion of type 'AsyncIterator<Bindings>' to type 'BindingsStream' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
packages/actor-query-operation-incremental-distinct-hash/lib/ActorQueryOperationIncrementalDistinctHash.ts#L33
Type 'import("/home/runner/work/incremunica/incremunica/packages/incremental-types/lib/Bindings").BindingsStream' is not assignable to type 'import("/home/runner/work/incremunica/incremunica/node_modules/@comunica/types/lib/Bindings").BindingsStream'.
|
packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L30
Expected 3 arguments, but got 2.
|
packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L61
Expected 3 arguments, but got 2.
|
packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L117
Expected 3-4 arguments, but got 2.
|
packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L182
Type 'AsyncIterator<Bindings>' is not assignable to type 'BindingsStream'.
|
packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L183
Argument of type 'AsyncIterator<Bindings>' is not assignable to parameter of type 'BindingsStream'.
|
packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L207
Argument of type 'AsyncIterator<BindingsStream>' is not assignable to parameter of type 'AsyncIteratorOrArray<AsyncIterator<Bindings>> | AsyncIteratorOrArray<Promise<AsyncIterator<Bindings>>> | AsyncIteratorOrArray<...>'.
|
packages/actor-query-operation-incremental-filter/lib/ActorQueryOperationIncrementalFilter.ts#L210
Type 'UnionIterator<Bindings>' is not assignable to type 'BindingsStream'.
|
packages/actor-query-operation-incremental-quadpattern/lib/ActorQueryOperationQuadpattern.ts#L149
Type '{ order: TermsOrder<RDF.Variable> | undefined; availableOrders: { cost: RDF.QueryOperationCost; terms: TermsOrder<RDF.Variable>; }[] | undefined; ... 4 more ...; requestTime?: number | undefined; }' is not assignable to type 'MetadataBindings'.
|
This job failed
Loading