analyzer
analyzer copied to clipboard
Sanity test all solvers and fix `topdown_term`
We've kept various solvers around and compiling, but they're untested. For example, it turns out that topdown_term is completely broken and only computes bottoms.
Changes
- Adds cram test for 00-sanity/01-assert to check minimal functioning of all solvers.
- Fix start variables in
topdown_termto restore basic functionality. - Fix invalid widen call in
topdown_termfor side effects. - Fix option name in
topdown_space_cache_term.