9ef0a72894b3dd677f42325ab6395fd4d46e03ec
Three bugs fixed, each with a failing regression test added first: 1. WHERE filter fallthrough: when the filter's category was absent from the cell key, the formula was applied unconditionally. Now returns the raw stored value (no formula applied) when the category is missing. 2. Agg inner/filter ignored: SUM(Revenue) was summing ALL cells in the partial slice rather than constraining to the Revenue item. Now resolves the inner Ref to its category and pins that coordinate before scanning. 3. Formula dedup by target only: add_formula and remove_formula keyed on target name alone, so two formulas with the same item name in different categories would collide. Both now key on (target, target_category). RemoveFormula command updated to carry target_category. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Rust
99.1%
Python
0.6%
Nix
0.3%