+3
−1
.gitlab-ci-other-versions.yml
0 → 100644
+5
−0
+1
−1
+1
−0
Loading
Resolves conflicts in evaluator.rb from !291's cost-aware Lua INCR landing: - check_rules/evaluate_rule retain master's cost: parameter - count_distinct branch layers on top, calling sadd_with_ttl for SET-mode rules and incr_with_ttl(redis_key, period, cost) for the rest - cost is ignored for count_distinct rules (SADD is binary) Also rewrites the "falls through to a following matching rule" spec to use real Redis + stored_count, matching master's evaluator_spec style. Co-Authored-By:Claude Opus 4.7 (1M context) <noreply@anthropic.com>