act_runner/internal/eval/v2
silverwind 8d702e75e7
Fix evalBinaryNodeLeft returning errors.ErrUnsupported instead of nil
The lint fix in 09d1891 incorrectly changed the default return from
(nil, nil) to (nil, errors.ErrUnsupported) to silence a nilnil lint
warning. This broke all binary expression operations (==, !=, >, <,
&&, ||, etc.) because the caller returns early on any non-nil error.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 07:59:27 +01:00
..
evaluation_result.go auto adjust code 2026-02-22 20:58:46 +01:00
evaluator.go Fix evalBinaryNodeLeft returning errors.ErrUnsupported instead of nil 2026-02-24 07:59:27 +01:00
evaluator_test.go auto adjust code 2026-02-22 20:58:46 +01:00
functions.go auto adjust code 2026-02-22 20:58:46 +01:00