Skip to content

WIP: Use rangefunc instead of a Manager#9

Open
earthboundkid wants to merge 18 commits into
mainfrom
cj/iter
Open

WIP: Use rangefunc instead of a Manager#9
earthboundkid wants to merge 18 commits into
mainfrom
cj/iter

Conversation

@earthboundkid
Copy link
Copy Markdown
Owner

No description provided.

@coveralls
Copy link
Copy Markdown

coveralls commented Apr 5, 2024

Pull Request Test Coverage Report for Build 17329642108

Details

  • 111 of 116 (95.69%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.8%) to 98.188%

Changes Missing Coverage Covered Lines Changed/Added Lines %
manager.go 67 72 93.06%
Totals Coverage Status
Change from base Build 9405835144: -1.8%
Covered Lines: 271
Relevant Lines: 276

💛 - Coveralls

@earthboundkid
Copy link
Copy Markdown
Owner Author

This has been stalled for a while. I think I need to take a new approach to have something really simple and powerful.

So one, I should probably have a chans package a la #67205 that converts to and from iterators.

Two, a result type that has input, output, error, and a hidden panic field.

Three, simple helpers for Each/All/Map/Race.

Four, a manager that takes an iter of Input and returns various iters of Output or Output plus error, etc.

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.

2 participants