<p>Am 02.03.2016 20:02 schrieb "Maciej Izak" <<a href="mailto:hnb.code@gmail.com">hnb.code@gmail.com</a>>:<br>
><br>
> 2016-03-02 19:30 GMT+01:00 Sven Barth <<a href="mailto:pascaldragon@googlemail.com">pascaldragon@googlemail.com</a>>:<br>
>><br>
>> I can already tell you now that this part of your code will definitely not be merged then.<br>
><br>
> ok. no problem with that, I got used to, similar like many other Delphi compatible code - for example Generics.Collections. ;)</p>
<p>With your collection it's more that I feel uneasy with your implementation. In general I'm in favor of the addition... But this topic is definitely different.</p>
<p>>><br>
>> It will break code that relies on non-managed fields being present in the RTTI. As Jonas said our RTTI is not guaranteed to be Delphi compatible, so *introducing* Delphi compatibility while *sacrificing* backwards compatibility (namely to enumerate non-managed fields) is *not* acceptable.<br>
><br>
>  <br>
> Who is using non-managed fields from array that presents managed fields? Srsly? Proper code will not work with current implementation. It can be different in *details*, but it should be *functional similar* to Delphi - in this case it is not.<br>
><br>
> The usage of this FPC part is marginal so patch probably don't break anything, and even more - it provide better Delphi compatibility on "functional" level. <br>
><br>
> FPC is holding non-managed fields in array for managed fields - terrible. Nothing more to say.</p>
<p>How can you know that no one is using this? And only because it's called ManagedFields (or so) that doesn't mean that users haven't discovered that it contains all fields and use it as such.<br>
Also any valid code should work with the additional fields as well since it will have to check the type kinds anyway.<br>
Changing this would break *any* code that relies on the fields being in there, while only that code that does an Assert(False) or something alike will fail with the additional ones.<br>
So again: we won't change this.</p>
<p>Regards,<br>
Sven</p>