Atomic operations for TDataValue

This commit is contained in:
Michael Schimmel
2025-09-30 13:07:21 +02:00
parent 9010bb1890
commit 1ac605ee57
4 changed files with 259 additions and 15 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ uses
TestDataDecimal in 'TestDataDecimal.pas',
TestDataPOD in 'TestDataPOD.pas',
Test.Ast.Interpreter.Scope in 'Test.Ast.Interpreter.Scope.pas',
Myc.Data.Chunks in '..\Src\Data\Myc.Data.Chunks.pas';
Myc.Data.Chunks in '..\Src\Data\Myc.Data.Chunks.pas',
Test.Myc.Data.Value in 'Test.Myc.Data.Value.pas';
{ keep comment here to protect the following conditional from being removed by the IDE when adding a unit }
{$IFNDEF TESTINSIGHT}