If an InternalAsserFalse is guarded by an expression that is `AlwaysSat`, we can statically throw an error
Open
- Dominant language
- Rust
- Stars
- 15
- Forks
- 0
- Avg merge
- 6h 20m
- Merged PRs (30d)
- 15
Description
I think at this point (now that we've done reaching definition analysis) we have everything in place such that we can statically identify conflicting assignmnments by finding `InternalAsserFalse` guards that are `AlwaysSat` i.e. tautologically true.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the implementations of InternalAsserFalse and AlwaysSat, then read how reaching-definition analysis represents guards and conflicting assignments. Done means an InternalAsserFalse guarded by a tautologically true expression is detected and reported as a static error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100