This commit is contained in:
Michael Schimmel
2025-09-04 19:50:05 +02:00
parent c6a71aa8be
commit bb74d408da
6 changed files with 39 additions and 149 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ begin
if series.AsRecordSeries.Value.TotalCount >= smaSlowLength then
begin
// Update the 'current_series' value in the scope using the FAST index-based assignment
scope.AssignValue(seriesAddress, series);
scope[seriesAddress] := series;
// Execute the PRE-BOUND call AST
var resultValue := callAst.Accept(visitor);