[fpc-devel] FPDoc parser doesn't handle forward declarations properly?

Hans-Peter Diettrich DrDiettrich1 at aol.com
Thu Dec 8 11:19:20 CET 2011


Marco van de Voort schrieb:
> In our previous episode, Sven Barth said:
>>> The -v option should become more verbose, just for hunting such bugs.
>>> And the messages should go to stdout instead of stderr, at least on
>>> Windows (with poor redirection capabilities).
>> StdErr redirection works in Windows the same as on Unix systems.
>>
>> c:\>someapp.exe > stdout.txt 2> stderr.txt
> 
> Or
> someapp.exe  2>&1 > stdoutandstderr.txt
> 
> to combine it, but then someapp must flush every line.

Thanks, I need just that latter case.

But it was much easier to patch fpdoc to use stdout for all messages :-)
Now I have to check where and how to show more helpful information.

DoDi




More information about the fpc-devel mailing list