ucl/ucl
Leon Mika c433e4bf53
All checks were successful
Build / build (push) Successful in 2m5s
Made undefined variables return an error
Previously undefined variables would be set to nil, which introduced subtle errors.
Changed this so that referencing an undefined variable will produce an error.
This behaviour can changed as part of the instance configuration by declaring a missing-var handler.
2025-01-28 09:25:52 +11:00
..
builtins Added lists:batch and modified and and or to be useful to handling nil defaults 2025-01-26 09:36:16 +11:00
ast.go Added subscript support for long var interpolation 2025-01-18 09:54:21 +11:00
builtins.go Fixed a panic when not is called with a nil value 2025-01-28 08:54:48 +11:00
env.go Added strs:split and fixed closures 2025-01-13 21:37:54 +11:00
errors.go Some new features and bugfixes 2025-01-15 22:07:29 +11:00
eval.go Made undefined variables return an error 2025-01-28 09:25:52 +11:00
inst.go Made undefined variables return an error 2025-01-28 09:25:52 +11:00
inst_test.go Made undefined variables return an error 2025-01-28 09:25:52 +11:00
io.go Added a few things needed by Dynamo Browse 2024-05-01 21:05:14 +10:00
objs.go Fixed a panic when not is called with a nil value 2025-01-28 08:54:48 +11:00
testbuiltins_test.go Made undefined variables return an error 2025-01-28 09:25:52 +11:00
userbuiltin.go Made undefined variables return an error 2025-01-28 09:25:52 +11:00
userbuiltin_test.go Started building out the site. 2025-01-18 16:02:35 +11:00