[Mono-bugs] [Bug 74914][Nor] Changed - Classes from
System.Reflection.Emit do not return correct Token values
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 13 17:17:12 EDT 2005
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=74914
--- shadow/74914 2005-05-11 20:13:28.000000000 -0400
+++ shadow/74914.tmp.18471 2005-05-13 17:17:12.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Compilers
Version: 1.1
OS: SUSE 9.1
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: lluis at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -39,6 +39,14 @@
debug info gets liked to the wrong token.
------- Additional Comments From lluis at ximian.com 2005-05-11 20:13 -------
Created an attachment (id=15126)
Test case
+
+------- Additional Comments From vargaz at gmail.com 2005-05-13 17:17 -------
+Since methods can be emitted in any order, but they need to be
+sorted in the final file, the final token can only be assigned when
+the final metadata structures are created. This means that the
+debugging info needs to be fixed up in the same way the generated IL
+is fixed up.
+
More information about the mono-bugs
mailing list