async-rs / async-rs/async-macros
select macro uses ident instead of expr
Open
- Dominant language
- Rust
- Stars
- 38
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Is there a safety reason for this? Otherwise it'd greatly improve user friendlyness if the macro could take an expression instead of an identifier!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the select macro and reviewing how it currently accepts an identifier. Investigate whether accepting an expression has a safety constraint and clarify the intended expression syntax; done means the macro accepts the agreed input without compromising safety.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100