Skip to content

[Repo Assist] Add AsyncSeq.removeAt, updateAt, insertAt — 3 new Seq-m… #139

[Repo Assist] Add AsyncSeq.removeAt, updateAt, insertAt — 3 new Seq-m…

[Repo Assist] Add AsyncSeq.removeAt, updateAt, insertAt — 3 new Seq-m… #139

Triggered via push March 7, 2026 19:00
Status Success
Total duration 1m 24s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build: tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs#L2012
The result of groupBy 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: tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs#L2003
The result of groupBy 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#L2330
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#L2330
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.