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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to