[Mono-bugs] [Bug 45539][Maj] Changed - Enum.GetValues fails on mint
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 12 Jul 2003 09:36:30 -0400 (EDT)
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 sam@superduper.net.
http://bugzilla.ximian.com/show_bug.cgi?id=45539
--- shadow/45539 Fri Jun 27 11:00:29 2003
+++ shadow/45539.tmp.15511 Sat Jul 12 09:36:30 2003
@@ -55,6 +55,11 @@
------- Additional Comments From PAF@design.ru 2003-06-27 11:00 -------
one would not actually see any message with this bug.cs, mint would
just die and would not print "ok".
one could see message if surround that line with
try{...}catch(Exception e){Console.WriteLine(e.Message);}
+
+------- Additional Comments From sam@superduper.net 2003-07-12 09:36 -------
+Created an attachment (id=4855)
+Probably a horrible and inconcieved hack but this patch worked in my trvial test case
+