Am Sa., 16. Feb. 2019, 15:34 hat Ryan Joseph <[email protected]> geschrieben:
> > > > On Feb 16, 2019, at 3:33 AM, Sven Barth via fpc-pascal < > [email protected]> wrote: > > > > While you're at it, you should probably also ensure that internal error > 2014050904 does not trigger ;) > > 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. > 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. Regards, Sven >
_______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
