[fpc-devel] Typed addresses by default

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Oct 5 18:36:18 CEST 2006


On 5 okt 2006, at 18:31, Micha Nelissen wrote:

> Jonas Maebe wrote:
>> The problem is that this is something you did not patch, because  
>> it did
>> not trigger a compiler error. You would have to go over all @- 
>> statements
>
> Doing so now. There are actually not that many cases: only 324 :)

But this does not help users, third party packages etc. Breaking  
compilation of sloppy code is one thing, but introducing silent bugs  
is a whole other issue.

> $ (find -regex '.*\.\(pp\|pas\|inc\)' | xargs grep '@[^,]*+') | less

Shouldn't that be '@[^,]+' ?


Jonas



More information about the fpc-devel mailing list