• Joined on 2024-07-03
lmika created pull request cmd/dynamo-browse#1 2025-05-26 11:51:12 +00:00
UCL: Integrated UCL for commands and extensions
lmika pushed to feature/ucl at cmd/dynamo-browse 2025-05-26 11:46:20 +00:00
291d1439f4 Removed the script controller
76dce52a86 Added opt:set
Compare 2 commits »
lmika created branch feature/ucl in cmd/dynamo-browse 2025-05-25 03:31:58 +00:00
lmika pushed to feature/ucl at cmd/dynamo-browse 2025-05-25 03:31:58 +00:00
cae7509a76 Almost feature complete
7ae99b009b ucl: added rs:set
5088009672 ucl: added more resultset functions
40f8dd76e2 ucl: Have started adding some of the psudo variables
18ffe85a56 First attempt at a resultset pseudovar
Compare 10 commits »
lmika pushed to main at lmika/ucl 2025-05-25 02:37:41 +00:00
3076897eb7 Merge branch 'scratch/merge'
f1cdf6dd93 Added facility for defining top-level commands from invokables
ba6d42acbb Fixed bug which was not isolating procs
d8460f69bc Added separate Eval mode with option to isolate the environment
Compare 4 commits »
lmika pushed to main at lmika/ucl 2025-05-24 00:12:26 +00:00
8a9a40f67c Merge pull request 'Alternate signing constructs' (#1) from feature/assign into main
2e8e60f904 Removed set and upgraded Go to 1.24
0cf2f816da Added try blocks back
53b05b5ba6 Added 'error' and 'assert' builtins
7ca821016e Exposed bool and time objects
Compare 13 commits »
lmika merged pull request lmika/ucl#1 2025-05-24 00:12:24 +00:00
Alternate signing constructs
lmika pushed to feature/assign at lmika/ucl 2025-05-24 00:10:49 +00:00
2e8e60f904 Removed set and upgraded Go to 1.24
lmika created pull request lmika/ucl#1 2025-05-24 00:08:27 +00:00
Alternate signing constructs
lmika pushed to feature/assign at lmika/ucl 2025-05-23 23:52:29 +00:00
0cf2f816da Added try blocks back
lmika pushed to feature/assign at lmika/ucl 2025-05-19 12:12:09 +00:00
53b05b5ba6 Added 'error' and 'assert' builtins
lmika pushed to feature/assign at lmika/ucl 2025-05-19 11:42:57 +00:00
7ca821016e Exposed bool and time objects
lmika pushed to feature/assign at lmika/ucl 2025-05-19 11:20:10 +00:00
1173d163f5 Added a default bind case for Go types that look like objects
lmika pushed to feature/assign at lmika/ucl 2025-05-18 03:38:59 +00:00
f79e91e26d Temporary fall back to returning objects as is if they cannot be converted to Go
lmika pushed to feature/assign at lmika/ucl 2025-05-18 02:45:54 +00:00
f4be44fcbc Added a StringListObject
7d16701691 Another fix to tests
c0d9f950ab Replaced use of 'set' with assignments
Compare 3 commits »
lmika pushed to feature/assign at lmika/ucl 2025-05-17 21:39:58 +00:00
94aad41712 Fixed bug in which commands could not be assigned to pipeline results
lmika pushed to feature/assign at lmika/ucl 2025-05-17 21:28:36 +00:00
33d04ba18d Fixed bug involving what was being set
lmika pushed to feature/assign at lmika/ucl 2025-05-17 21:23:37 +00:00
51e35aa9a6 Added support for assignments
lmika created branch feature/assign in lmika/ucl 2025-05-17 21:23:37 +00:00
lmika pushed to main at lmika/ucl 2025-05-17 11:51:37 +00:00
0f1ceba090 Added first pass at pseudo vars