Skip to content

fix up masc inflection of demonstratives #645

fix up masc inflection of demonstratives

fix up masc inflection of demonstratives #645

Triggered via push December 6, 2024 10:06
Status Failure
Total duration 1m 28s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
ci: src/lib/src/parsing/parse-determiner.ts#L11
'dictionary' is declared but its value is never read.
ci: src/lib/src/parsing/parse-vbp.ts#L6
'dictionary' is declared but its value is never read.
ci: src/lib/src/parsing/split-verbs.ts#L17
Conversion of type '{ ts: number; p: string; f: string; e: string; c: string; l: null; ssp: string; ssf: string; prp: string; prf: string; separationAtP: number; separationAtF: number; a: number; i: number; g: string; }' to type 'VerbDictionaryEntry' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
ci: src/lib/src/parsing/parse-vbe-new.test.ts#L3
Import declaration conflicts with local declaration of 'dartlul'.
ci: src/lib/src/parsing/parse-vbe-new.test.ts#L18
'gaalul' is declared but its value is never read.
ci: src/lib/src/parsing/parse-vbp.test.ts#L180
Argument of type '{ (s: Partial<DictionaryEntry>, type: "nounAdj"): DictionaryEntry[]; (s: string, type: "adverb"): AdverbEntry[]; (s: string, type: "pPart"): VerbEntry[]; (s: string, type: "participle" | "verb"): VerbEntry[]; }' is not assignable to parameter of type 'DictionaryAPI'.
ci: src/lib/src/parsing/parse-vp.test.ts#L1797
Argument of type '{ (s: Partial<DictionaryEntry>, type: "nounAdj"): DictionaryEntry[]; (s: string, type: "adverb"): AdverbEntry[]; (s: string, type: "pPart"): VerbEntry[]; (s: string, type: "participle" | "verb"): VerbEntry[]; }' is not assignable to parameter of type 'DictionaryAPI'.
ci
Process completed with exit code 2.
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636