[fpc-pascal] Multi helpers

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Feb 25 19:09:34 CET 2019


On Mon, 25 Feb 2019 12:49:16 -0500
Ryan Joseph <ryan at thealchemistguild.com> wrote:

> > On Feb 25, 2019, at 12:41 PM, Mattias Gaertner via fpc-pascal
> > <fpc-pascal at lists.freepascal.org> wrote:
> > 
> > At least FPC helpers are more consistent than Delphi.
> > inherited crap  
> 
> I’m pretty confident I didn’t add anything extra in terms of logic.
> All my changes did are instead of checking the last helper declared,
> it now checks from the last helper to the first.

In pas2js it is a very small change as well - a single "if".

Whoever implemented helpers in Delphi must have noticed the
inconsistencies and still continued. I wonder why. I'm glad FPC did not
blindly follow Delphi. e.g. inherited; vs inherited name;

Mattias



More information about the fpc-pascal mailing list