Skip to content

fix!: remove handling of types not present in type signatures #407

fix!: remove handling of types not present in type signatures

fix!: remove handling of types not present in type signatures #407

Triggered via pull request January 26, 2025 04:37
Status Failure
Total duration 44s
Artifacts

test-pr.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 1 warning
Unhandled error: src/async/reduce.ts#L35
TypeCheckError: Type 'undefined' cannot be used as an index type. ❯ src/async/reduce.ts:35:17
tests/array/boil.test.ts > boil > does not fail when provided array is null: src/array/boil.ts#L17
TypeError: Cannot read properties of null (reading 'length') ❯ Module.boil src/array/boil.ts:17:16 ❯ tests/array/boil.test.ts:23:22
tests/array/intersects.test.ts > intersects > returns false without failing if either list is null: src/array/intersects.ts#L24
TypeError: Cannot read properties of null (reading 'some') ❯ Module.intersects src/array/intersects.ts:24:16 ❯ tests/array/intersects.test.ts:26:14
tests/array/zipToObject.test.ts > zipToObject > returns an empty object if bad parameters are passed: src/array/zipToObject.ts#L31
TypeError: Cannot read properties of undefined (reading 'reduce') ❯ Module.zipToObject src/array/zipToObject.ts:31:15 ❯ tests/array/zipToObject.test.ts:21:22
tests/number/max.test.ts > max > does not fail when provided array is null: src/number/max.ts#L22
TypeError: Cannot read properties of null (reading 'length') ❯ Module.max src/number/max.ts:22:14 ❯ tests/number/max.test.ts:24:22
tests/number/min.test.ts > min > does not fail when provided array is null: src/number/min.ts#L22
TypeError: Cannot read properties of null (reading 'length') ❯ Module.min src/number/min.ts:22:14 ❯ tests/number/min.test.ts:24:22
Test (18.x)
Process completed with exit code 1.
Test (20.x)
The job was canceled because "_18_x" failed.
Unhandled error: src/async/reduce.ts#L35
TypeCheckError: Type 'undefined' cannot be used as an index type. ❯ src/async/reduce.ts:35:17
tests/array/boil.test.ts > boil > does not fail when provided array is null: src/array/boil.ts#L17
TypeError: Cannot read properties of null (reading 'length') ❯ Module.boil src/array/boil.ts:17:16 ❯ tests/array/boil.test.ts:23:22
tests/array/intersects.test.ts > intersects > returns false without failing if either list is null: src/array/intersects.ts#L24
TypeError: Cannot read properties of null (reading 'some') ❯ Module.intersects src/array/intersects.ts:24:16 ❯ tests/array/intersects.test.ts:26:14
tests/array/zipToObject.test.ts > zipToObject > returns an empty object if bad parameters are passed: src/array/zipToObject.ts#L31
TypeError: Cannot read properties of undefined (reading 'reduce') ❯ Module.zipToObject src/array/zipToObject.ts:31:15 ❯ tests/array/zipToObject.test.ts:21:22
tests/number/max.test.ts > max > does not fail when provided array is null: src/number/max.ts#L22
TypeError: Cannot read properties of null (reading 'length') ❯ Module.max src/number/max.ts:22:14 ❯ tests/number/max.test.ts:24:22
tests/number/min.test.ts > min > does not fail when provided array is null: src/number/min.ts#L22
TypeError: Cannot read properties of null (reading 'length') ❯ Module.min src/number/min.ts:22:14 ❯ tests/number/min.test.ts:24:22
Test (20.x)
Process completed with exit code 1.
Test (22.x)
The job was canceled because "_18_x" failed.
Unhandled error: src/async/reduce.ts#L35
TypeCheckError: Type 'undefined' cannot be used as an index type. ❯ src/async/reduce.ts:35:17
tests/array/boil.test.ts > boil > does not fail when provided array is null: src/array/boil.ts#L17
TypeError: Cannot read properties of null (reading 'length') ❯ Module.boil src/array/boil.ts:17:16 ❯ tests/array/boil.test.ts:23:22
tests/array/intersects.test.ts > intersects > returns false without failing if either list is null: src/array/intersects.ts#L24
TypeError: Cannot read properties of null (reading 'some') ❯ Module.intersects src/array/intersects.ts:24:16 ❯ tests/array/intersects.test.ts:26:14
tests/array/zipToObject.test.ts > zipToObject > returns an empty object if bad parameters are passed: src/array/zipToObject.ts#L31
TypeError: Cannot read properties of undefined (reading 'reduce') ❯ Module.zipToObject src/array/zipToObject.ts:31:15 ❯ tests/array/zipToObject.test.ts:21:22
tests/number/max.test.ts > max > does not fail when provided array is null: src/number/max.ts#L22
TypeError: Cannot read properties of null (reading 'length') ❯ Module.max src/number/max.ts:22:14 ❯ tests/number/max.test.ts:24:22
tests/number/min.test.ts > min > does not fail when provided array is null: src/number/min.ts#L22
TypeError: Cannot read properties of null (reading 'length') ❯ Module.min src/number/min.ts:22:14 ❯ tests/number/min.test.ts:24:22
Test (22.x)
The operation was canceled.
Test (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636