[Mono-bugs] [Bug 82076][Min] Changed - [GMCS] Does not parse cast to a generic nullable array
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 2 10:04:00 EDT 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=82076
--- shadow/82076 2007-07-11 15:44:55.000000000 -0400
+++ shadow/82076.tmp.29833 2007-08-02 10:04:00.000000000 -0400
@@ -2,21 +2,20 @@
Product: Mono: Compilers
Version: 1.2
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: patperry at stanford.edu
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: [GMCS] Does not parse cast to a generic nullable array
Description of Problem:
gmcs fails to parse the explicit cast to (T?[]).
@@ -59,6 +58,10 @@
How often does this happen?
On Thursdays. Those are the days I compile the code above.
Additional Information:
+
+------- Additional Comments From marek.safar at seznam.cz 2007-08-02 10:04 -------
+This one will be tricky. It looks like `(T?[])' is not recognized as a
+cast.
More information about the mono-bugs
mailing list