Files
act_runner/internal
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
..
2026-02-23 23:33:02 +01:00
2026-02-22 20:58:46 +01:00
2026-02-22 21:00:42 +01:00
2026-02-23 00:30:44 +01:00
2026-02-23 13:59:05 +01:00