[Mono-bugs] [Bug 70480][Wis] Changed - Mono.GetOptions (and mbas) throws exception with single dash parameter
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 4 Jan 2005 11:25:22 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by rafaelteixeirabr@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70480
--- shadow/70480 2004-12-30 14:05:18.000000000 -0500
+++ shadow/70480.tmp.23713 2005-01-04 11:25:22.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 70480
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Mono.POSIX
AssignedTo: rafaelteixeirabr@hotmail.com
ReportedBy: d.holton@vanderbilt.edu
QAContact: mono-bugs@ximian.com
@@ -30,6 +30,21 @@
It would be nice if getoptions could handle a single dash argument to use
for specifying stdin input, for example.
Also, I noticed Mono.GetOptions.dll can't be used with .NET because of the
strong naming.
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com 2005-01-04 11:25 -------
+Corrected the wrong-doing logic. Now single-dashes are simply
+unprocessed by Mono.GetOptions, they will appear to the driving class
+in the returning array of arguments or individually being sent by
+calling the ArgumentProcessor callback.
+
+Please Doug, open another bug case detailing what is that strong
+naming problem you cited...
+
+
+
+
+
+