Two issues closed in the Feb–May 2024 push have been found materially undone:
Two independent mis-ticks in the same batch is a pattern rather than an
accident, so the remaining closures from that period should be spot checked
before #57 is declared complete.
Acceptance criteria
This is deliberately scoped as a one-off audit, not a process change.
Two issues closed in the Feb–May 2024 push have been found materially undone:
iterate,repeat,replicate, andcyclemethods should just be generators #75 — claimedreplicatewas converted to a generator. It was not;packages/fjl/src/list/replicate.tsis still eager (Array(n).fill(x, 0, n)returning
T[]). Tracked in v2.0 - feature: Updateiteratorfamily of methods to just be generators, where it makes sense #121.are still under
packages/fjl/tests/, and three naming conventions are liveat once (
test-*.ts,index_test.ts,*.test.ts).Two independent mis-ticks in the same batch is a pattern rather than an
accident, so the remaining closures from that period should be spot checked
before #57 is declared complete.
Acceptance criteria
current tree
premature
This is deliberately scoped as a one-off audit, not a process change.