[Mono-bugs] [Bug 77446][Maj] Changed - [GMCS] Nullable types
assignment crashes reflection
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 9 09:46:10 EST 2006
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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77446
--- shadow/77446 2006-02-09 08:37:12.000000000 -0500
+++ shadow/77446.tmp.30882 2006-02-09 09:46:10.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 77446
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details: MacOS X 10.4
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 008 One day
Priority: Major
Component: C#
AssignedTo: martin at ximian.com
ReportedBy: vlm at lionet.info
QAContact: mono-bugs at ximian.com
@@ -80,6 +80,11 @@
==========================================================
------- Additional Comments From vlm at lionet.info 2006-02-02 06:51 -------
Created an attachment (id=16440)
Shortest C# source exploiting the problem.
+
+------- Additional Comments From vargaz at gmail.com 2006-02-09 09:46 -------
+Fixed in SVN HEAD and 1.1.13. BTW, using string? does not have any
+advantage over using string, since reference types are already 'nullable'.
+
More information about the mono-bugs
mailing list