|
24e31997fc
|
context-helpers.go: export functions no longer export control flags
|
2024-12-27 07:22:28 +01:00 |
|
|
ba479a1b99
|
Function call moved from operand-func.go to function.go
|
2024-06-17 06:54:50 +02:00 |
|
|
f347b15146
|
Control vars are now stored in the globalCtx only.
However, it is still allowed to store control var in a local context in special situation
|
2024-06-08 05:49:28 +02:00 |
|
|
e5f63c3d9d
|
function definition and usage rationalized
|
2024-05-24 06:28:48 +02:00 |
|
|
1ff5770264
|
New interface and implementation to model function parameters
|
2024-05-22 20:52:44 +02:00 |
|
|
4d43ab2c2f
|
context.go: setVar() renamed as UnsafeSetVar()
|
2024-05-19 01:27:44 +02:00 |
|
|
cdbe3dfc22
|
commented tracing code
|
2024-05-01 05:57:08 +02:00 |
|
|
723976b37e
|
merged with datasource-context
|
2024-04-27 06:19:12 +02:00 |
|
|
361b84f31f
|
moved the exportVar() and exportFunc() functions from data-cursor.go to context-helpers.go
|
2024-04-27 06:16:11 +02:00 |
|
|
d2bab5fd9e
|
context clone & export function moved from operand-func.go to context-helpers.go
|
2024-04-26 21:03:00 +02:00 |
|
|
f94f369547
|
context clone & export function moved from operand-func.go to context-helpers.go
|
2024-04-26 20:12:56 +02:00 |
|