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=75366 --- shadow/75366 2005-06-29 17:11:30.000000000 -0400 +++ shadow/75366.tmp.31794 2005-06-29 17:12:47.000000000 -0400 @@ -1,23 +1,23 @@ Bug#: 75366 Product: Mono: Runtime -Version: 1.0 -OS: +Version: 1.1 +OS: unknown OS Details: mono svn 23.06.2005 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Major Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: S.R.E. generates incorrect references to derived fields +Summary: [PATCH] SRE uses Reflected not Declaring type for token Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: When you load all members (including derived ones) with System.Type.GetMembers and then use obtained MemberInfos to emit assembly, @@ -97,6 +97,17 @@ not easy to implement, so we would prefer mono to behave correctly there...) ------- Additional Comments From [EMAIL PROTECTED] 2005-06-29 17:11 ------- Created an attachment (id=15400) Patch + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-29 17:12 ------- +I think the attached patch solves the issue mentioned in the bug. One +weird thing: when I run the test case I get: + [EMAIL PROTECTED] ~]$ mono x.exe + +** (x.exe:2882): CRITICAL **: mono_g_hash_table_insert: assertion +`hash_table != NULL' failed + +Even with my patch. I have to take a look at why this is. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
