[Mono-bugs] [Bug 75096][Min] Changed - mcs barfs
InvalidCastException during for(and foreach) access to
illegal constant (CS0133)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 3 03:14:29 EDT 2005
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75096
--- shadow/75096 2005-05-30 07:41:54.000000000 -0400
+++ shadow/75096.tmp.20229 2005-06-03 03:14:29.000000000 -0400
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mcs barfs InvalidCastException during for(and foreach) access to illegal constant (CS0133)
When an expression code block tries to acccess to "invalid" constant array
(which is reported as CS0133), mcs barfs InvalidCastException and
compilation stops unexpectedly.
@@ -79,6 +78,10 @@
Expected Results:
It should just report CS0133 and finish without aborting.
How often does this happen?
consistently.
+
+------- Additional Comments From rharinath at novell.com 2005-06-03 03:14 -------
+Let's defer it for Martin's foreach rewrite.
+
More information about the mono-bugs
mailing list