[Mono-bugs] [Bug 81666][Nor] Changed - gmcs 1.2.3.1 dies with a NullException when calling Mono.CSharp.Iterator.CheckType() when having IEnumerable<T> in the source code

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 17 23:53:38 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 adrien.dessemond at softhome.net.

http://bugzilla.ximian.com/show_bug.cgi?id=81666

--- shadow/81666	2007-05-17 22:14:26.000000000 -0400
+++ shadow/81666.tmp.4945	2007-05-17 23:53:38.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81666
 Product: Mono: Compilers
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: Ubuntu 7.04
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: adrien.dessemond at softhome.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -74,6 +74,18 @@
 
 Perfectly reproducable
 
 Changing IEnumerable<int> for IEnumerable makes the compiler happy and the
 sample executes perfectly. I do not if this feature is still there in Mono
 1.2.4...
+
+------- Additional Comments From adrien.dessemond at softhome.net  2007-05-17 23:53 -------
+> I do not if this feature is still there in Mono 1.2.4...
+
+The bug seems to have been resolved in Mono 1.2.4 : the complier does
+not crash and adding the missing namespace reference
+(System.Collections.Generic) makes it compile and run perfectly.
+
+Status changed to FIXED. Raja if you prefer to leave it open let me
+know...
+
+


More information about the mono-bugs mailing list