Re: [fpc-devel] class of nested.class ?

2025-04-03 Thread Sven Barth via fpc-devel
Martin Frb via fpc-devel schrieb am Do., 3. Apr. 2025, 21:35: > "class of" can use qualified identifiers. It works with "unit.classname". > > But it can't be used on a class nested in another container? > (same if TFoo is advanced record) > > Is that intentional? > > program Project1; > type >

[fpc-devel] class of nested.class ?

2025-04-03 Thread Martin Frb via fpc-devel
"class of" can use qualified identifiers. It works with "unit.classname". But it can't be used on a class nested in another container? (same if TFoo is advanced record) Is that intentional? program Project1; type   TFoo = class   public type     TBar = class end;   end;   TFooClass = class of

[fpc-devel] RFC: Improvements for TDictionary and other hash containers

2025-04-03 Thread Martin Frb via fpc-devel
On 27/03/2025 12:28, Martin Frb wrote: There are 2 features, I am missing. I did a couple of experiments... Those are not finished code. They only showcase the ideas, and only for the one OpenAddressingLp case https://gitlab.com/martin_frb/fpc-src/-/compare/main...rtl-gen-opt?from_project_id