https://bugzilla.novell.com/show_bug.cgi?id=475746
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=475746#c1 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Jonathan Pryor <[email protected]> 2009-02-17 11:45:55 MST --- Fixed in trunk, r127192. This is the easiest thing to do -- set the ExitCode to non-zero if an exception occurrs -- but a full review of all codepaths to ensure that only exceptions are used for error reporting (which would thus hit the ExitCode-setting code path) has not been completed. Of note, until recently monodocer.cs used it's own error reporting mechanism that didn't use exceptions, though this was fixed ~last week... I'm also not sure if we should specify any values other than 0/1 (pass/fail)... 2009-02-17 Jonathan Pryor <[email protected]> * Mono.Documentation/mdoc.cs: Set Environment.ExitCode=1 if an exception occurs, so that calling code can determine that an error occurred w/o resorting to parsing stderr. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
