use webkit2gtk-4.1 #1355
ci.yaml
on: push
test
27s
migrate-db
24s
Typecheck
24s
Format & Lint (Biome)
24s
Format (Cargo)
14s
Clippy
1m 30s
Annotations
24 errors and 16 warnings
Typecheck:
packages/json/src/pkg.ts#L38
Argument of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | { variant: "List"; data: { value: JSONValue[]; }; } | { ...; }' is not assignable to parameter of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }'.
|
Typecheck:
packages/json/src/pkg.ts#L62
Argument of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }' is not assignable to parameter of type 'JSONValue'.
|
Typecheck:
packages/json/src/pkg.ts#L83
Argument of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | { variant: "List"; data: { value: JSONValue[]; }; } | { ...; }' is not assignable to parameter of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }'.
|
Typecheck:
packages/json/src/pkg.ts#L110
Argument of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }' is not assignable to parameter of type 'JSONValue'.
|
Typecheck:
packages/json/src/pkg.ts#L126
Argument of type 'Option<{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | { variant: "List"; data: { value: JSONValue[]; }; } | { ...; }>' is not assignable to parameter of type 'Option<{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[...]>>>>; }> | { ...; }>'.
|
Typecheck:
packages/json/src/pkg.ts#L150
Property 'variant' does not exist on type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }'.
|
Typecheck:
packages/json/src/pkg.ts#L150
Argument of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }' is not assignable to parameter of type 'JSONValue'.
|
Typecheck:
packages/json/src/pkg.ts#L175
Property 'variant' does not exist on type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }'.
|
Typecheck:
packages/json/src/pkg.ts#L175
Argument of type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }' is not assignable to parameter of type 'JSONValue'.
|
Typecheck:
packages/json/src/pkg.ts#L200
Property 'variant' does not exist on type '{ variant: "Null"; } | { variant: "Bool"; data: { value: boolean; }; } | { variant: "Number"; data: { value: number; }; } | { variant: "String"; data: { value: string; }; } | EnumVariant<"List", { value: Field<ListType<EnumType<Enum<[EnumVariant<...>, ... 4 more ..., EnumVariant<...>]>>>>; }> | { ...; }'.
|
Format & Lint (Biome):
interface/src/index.tsx#L47
Some named imports are only used as types.
|
Format & Lint (Biome):
interface/src/components/Graph/CommentBox.tsx#L292
Reassigning a function parameter is confusing.
|
Format & Lint (Biome):
interface/src/components/Graph/CommentBox.tsx#L294
Reassigning a function parameter is confusing.
|
Format & Lint (Biome):
interface/src/components/Graph/CommentBox.tsx#L301
Use Number.parseInt instead of the equivalent global.
|
Format & Lint (Biome):
interface/src/actions.ts#L61
All these imports are only used as types.
|
Format & Lint (Biome):
interface/src/Sidebar/Project/CustomTypes.tsx#L2
Some named imports are only used as types.
|
Format & Lint (Biome):
packages/typesystem/src/serialized.ts#L4
Some named imports are only used as types.
|
Format & Lint (Biome)
Process completed with exit code 1.
|
AssertionError: expected null to be StringType{} // Object.is equality:
packages/typesystem/src/wildcard.test.ts#L169
at packages/typesystem/src/wildcard.test.ts:169:47
|
Error: Called `Option.unwrap()` on a `None` value:
packages/option/src/index.ts#L117
at Option.unwrap packages/option/src/index.ts:117:9
at packages/typesystem/src/wildcard.test.ts:197:33
|
AssertionError: expected null to be StringType{} // Object.is equality:
packages/typesystem/src/wildcard.test.ts#L169
at packages/typesystem/src/wildcard.test.ts:169:47
|
Error: Called `Option.unwrap()` on a `None` value:
packages/option/src/index.ts#L117
at Option.unwrap packages/option/src/index.ts:117:9
at packages/typesystem/src/wildcard.test.ts:197:33
|
test
Process completed with exit code 1.
|
Clippy
Clippy had exited with the 101 exit code
|
Format (Cargo)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
migrate-db
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Format & Lint (Biome)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Format & Lint (Biome):
interface/src/context.ts#L17
This import is unused.
|
Format & Lint (Biome):
interface/src/context.ts#L23
This import is unused.
|
Format & Lint (Biome):
interface/src/index.tsx#L41
This import is unused.
|
Format & Lint (Biome):
interface/src/index.tsx#L56
This import is unused.
|
Format & Lint (Biome):
interface/src/components/ui/IntInput.tsx#L8
This import is unused.
|
Format & Lint (Biome):
interface/src/actions.ts#L2
This import is unused.
|
Format & Lint (Biome):
interface/src/actions.ts#L5
This import is unused.
|
Format & Lint (Biome):
interface/src/actions.ts#L8
This import is unused.
|
Format & Lint (Biome):
interface/src/Sidebar/Project/PrintOutput.tsx#L5
This import is unused.
|
Format & Lint (Biome):
interface/src/Sidebar/Graph/Outline.tsx#L4
This import is unused.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|