Skip to content

fixed #288

fixed #288 #109

Triggered via push February 12, 2026 20:53
Status Failure
Total duration 32s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
typecheck
Process completed with exit code 2.
typecheck: src/compute-engine/numeric-value/exact-numeric-value.ts#L360
Argument of type '[number | bigint, number]' is not assignable to parameter of type 'Rational'.
typecheck: src/compute-engine/boxed-expression/rules.ts#L702
Property 'isValid' does not exist on type 'Expression | ((...args: any[]) => Expression)'.
typecheck
Type 'Expression | RuleFunction<Expression> | RuleReplaceFunction<Expression>' is not assignable to type 'Expression | ((...args: any[]) => Expression)'.
test
Process completed with exit code 2.
test: src/compute-engine/numeric-value/exact-numeric-value.ts#L360
Argument of type '[number | bigint, number]' is not assignable to parameter of type 'Rational'.
test: src/compute-engine/boxed-expression/rules.ts#L702
Property 'isValid' does not exist on type 'Expression | ((...args: any[]) => Expression)'.
test
Type 'Expression | RuleFunction<Expression> | RuleReplaceFunction<Expression>' is not assignable to type 'Expression | ((...args: any[]) => Expression)'.
lint
Process completed with exit code 2.
lint: src/compute-engine/numeric-value/exact-numeric-value.ts#L360
Argument of type '[number | bigint, number]' is not assignable to parameter of type 'Rational'.
lint: src/compute-engine/boxed-expression/rules.ts#L702
Property 'isValid' does not exist on type 'Expression | ((...args: any[]) => Expression)'.
lint
Type 'Expression | RuleFunction<Expression> | RuleReplaceFunction<Expression>' is not assignable to type 'Expression | ((...args: any[]) => Expression)'.