Skip to content

[Repo Assist] Add AsyncSeq.isEmpty, tryHead, except #144

[Repo Assist] Add AsyncSeq.isEmpty, tryHead, except

[Repo Assist] Add AsyncSeq.isEmpty, tryHead, except #144

Triggered via pull request March 3, 2026 00:43
Status Failure
Total duration 41s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
build
Process completed with exit code 1.
build: tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs#L3331
The block following this 'let' is unfinished. Every code block is an expression and must have a result. 'let' cannot be the final code element in a block. Consider giving this block an explicit result.
build: src/FSharp.Control.AsyncSeq/AsyncSeq.fs#L2304
The result of groupByAsync must be consumed with a parallel combinator such as AsyncSeq.mapAsyncParallel. Sequential consumption will deadlock because sub-sequence completion depends on other sub-sequences being consumed concurrently.
build: src/FSharp.Control.AsyncSeq/AsyncSeq.fs#L2304
The result of groupByAsync must be consumed with a parallel combinator such as AsyncSeq.mapAsyncParallel. Sequential consumption will deadlock because sub-sequence completion depends on other sub-sequences being consumed concurrently.