Static specialization WIP

Fix in ScopeDescriptor 2
This commit is contained in:
Michael Schimmel
2025-11-19 16:01:14 +01:00
parent 3ae1ed8f48
commit d0d1053faf
4 changed files with 79 additions and 173 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ begin
try
Memo1.Lines.Add(Format('--- Loading User Library from %s ---', [ExtractFileName(UserLibName)]));
var scopeDescr := FEnvironment.RootScope.CreateDescriptor;
var scopeDescr := FEnvironment.RootScope.Descriptor;
// Populate the list view with loaded functions and macros.
RTLListView.Items.BeginUpdate;
try