summaryrefslogtreecommitdiff
path: root/internal/repl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-23 20:25:44 +0300
committerPaul Buetow <paul@buetow.org>2026-05-23 20:25:44 +0300
commit1042acacd2d875afec9e56a021cd3d254044de9d (patch)
treea9bf04b2d6f92915ee92e6a553862b13087ecd57 /internal/repl
parent6094b92ea44db5ac74183fc339574852254c9f23 (diff)
refactor: remove dead boolean_ops.go (YAGNI/DRY)
Delete internal/rpn/boolean_ops.go which defines BooleanOperations struct with GT/LT/GTE/LTE/EQ/NEQ methods using raw float64 comparisons (no metric awareness). NewBooleanOperations() was never called by any live code path. The authoritative metric-aware comparison operators live on the Operations struct in operations_compare.go via compareValues(). boolean_test.go tests via ParseAndEvaluate which uses the live Operations implementation. Removes 167 lines of dead code.
Diffstat (limited to 'internal/repl')
0 files changed, 0 insertions, 0 deletions