Skip to content

Commit 73f728a

Browse files
authored
feat(Seq.traverse/sequence*)!: Yield arrays (#310)
* feat(Seq.traverse/sequence*)!: Yield arrays * Port the rest * Impl traverseTaskResultM' traverseTaskResultM * sequenceTaskResultM * Fix tests * #ifdef out task support for Fable * ArrayCollector/allocations * Fix shadow copy anomalies * traverseTaskResultA et al * Revert ArrayCollector for Fable * Typos
1 parent 0e8f587 commit 73f728a

File tree

3 files changed

+579
-267
lines changed

3 files changed

+579
-267
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ GitHub Actions |
3434
| FsToolkit.ErrorHandling.AsyncSeq | [![NuGet](https://buildstats.info/nuget/FsToolkit.ErrorHandling.AsyncSeq)](https://www.nuget.org/packages/FsToolkit.ErrorHandling.AsyncSeq) | [![NuGet](https://buildstats.info/nuget/FsToolkit.ErrorHandling.AsyncSeq?includePreReleases=true)](https://www.nuget.org/packages/FsToolkit.ErrorHandling.AsyncSeq/absoluteLatest)
3535
| FsToolkit.ErrorHandling.IcedTasks | [![NuGet](https://buildstats.info/nuget/FsToolkit.ErrorHandling.IcedTasks)](https://www.nuget.org/packages/FsToolkit.ErrorHandling.IcedTasks) | [![NuGet](https://buildstats.info/nuget/FsToolkit.ErrorHandling.IcedTasks?includePreReleases=true)](https://www.nuget.org/packages/FsToolkit.ErrorHandling.IcedTasks/absoluteLatest)
3636

37-
38-
3937
## Developing locally
4038

4139
### Devcontainer
42-
This repository has a devcontainer setup for VSCode. For more infomation see:
40+
This repository has a devcontainer setup for VSCode. For more information see:
4341
- [VSCode](https://code.visualstudio.com/docs/devcontainers/containers)
4442

4543
### Local Setup
@@ -79,7 +77,7 @@ Without specifying a build target, the default target is `DotnetPack`, which wil
7977
- `RunTests` - Will run tests for `dotnet`, `fable-javascript` and `fable-python` projects
8078
- `FormatCode` - Will run `fantomas` to format the codebase
8179

82-
This is not an exhausting list. Additional targets can be found in the `./build/build.fs` file.
80+
This is not an exhaustive list. Additional targets can be found in the `./build/build.fs` file.
8381

8482

8583
A motivating example

0 commit comments

Comments
 (0)