<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Am Sa., 16. Feb. 2019, 15:34 hat Ryan Joseph <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Feb 16, 2019, at 3:33 AM, Sven Barth via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank" rel="noreferrer">fpc-pascal@lists.freepascal.org</a>> wrote:<br>
> <br>
> While you're at it, you should probably also ensure that internal error 2014050904 does not trigger ;)<br>
<br>
That’s what got my in the first place. I saw the internal error and made it not trigger but didn’t bother to check if the rest of the method was operational (hint, it’s not!). sym.owner.defowner<>self is not true for constants so I need to figure out why.<br></blockquote></div><div dir="auto"><br></div><div dir="auto">When you create the constant symbols for the specialization you need to make sure that they belong to the surrounding symtable, not the specialized generic. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>