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
@@ -4,7 +4,7 @@
<ProjectVersion>20.3</ProjectVersion>
<FrameworkType>FMX</FrameworkType>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Release</Config>
<Config Condition="'$(Config)'==''">Debug</Config>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<ProjectName Condition="'$(ProjectName)'==''">ASTPlayground</ProjectName>
<TargetedPlatforms>2</TargetedPlatforms>
+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);