Skip to content

Replace ArraySegment with ReadOnlySpan in Batch/Window buffered operators #1328

Replace ArraySegment with ReadOnlySpan in Batch/Window buffered operators

Replace ArraySegment with ReadOnlySpan in Batch/Window buffered operators #1328

Triggered via pull request February 21, 2024 14:06
Status Failure
Total duration 3m 6s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: Tests/SuperLinq.Test/WindowTest.cs#L12
The type arguments for method 'SuperEnumerable.Window<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowTest.cs#L13
The type arguments for method 'SuperEnumerable.Window<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowTest.cs#L14
The type arguments for method 'SuperEnumerable.Window<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowRightTest.cs#L9
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowRightTest.cs#L10
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowRightTest.cs#L11
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowRightTest.cs#L23
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowRightTest.cs#L26
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowRightTest.cs#L29
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build: Tests/SuperLinq.Test/WindowRightTest.cs#L32
The type arguments for method 'SuperEnumerable.WindowRight<TSource, TResult>(IEnumerable<TSource>, TSource[], int, SuperEnumerable.ReadOnlySpanFunc<TSource, TResult>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.