Open Issues Need Help
View All on GitHub Create a `qualifier!` macro 4 days ago
enhancement good first issue
Lossy cast to `*mut T` 7 days ago
bug good first issue
Add support for wildcard literals? 3 months ago
enhancement good first issue
Unsound rule for integer division 4 months ago
bug good first issue unsoundness
Update to mdbook 0.5 8 months ago
good first issue
Print summary of Flux 8 months ago
enhancement good first issue
Report errors for holes in unsupported positions 12 months ago
good first issue
Weaken type for repeated arrays about 1 year ago
AI Summary: The task is to modify the Flux refinement type checker for Rust to handle repeated array assignments more leniently. Currently, Flux rejects valid assignments to repeated arrays due to a conservative type checking approach in the `Repeat` Rvalue handling. The solution involves weakening the type inference for repeated arrays to allow assignments like `buf[0] = b'1'` in the example provided, where `buf` is a repeated array.
Complexity:
4/5
enhancement good first issue