[repo-assist] Monthly Activity 2026-09
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 10/100
- Issue type
- Documentation
- Clarity
- Needs clarification
- Activity status
- Active
- Tech stack
- fsharp, github-actions
- Domain
- tooling
Research direction
This issue is a generated monthly maintainer activity report rather than a standalone change request. Start by reviewing the linked issues and pull requests, especially #468, #470, #473, #463, and #442, along with TaskSeqInternal.fs and the README where referenced. There is no single completion condition; the listed maintenance actions would need separate decisions or implementations.
Written by the indexing model from the issue text.
Description
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for September 2026
Suggested Actions for Maintainer
Comprehensive list of all pending actions requiring maintainer attention:
- Review PR #468: Dependabot bump of
github/gh-aw-actions/setup0.86.2β0.87.10 β View - Review PR: test: add SideEffects module to ReplicateInfinite and ThreadState test files β created this run
- Apply manually: issue #463 contains a ready patch (Actions version bumps: checkout v7, setup-dotnet v6, cache v6, upload-artifact v7, dorny/test-reporter v3) that Repo Assist could not push directly because it touches protected
.github/workflows/*.yamlfiles β a maintainer needs to download and apply it via the instructions in the issue β View - Apply manually: issue #442 contains a ready patch (bundled Dependabot Actions updates + SideEffects tests for FoldWhile/Do) blocked for the same protected-workflow-file reason β View
- Investigate #452: Orleans-specific
TaskSeq.map/for..yieldfinal-item duplication bug. Root cause narrowed to shared CE/resumable-code machinery, but not reproducible offline β needs a maintainer/contributor with real Orleans dev access to drive further β View - Check comment on #62: tail recursion discussion β awaiting maintainer direction on whether to pursue stub overloads for
TaskSeqBuildernow that upstreamYieldFromFinalfix has landed β View - Triage #466: new feature request for a
ValueTaskSeqtype (ValueOption/ValueTask-based) from@xperiandriβ unlabelled, needs feasibility assessment β View
Future Work for Repo Assist
- Do NOT re-attempt: rev/sort, allPairs, zip4, map3, iteri2, splitInto, exists2, map2, findBack (all rejected/closed)
- Do NOT re-engage on issue #139 (TaskEx index) or #62 (tail recursion) unless new human activity appears
- Confirmed
lengthBeforeMax,unfold,unfoldAsync,tryPick,tryFind,tryFindIndexinTaskSeqInternal.fsare early-exit patterns that cannot be converted to thewhile!idiom (nobreakin F#'s task/taskSeq CEs) β do not re-attempt this perf conversion - Test files still without a
SideEffectsmodule:TaskSeq.Empty.Tests.fs(has an inline side-effect test but no dedicated module β may not need one),TaskSeq.Let.Tests.fs(binding-focused, may not need one).ReplicateInfinite.Tests.fsandThreadState.Tests.fsnow have one, added this run. - Protected-file limitation: any engineering task touching
.github/workflows/*.yamlcannot be pushed directly by the bot; results in a stranded issue with manual patch instead of a PR (see #463, #442)
Run History
2026-09-04 β Run
- π§ Created PR: test: add SideEffects module to TaskSeq.ReplicateInfinite.Tests.fs and TaskSeq.ThreadState.Tests.fs (Task 9, substituted for Task 8 β no viable while! perf conversions remained after verifying the last few early-exit patterns) β build succeeds, full suite 4469 passed / 0 failed
- π Verified no open issue is fixable under Task 3 criteria (no
bug/help wanted/good first issuelabelled issues); substituted with test-coverage work - π Closed #465 (August 2026 monthly activity) and opened this issue for September
Generated by π Repo Assist, see workflow run.
Comment/repo-assistto run again
Generated by π Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again
Add this agentic workflow to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@ae8d551f07c7ed7619f8c58c7bb4c3ac89395d38
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for September 2026
Suggested Actions for Maintainer
Comprehensive list of all pending actions requiring maintainer attention:
- Review PR #468: Dependabot bump of
github/gh-aw-actions/setup0.86.2β0.87.10 β View - Review PR: test: add SideEffects module to ReplicateInfinite and ThreadState test files β created 2026-09-04 β View
- Review PR: docs: document known Debug-mode F# compiler bug affecting
taskSeq(#473) β created this run - Apply manually: issue #463 contains a ready patch (Actions version bumps: checkout v7, setup-dotnet v6, cache v6, upload-artifact v7, dorny/test-reporter v3) that Repo Assist could not push directly because it touches protected
.github/workflows/*.yamlfiles β a maintainer needs to download and apply it via the instructions in the issue β View - Apply manually: issue #442 contains a ready patch (bundled Dependabot Actions updates + SideEffects tests for FoldWhile/Do) blocked for the same protected-workflow-file reason β View
- Investigate #452: Orleans-specific
TaskSeq.map/for..yieldfinal-item duplication bug. Root cause narrowed to shared CE/resumable-code machinery, but not reproducible offline β needs a maintainer/contributor with real Orleans dev access to drive further β View - Check comment on #62: tail recursion discussion β awaiting maintainer direction on whether to pursue stub overloads for
TaskSeqBuildernow that upstreamYieldFromFinalfix has landed β View - Triage #466: feature request for a
ValueTaskSeqtype (ValueOption/ValueTask-based) from@xperiandriβ now labelledenhancement/feature request/needs triage; still needs a feasibility decision β View - Check comment on #473: root-caused a reported bug (taskSeq silently truncates in Debug builds on .NET SDK 10.0.400+) to an upstream F# compiler regression, dotnet/fsharp#20466, with a fix already in progress at dotnet/fsharp#20469 β recommend tracking the upstream PR for closure, no action needed in this repo β View
- Track upstream: dotnet/fsharp#20469 (compiler fix for the Debug-mode state-machine lowering bug affecting
taskSeq) β once merged and shipped in an SDK, #473 can be closed β View
Future Work for Repo Assist
- Do NOT re-attempt: rev/sort, allPairs, zip4, map3, iteri2, splitInto, exists2, map2, findBack (all rejected/closed)
- Do NOT re-engage on issue #139 (TaskEx index) or #62 (tail recursion) unless new human activity appears
- Confirmed
lengthBeforeMax,unfold,unfoldAsync,tryPick,tryFind,tryFindIndexinTaskSeqInternal.fsare early-exit patterns that cannot be converted to thewhile!idiom (nobreakin F#'s task/taskSeq CEs) β do not re-attempt this perf conversion - Test files still without a
SideEffectsmodule:TaskSeq.Empty.Tests.fs(has an inline side-effect test but no dedicated module β may not need one),TaskSeq.Let.Tests.fs(binding-focused, may not need one) - Protected-file limitation: any engineering task touching
.github/workflows/*.yamlcannot be pushed directly by the bot; results in a stranded issue with manual patch instead of a PR (see #463, #442) - Watch dotnet/fsharp#20469 for merge/release; once shipped in an SDK, close out #473 with a comment confirming the fix and remove the "Known issues" note from README once the fixed SDK is broadly available
Run History
2026-09-11 13:45 UTC β Run
- π·οΈ Labelled #473 with
bug,compatibility,blocked: awaiting-fsharp-feature - π·οΈ Labelled #466 with
enhancement,feature request,needs triage - π·οΈ Labelled #452 with
bug,needs investigation,compatibility - π¬ Commented on #473: reproduced the reported Debug-mode
taskSeqtruncation locally, root-caused it to an upstream F# compiler regression (dotnet/fsharp#20466), and pointed to the in-progress fix (dotnet/fsharp#20469) plus a Release-build workaround - π§ Created PR: docs: document known Debug-mode F# compiler bug affecting
taskSeq(#473) β README "Known issues" section + release-notes entry
2026-09-04 β Run
- π§ Created PR: test: add SideEffects module to TaskSeq.ReplicateInfinite.Tests.fs and TaskSeq.ThreadState.Tests.fs (Task 9, substituted for Task 8 β no viable while! perf conversions remained after verifying the last few early-exit patterns) β build succeeds, full suite 4469 passed / 0 failed
- π Verified no open issue is fixable under Task 3 criteria (no
bug/help wanted/good first issuelabelled issues); substituted with test-coverage work - π Closed #465 (August 2026 monthly activity) and opened this issue for September
Generated by π Repo Assist, see workflow run.
Comment/repo-assistto run again> Generated by π Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again
Add this agentic workflow to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@ae8d551f07c7ed7619f8c58c7bb4c3ac89395d38
π€ Repo Assist here β I'm an automated AI assistant for this repository.
Activity for September 2026
Suggested Actions for Maintainer
Comprehensive list of all pending actions requiring maintainer attention:
- Review PR #480: Dependabot bump of
github/gh-aw-actions/setup0.88.8β0.89.15 β Review - Review PR #470: test: add SideEffects module to ReplicateInfinite and ThreadState test files β Review
- Review PR: docs: Known Issues section for Debug-mode compiler bug affecting
taskSeq(#473) β created this run - Apply manually: issue #463 contains a ready patch (Actions version bumps) blocked by protected
.github/workflows/*.yamlfiles β a maintainer needs to apply it manually per the issue's instructions β View - Apply manually: issue #442 contains a ready patch (bundled Dependabot Actions updates + SideEffects tests) blocked for the same protected-workflow-file reason β View
- Check comment on #452: confirmed the newly-reported Debug-mode test failures (from
@majocha) are the same upstream compiler regression as #473 (dotnet/fsharp#20466), not a new Orleans-specific bug β reproduced locally with SDK 10.0.400 in Debug. The original Orleans "duplicated final item" symptom remains open and still needs a maintainer/contributor with real Orleans access to progress β View - Check comment on #62: tail recursion discussion β awaiting maintainer direction on whether to pursue
YieldFromFinalstub overloads now that the upstream compiler fix has landed β View - Triage #466: feature request for a
ValueTaskSeqtype (ValueOption/ValueTask-based) from@xperiandriβ labelledenhancement/needs triage; still needs a feasibility decision β View - Track upstream: dotnet/fsharp#20469 (compiler fix for the Debug-mode state-machine lowering bug affecting
taskSeq) β once merged and shipped in an SDK, #473 can be closed and the README "Known issues" note removed β View
Future Work for Repo Assist
- Do NOT re-attempt: rev/sort, allPairs, zip4, map3, iteri2, splitInto, exists2, map2, findBack (all rejected/closed)
- Do NOT re-engage on issue #139 (TaskEx index) or #62 (tail recursion) unless new human activity appears
- Confirmed
lengthBeforeMax,unfold,unfoldAsync,tryPick,tryFind,tryFindIndexinTaskSeqInternal.fsare early-exit patterns that cannot be converted to thewhile!idiom β do not re-attempt this perf conversion - Protected-file limitation: any engineering task touching
.github/workflows/*.yamlcannot be pushed directly by the bot; results in a stranded issue with manual patch instead of a PR (see #463, #442) - Watch dotnet/fsharp#20469 for merge/release; once shipped in an SDK, close out #473 and #452's Debug-mode angle with a confirming comment, and remove the "Known issues" README note once the fixed SDK is broadly available
- #452's original Orleans-specific duplication (distinct from the now-confirmed Debug/compiler-bug symptom) still needs a real Orleans repro environment to progress further
Run History
2026-09-18 13:46 UTC β Run
- π§ Created PR: docs: add Known Issues section for Debug-mode compiler bug affecting
taskSeq(#473) β the earlier attempt (issue #476) had been blocked by a false-positive protected-files check onREADME.md, which resolved cleanly this run - π¬ Commented on #476 noting the new PR supersedes the manual-patch instructions
- π¬ Commented on #452: reproduced
@majocha's Debug-mode test failure locally with SDK 10.0.400, confirmed it is the same upstream compiler regression as #473 (not a new Orleans-specific bug), and clarified the original Orleans duplication question remains separately open
2026-09-11 13:45 UTC β Run
- π·οΈ Labelled #473 with
bug,compatibility,blocked: awaiting-fsharp-feature - π·οΈ Labelled #466 with
enhancement,feature request,needs triage - π·οΈ Labelled #452 with
bug,needs investigation,compatibility - π¬ Commented on #473: reproduced the reported Debug-mode
taskSeqtruncation locally, root-caused it to an upstream F# compiler regression (dotnet/fsharp#20466), and pointed to the in-progress fix (dotnet/fsharp#20469) plus a Release-build workaround
2026-09-04 β Run
- π§ Created PR: test: add SideEffects module to TaskSeq.ReplicateInfinite.Tests.fs and TaskSeq.ThreadState.Tests.fs β build succeeds, full suite 4469 passed / 0 failed
- π Closed #465 (August 2026 monthly activity) and opened this issue for September
Generated by π Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again
Add this agentic workflow to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@ae8d551f07c7ed7619f8c58c7bb4c3ac89395d38
Generated by π Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again
Add this agentic workflow to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@4bc8419fad05e6b032741cbfd189986700bcf71c
- Dominant language
- F#
- Stars
- 111
- Forks
- 13
- Avg merge
- 7h 59m
- Merged PRs (30d)
- 3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up β it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from fsprojects/FSharp.Control.TaskSeq
-
agentic-workflows automation repo-assist
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
fsprojects/FSharp.Control.TaskSeq#463 Β·
-
agentic-workflows automation repo-assist
Difficulty 1/5 1-3 hours Newbie friendliness 35/100
fsprojects/FSharp.Control.TaskSeq#476 Β· 1 comment Β·
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 45/100
fsprojects/FSharp.Control.TaskSeq#473 Β· 1 comment Β·
-
enhancement needs triage
Difficulty 5/5 Over a week Newbie friendliness 45/100
fsprojects/FSharp.Control.TaskSeq#466 Β·
-
automation enhancement repo-assist
Difficulty 5/5 Over a week Newbie friendliness 15/100
fsprojects/FSharp.Control.TaskSeq#465 Β·
All issues in fsprojects/FSharp.Control.TaskSeq
Similar issues
-
area: harness bug status: needs-triage
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Human-Agent-Society/reef#625 Β·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
vercel-labs/just-bash#464 Β·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100