Skip to content

Adding TaskSeq.chunkBySize#265

Closed
gfix wants to merge 7 commits into
fsprojects:mainfrom
gfix:chunkBySize
Closed

Adding TaskSeq.chunkBySize#265
gfix wants to merge 7 commits into
fsprojects:mainfrom
gfix:chunkBySize

Conversation

@gfix

@gfix gfix commented Jun 17, 2025

Copy link
Copy Markdown

I needed TaskSeq.chunkBySize so I took a stab 🗡️

Fixes #258

Inspired by AsyncSeq.bufferByCount and Seq.chunkBySize

I have tried to match the style and structure of the repo, but let me know if something should be moved around, or if this does not warrant the implementation in TaskSeqInternal.fs rather than straight in TaskSeq.fs

@abelbraaksma

Copy link
Copy Markdown
Member

Hey @gfix, thanks for taking a stab at this. I see that some test builds are failing. Are you blocked and do you want me to take over, or are you planning on continuing the task?

I think it would be a great addition!

@gfix

gfix commented Aug 4, 2025

Copy link
Copy Markdown
Author

Sorry, I didn't see you reply before now! I upgraded to actions/upload-artifact action from the deprecated v3 to v4 and the tests are running fine now. However, Fantomas complains that ./src/FSharp.Control.TaskSeq.Test/TaskSeq.Let.Tests.fs needs formatting, but I can't reproduce that locally. Thoughts?

@dsyme

dsyme commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

I will close this and ask an agent to reimplement based on spec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chunkBySize

3 participants