[Issue 5879] RDMD quits silently on invalid ASM syntax

2012-02-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5879


yebblies  changed:

   What|Removed |Added

   Keywords||pull
 CC||yebbl...@gmail.com
Version|D2  |D1 & D2
 AssignedTo|nob...@puremagic.com|yebbl...@gmail.com


--- Comment #2 from yebblies  2012-02-20 15:04:01 EST ---
https://github.com/D-Programming-Language/dmd/pull/742

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5879] RDMD quits silently on invalid ASM syntax

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5879


kenn...@gmail.com changed:

   What|Removed |Added

   Keywords||diagnostic
 CC||kenn...@gmail.com
 OS/Version|Windows |All


--- Comment #1 from kenn...@gmail.com 2011-04-24 11:37:02 PDT ---
The problem is ASM errors are written to stdout instead of stderr. Lines
printed to stdout are redirected to testasm.d.deps.

The function 'asmerr' in 'iasm.c' should be changed to print to stderr instead
of stdout.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---