[Mono-bugs] [Bug 27713][Maj] Changed - Enumerator Collection with the use of pattern matching
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Jul 2002 14:36:23 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27713
--- shadow/27713 Fri Jul 12 12:08:04 2002
+++ shadow/27713.tmp.7991 Wed Jul 24 10:36:23 2002
@@ -1,16 +1,16 @@
Bug#: 27713
-Product: Mono/Runtime
+Product: Mono/MCS
Version: unspecified
OS: other
OS Details: LFS
Status: NEW
Resolution:
Severity: Unknown
-Priority: Wishlist
-Component: misc
+Priority: Major
+Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mwh@sysrq.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -135,6 +135,11 @@
Compiled/Ran with mono 0.12
It compiled and Ran under MS winblows .. Dick /#mono tried it.
------- Additional Comments From dick@ximian.com 2002-07-12 12:08 -------
Compiled with csc, it runs on linux.
Compiled with mcs, it breaks on linux, and under .net on windows.
+
+------- Additional Comments From lupus@ximian.com 2002-07-24 10:36 -------
+This is an mcs issue: PEVerify reports 4 errors on the created program
+(built with either runtime). Also note that csc doesn't emit a
+try/finally block in this case.