forgejo-runner-act/pkg/exprparser
ChristopherHX 380bd581b1
Fix: call of reflect.Value.Interface on zero Value (#1067)
panic: reflect: call of reflect.Value.Interface on zero Value

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-22 09:03:36 +00:00
..
testdata Refactor expression evaluator to use parser from actionlint package (#908) 2022-01-21 08:07:20 -08:00
functions.go Fix: tojson(null) == 'null' (#1068) 2022-03-22 08:55:13 +00:00
functions_test.go Fix: tojson(null) == 'null' (#1068) 2022-03-22 08:55:13 +00:00
interpreter.go Fix: call of reflect.Value.Interface on zero Value (#1067) 2022-03-22 09:03:36 +00:00
interpreter_test.go fix: coerce booleans to numbers for comparison in exprparser (#1030) 2022-03-14 16:38:42 +00:00