Skip to content

Reimplement Index Types #1040

Reimplement Index Types

Reimplement Index Types #1040

Triggered via push November 23, 2023 05:35
Status Failure
Total duration 1m 27s
Artifacts

build.yml

on: push
Matrix: TypeBox
Fit to window
Zoom out
Zoom in

Annotations

55 errors and 9 warnings
TypeBox (18.x, ubuntu-latest): test/static/composite.ts#L32
Type '{ A: never; }' does not satisfy the constraint 'Expected<{ A: string | number; }>'.
TypeBox (18.x, ubuntu-latest): test/static/composite.ts#L48
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (18.x, ubuntu-latest): test/static/composite.ts#L77
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (18.x, ubuntu-latest): test/static/composite.ts#L123
Type 'TObject<{ x: TUnion<[TNumber, TBoolean]>; }>' is not assignable to type 'TObject<{ x: TIntersect<[TNumber, TBoolean]>; }>'.
TypeBox (18.x, ubuntu-latest): test/static/indexed.ts#L11
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, ubuntu-latest): test/static/indexed.ts#L17
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, ubuntu-latest): test/static/indexed.ts#L23
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, ubuntu-latest): test/static/indexed.ts#L33
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, ubuntu-latest): test/static/indexed.ts#L39
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, ubuntu-latest): test/static/indexed.ts#L45
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, ubuntu-latest)
The job was canceled because "_18_x_ubuntu-latest" failed.
TypeBox (16.x, ubuntu-latest): test/static/composite.ts#L32
Type '{ A: never; }' does not satisfy the constraint 'Expected<{ A: string | number; }>'.
TypeBox (16.x, ubuntu-latest): test/static/composite.ts#L48
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (16.x, ubuntu-latest): test/static/composite.ts#L77
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (16.x, ubuntu-latest): test/static/composite.ts#L123
Type 'TObject<{ x: TUnion<[TNumber, TBoolean]>; }>' is not assignable to type 'TObject<{ x: TIntersect<[TNumber, TBoolean]>; }>'.
TypeBox (16.x, ubuntu-latest): test/static/indexed.ts#L11
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, ubuntu-latest): test/static/indexed.ts#L17
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, ubuntu-latest): test/static/indexed.ts#L23
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, ubuntu-latest): test/static/indexed.ts#L33
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, ubuntu-latest): test/static/indexed.ts#L39
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, ubuntu-latest): test/static/indexed.ts#L45
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (20.x, ubuntu-latest): test/static/composite.ts#L32
Type '{ A: never; }' does not satisfy the constraint 'Expected<{ A: string | number; }>'.
TypeBox (20.x, ubuntu-latest): test/static/composite.ts#L48
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (20.x, ubuntu-latest): test/static/composite.ts#L77
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (20.x, ubuntu-latest): test/static/composite.ts#L123
Type 'TObject<{ x: TUnion<[TNumber, TBoolean]>; }>' is not assignable to type 'TObject<{ x: TIntersect<[TNumber, TBoolean]>; }>'.
TypeBox (20.x, ubuntu-latest): test/static/indexed.ts#L11
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (20.x, ubuntu-latest): test/static/indexed.ts#L17
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (20.x, ubuntu-latest): test/static/indexed.ts#L23
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (20.x, ubuntu-latest): test/static/indexed.ts#L33
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (20.x, ubuntu-latest): test/static/indexed.ts#L39
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (20.x, ubuntu-latest): test/static/indexed.ts#L45
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (20.x, macOS-latest)
The operation was canceled.
TypeBox (20.x, windows-latest)
The operation was canceled.
TypeBox (16.x, windows-latest)
The operation was canceled.
TypeBox (18.x, windows-latest)
The operation was canceled.
TypeBox (16.x, macOS-latest): test/static/composite.ts#L32
Type '{ A: never; }' does not satisfy the constraint 'Expected<{ A: string | number; }>'.
TypeBox (16.x, macOS-latest): test/static/composite.ts#L48
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (16.x, macOS-latest): test/static/composite.ts#L77
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (16.x, macOS-latest): test/static/composite.ts#L123
Type 'TObject<{ x: TUnion<[TNumber, TBoolean]>; }>' is not assignable to type 'TObject<{ x: TIntersect<[TNumber, TBoolean]>; }>'.
TypeBox (16.x, macOS-latest): test/static/indexed.ts#L11
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, macOS-latest): test/static/indexed.ts#L17
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, macOS-latest): test/static/indexed.ts#L23
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, macOS-latest): test/static/indexed.ts#L33
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, macOS-latest): test/static/indexed.ts#L39
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (16.x, macOS-latest): test/static/indexed.ts#L45
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, macOS-latest): test/static/composite.ts#L32
Type '{ A: never; }' does not satisfy the constraint 'Expected<{ A: string | number; }>'.
TypeBox (18.x, macOS-latest): test/static/composite.ts#L48
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (18.x, macOS-latest): test/static/composite.ts#L77
Type '{ A: number; }' does not satisfy the constraint 'Expected<{ A?: number | undefined; }>'.
TypeBox (18.x, macOS-latest): test/static/composite.ts#L123
Type 'TObject<{ x: TUnion<[TNumber, TBoolean]>; }>' is not assignable to type 'TObject<{ x: TIntersect<[TNumber, TBoolean]>; }>'.
TypeBox (18.x, macOS-latest): test/static/indexed.ts#L11
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, macOS-latest): test/static/indexed.ts#L17
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, macOS-latest): test/static/indexed.ts#L23
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, macOS-latest): test/static/indexed.ts#L33
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, macOS-latest): test/static/indexed.ts#L39
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, macOS-latest): test/static/indexed.ts#L45
Property 'ToStatic' does not exist on type '{ ToStaticNever(): void; }'.
TypeBox (18.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
TypeBox (16.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
TypeBox (20.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
TypeBox (20.x, macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
TypeBox (20.x, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
TypeBox (16.x, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
TypeBox (18.x, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
TypeBox (16.x, macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
TypeBox (18.x, macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/