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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77446 --- shadow/77446 2006-02-09 13:01:49.000000000 -0500 +++ shadow/77446.tmp.3664 2006-02-09 16:27:33.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 77446 Product: Mono: Compilers Version: 1.1 OS: unknown OS Details: MacOS X 10.4 -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: 008 One day Priority: Major Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -90,6 +90,21 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-02-09 13:01 ------- String is of no importance; just for the sake of this test case. Thanks! + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-09 16:27 ------- +This should not work in the first place: + +C:\Program Files\Microsoft Visual Studio 8\VC>"C:\Documents and +Settings\bmaure +\Desktop\x.exe" + +Unhandled Exception: System.TypeLoadException: GenericArguments[0], +'System.Str +ng', on 'System.Nullable`1[T]' violates the constraint of type +parameter 'T'. + +Nullable<T> should be where T : struct. So the patch should probably +be backed out, and the signature on nullable fixed. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
