12 comments (12 comments)4 reactions (4 reactions)0 assignees (0 assignees)Julia5,773 forks (5,773 forks)batch import
compiler:loweringhelp wanted
Repository metrics
- Stars
- 48,709 stars (48,709 stars)
- PR merge metrics
- Avg merge 20d 6h (Avg merge 20d 6h)157 merged PRs in 30d (157 merged PRs in 30d)
Description
This will allow dispatching to types that aren't always Base.Generator
Contributor guide
- Research direction
- Understand the current lowering of generators and trace where `Base.Generator` is created. Then modify the lowering to use `Iterators.map` instead, ensuring all existing tests pass and considering edge cases where types may not be `Base.Generator`.
- Tech stack
- None
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- Julia