[Mono-bugs] [Bug 58563][Wis] Changed - Generics compiler throws NullReferenceException when trying to compile code
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 16 May 2004 15:01:03 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58563
--- shadow/58563 2004-05-16 00:18:15.000000000 -0400
+++ shadow/58563.tmp.31535 2004-05-16 15:01:03.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 58563
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details: 10.3
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: cyrusn@microsoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -92,6 +92,16 @@
}
public Creator<IStream<A>> Append(Creator<IStream<A>> stream) {
return stream;
}
}
+
+------- Additional Comments From miguel@ximian.com 2004-05-16 15:01 -------
+Thanks for the report.
+
+The error is due to me leaving chunks of anonymous methods on the
+main tree, but completing the work on a different tree.
+
+Now the main tree contains an error report while I complete the
+work on anonymous methods on its separate branch. I hope to get
+that by Beta2.