Closed
Bug 1947760
Opened 1 month ago
Closed 1 month ago
Add Iterator.range tests for infinite sequences
Categories
(Core :: JavaScript: Standard Library, enhancement)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: dminor, Assigned: sarahngima77)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Our implementation should handle infinite sequences already (e.g. Iterator.range(0, Infinity)
) but we don't currently have any tests for this. We should add some tests and fix any problems that we find.
Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → sarahngima77
Status: NEW → ASSIGNED
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c588a9528ae
Add Iterator.range tests for infinite sequences; r=dminor
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•