REG master, control character in DMD output even if piped

Basile B. b2.temp at gmx.com
Mon May 11 22:33:16 UTC 2020


just open a console in your terminal, put a typo in a source to 
get an error (for example line 792 of declaration.d, rename 
isOverDeclaration -> isOveDeclaration) and

   $ make -f posix.mak > a.out

I get things like

> ERROR: dmd/declaration.d(792): Error: no property 
> isOveDeclaration for type 
> dmd.dsymbol.Dsymbol, did you mean dmd.dsymbol.Dsymbol.isOverDeclaration?

Not good.


More information about the Digitalmars-d mailing list