Open Issues Need Help
View All on GitHub Add support for wildcard literals? 12 days ago
enhancement good first issue
Create a `qualifier!` macro 22 days ago
enhancement good first issue
Lossy cast to `*mut T` 25 days ago
bug good first issue
Unsound rule for integer division 5 months ago
bug good first issue unsoundness
Update to mdbook 0.5 9 months ago
good first issue
Print summary of Flux 9 months ago
enhancement good first issue
Report errors for holes in unsupported positions about 1 year 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