Re: [fpc-devel] Issue 0025028 (Florian)

2014-02-22 Thread Florian Klaempfl
Am 20.02.2014 02:58, schrieb Flávio Etrusco: If Delphi indeed behaves like that then maybe it's valid RFE for Delphi mode. OTOH automatically generating a GUID defeats a few features of having a stable GUID. And even if fpc could avoid modifying the GUID on every modification inside the unit by

Re: [fpc-devel] Issue 0025028 (Florian)

2014-02-19 Thread Flávio Etrusco
Just a few points, since nobody replied yet ;-) On Wed, Feb 19, 2014 at 5:55 PM, Thaddy wrote: > This is marked as won't fix. > I do not fully understand that. > > In Delphi, an interface is given a guid internally whatsoever it is > declared. Are you sure about that? I remember different for De

[fpc-devel] Issue 0025028 (Florian)

2014-02-19 Thread Thaddy
This is marked as won't fix. I do not fully understand that. In Delphi, an interface is given a guid internally whatsoever it is declared. In FPC, this mechanism is also in place. I refer: IWhatEverInterface = _*type *_IInterface; // which has a guid.. and type inference works correctly I