Open Issues Need Help
View All on GitHub Add support for wildcard literals? about 1 month ago
enhancement good first issue
Create a `qualifier!` macro about 2 months ago
enhancement good first issue
Lossy cast to `*mut T` about 2 months ago
bug good first issue
Unsound rule for integer division 6 months ago
bug good first issue unsoundness
Update to mdbook 0.5 10 months ago
good first issue
Print summary of Flux 10 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