Skip to content

feat(minato): add bigint type to represent int64 #470

feat(minato): add bigint type to represent int64

feat(minato): add bigint type to represent int64 #470

Triggered via pull request April 14, 2024 15:08
Status Failure
Total duration 1m 8s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: packages/tests/src/model.ts#L103
Type 'Tables' does not satisfy the constraint 'Context'.
build: packages/tests/src/model.ts#L167
Type '"bigint"' is not assignable to type '"json" | "expr" | Type<BigInt | undefined, any>'.
build: packages/tests/src/model.ts#L178
Type '"array"' is not assignable to type 'Shorthand<"list" | "json" | "expr"> | Field<number[] | undefined> | Callback<{ bigint?: bigint | undefined; } & { object?: { text?: string | undefined; num?: number | undefined; json?: { ...; } | undefined; embed?: { ...; } | undefined; } | undefined; } & ... 35 more ... & { ...; }, number[] | undefined, boolean> | ...'.
build: packages/tests/src/model.ts#L180
Type '"object"' is not assignable to type '"json" | "expr" | Type<{ text?: string | undefined; num?: number | undefined; json?: { text?: string | undefined; num?: number | undefined; } | undefined; embed?: { bool?: boolean | undefined; bigint?: bigint | undefined; custom?: Custom | undefined; bstr?: string | undefined; } | undefined; } | undefined, any>'.
build: packages/tests/src/model.ts#L212
Type '"bigint2"' is not assignable to type 'Field<bigint | undefined> | Shorthand<"bigint" | "expr"> | Callback<{ bigint?: bigint | undefined; } & { object?: { text?: string | undefined; num?: number | undefined; json?: { ...; } | undefined; embed?: { ...; } | undefined; } | undefined; } & ... 35 more ... & { ...; }, bigint | undefined, boolean> | undefined'. Did you mean '"bigint"'?
build: packages/tests/src/model.ts#L229
Type '"bigint2"' is not assignable to type 'Field<bigint | undefined> | Shorthand<"bigint" | "expr"> | Callback<{ bigint?: bigint | undefined; } & { object?: { text?: string | undefined; num?: number | undefined; json?: { ...; } | undefined; embed?: { ...; } | undefined; } | undefined; } & ... 35 more ... & { ...; }, bigint | undefined, boolean> | undefined'. Did you mean '"bigint"'?
build: packages/tests/src/model.ts#L232
Type '"binary"' is not assignable to type '"unsigned" | "double" | "decimal" | "expr" | "integer" | "float" | Type<number | undefined, any>'.
build: packages/tests/src/model.ts#L245
Argument of type '"dtypes"' is not assignable to parameter of type 'Keys<Types, any>'.
build: packages/tests/src/model.ts#L249
Argument of type '"dobjects"' is not assignable to parameter of type 'Keys<Types, any>'.
build: packages/tests/src/model.ts#L260
Argument of type '"recurxs"' is not assignable to parameter of type 'Keys<Types, any>'.