Skip to content

Add TReturn/TNext to Iterable et al #29829

Add TReturn/TNext to Iterable et al

Add TReturn/TNext to Iterable et al #29829

Triggered via pull request May 17, 2024 16:42
Status Failure
Total duration 39m 48s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
self-check: src/harness/vfsUtil.ts#L702
Argument of type 'SortedMap<string, Inode>' is not assignable to parameter of type 'ReadonlyMap<string, Inode>'.
self-check: src/harness/vfsUtil.ts#L760
Argument of type 'SortedMap<string, Inode>' is not assignable to parameter of type 'ReadonlyMap<string, Inode>'.
self-check: src/harness/vfsUtil.ts#L782
Argument of type 'SortedMap<string, Inode>' is not assignable to parameter of type 'ReadonlyMap<string, Inode>'.
self-check: src/harness/vfsUtil.ts#L842
Argument of type 'SortedMap<string, Inode>' is not assignable to parameter of type 'ReadonlyMap<string, Inode>'.
self-check: src/harness/vfsUtil.ts#L922
Argument of type 'SortedMap<string, Inode>' is not assignable to parameter of type 'ReadonlyMap<string, Inode>'.
self-check: src/harness/vfsUtil.ts#L956
Argument of type 'SortedMap<string, Inode>' is not assignable to parameter of type 'ReadonlyMap<string, Inode>'.
self-check: src/harness/compilerImpl.ts#L77
Type 'SortedMap<string, TextDocument>' is not assignable to type 'ReadonlyMap<string, TextDocument>'.
self-check: src/harness/compilerImpl.ts#L78
Type 'SortedMap<string, TextDocument>' is not assignable to type 'ReadonlyMap<string, TextDocument>'.
self-check: src/harness/compilerImpl.ts#L79
Type 'SortedMap<string, TextDocument>' is not assignable to type 'ReadonlyMap<string, TextDocument>'.
self-check
Process completed with exit code 1.