analyzer icon indicating copy to clipboard operation
analyzer copied to clipboard

Sanity test all solvers and fix `topdown_term`

Open sim642 opened this issue 1 year ago • 0 comments

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

  1. Adds cram test for 00-sanity/01-assert to check minimal functioning of all solvers.
  2. Fix start variables in topdown_term to restore basic functionality.
  3. Fix invalid widen call in topdown_term for side effects.
  4. Fix option name in topdown_space_cache_term.

sim642 avatar Oct 25 '24 08:10 sim642