Re: [fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-19 Thread Sven Barth via fpc-devel
Am 19.05.2021 um 22:42 schrieb Martin Frb: On 19/05/2021 22:10, Sven Barth wrote: Am 18.05.2021 um 15:24 schrieb Martin Frb via fpc-devel: I was looking at TypeInfo (based on 3.2.2rc) . fpc_3.2.2\source\tests\webtbs\tw12038.pp    line 194    procedure DisplayDetails(Informations : TPropInf

Re: [fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-19 Thread Martin Frb via fpc-devel
On 19/05/2021 22:10, Sven Barth wrote: Am 18.05.2021 um 15:24 schrieb Martin Frb via fpc-devel: I was looking at TypeInfo (based on 3.2.2rc) . fpc_3.2.2\source\tests\webtbs\tw12038.pp    line 194    procedure DisplayDetails(Informations : TPropInfo; const expectedresult: ansistring); appe

Re: [fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-19 Thread Sven Barth via fpc-devel
Am 18.05.2021 um 17:33 schrieb Martin Frb via fpc-devel: On 18/05/2021 15:50, Martin Frb via fpc-devel wrote: On 18/05/2021 15:24, Martin Frb via fpc-devel wrote: line 632  unit TypInfo     tkMethod:   followed by   ResultType : ShortString // for m

Re: [fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-19 Thread Sven Barth via fpc-devel
Am 18.05.2021 um 15:50 schrieb Martin Frb via fpc-devel: On 18/05/2021 15:24, Martin Frb via fpc-devel wrote: I was looking at TypeInfo (based on 3.2.2rc) line 632  unit TypInfo     tkMethod:   followed by   ResultType : ShortString // for mkFunctio

Re: [fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-19 Thread Sven Barth via fpc-devel
Am 18.05.2021 um 15:24 schrieb Martin Frb via fpc-devel: I was looking at TypeInfo (based on 3.2.2rc) line 632  unit TypInfo     tkMethod:   (MethodKind : TMethodKind;    ParamCount : Byte;    ParamList : array[0..1023] of Char {in realit

Re: [fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-18 Thread Martin Frb via fpc-devel
On 18/05/2021 15:50, Martin Frb via fpc-devel wrote: On 18/05/2021 15:24, Martin Frb via fpc-devel wrote: line 632  unit TypInfo     tkMethod:   followed by   ResultType : ShortString // for mkFunction, mkClassFunction only   ResultT

Re: [fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-18 Thread Michael Van Canneyt via fpc-devel
On Tue, 18 May 2021, Martin Frb via fpc-devel wrote: On 18/05/2021 15:24, Martin Frb via fpc-devel wrote: I was looking at TypeInfo (based on 3.2.2rc) line 632  unit TypInfo     tkMethod:   followed by   ResultType : ShortString // for mkFunction

Re: [fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-18 Thread Martin Frb via fpc-devel
On 18/05/2021 15:24, Martin Frb via fpc-devel wrote: I was looking at TypeInfo (based on 3.2.2rc) line 632  unit TypInfo     tkMethod:   followed by   ResultType : ShortString // for mkFunction, mkClassFunction only   ResultTypeRef :

[fpc-devel] TypeInfo RTTI / possible inconsistency

2021-05-18 Thread Martin Frb via fpc-devel
I was looking at TypeInfo (based on 3.2.2rc) line 632  unit TypInfo     tkMethod:   (MethodKind : TMethodKind;    ParamCount : Byte;    ParamList : array[0..1023] of Char {in reality ParamList is a array[1..ParamCount] of: