Alternate signing constructs #1

Merged
lmika merged 12 commits from feature/assign into main 2025-05-24 00:12:24 +00:00

12 commits

Author SHA1 Message Date
Leon Mika 2e8e60f904 Removed set and upgraded Go to 1.24
All checks were successful
Test / build (push) Successful in 1m1s
2025-05-24 10:10:32 +10:00
Leon Mika 0cf2f816da Added try blocks back
All checks were successful
Test / build (push) Successful in 56s
2025-05-24 09:52:10 +10:00
Leon Mika 53b05b5ba6 Added 'error' and 'assert' builtins
Some checks failed
Test / build (push) Failing after 1m7s
2025-05-19 22:04:09 +10:00
Leon Mika 7ca821016e Exposed bool and time objects
Some checks failed
Test / build (push) Failing after 1m6s
2025-05-19 21:42:39 +10:00
Leon Mika 1173d163f5 Added a default bind case for Go types that look like objects
Some checks failed
Test / build (push) Failing after 1m8s
2025-05-19 21:19:43 +10:00
Leon Mika f79e91e26d Temporary fall back to returning objects as is if they cannot be converted to Go
Some checks failed
Test / build (push) Failing after 57s
2025-05-18 13:38:31 +10:00
Leon Mika f4be44fcbc Added a StringListObject
Some checks failed
Test / build (push) Failing after 57s
2025-05-18 12:45:33 +10:00
Leon Mika 7d16701691 Another fix to tests 2025-05-18 10:43:25 +10:00
Leon Mika c0d9f950ab Replaced use of 'set' with assignments 2025-05-18 10:42:32 +10:00
Leon Mika 94aad41712 Fixed bug in which commands could not be assigned to pipeline results
All checks were successful
Test / build (push) Successful in 59s
2025-05-18 07:39:37 +10:00
Leon Mika 33d04ba18d Fixed bug involving what was being set
All checks were successful
Test / build (push) Successful in 56s
2025-05-18 07:27:57 +10:00
Leon Mika 51e35aa9a6 Added support for assignments
All checks were successful
Test / build (push) Successful in 1m1s
2025-05-18 07:20:52 +10:00