[Mono-bugs] [Bug 75091][Nor] Changed - [PATCH] wrong base types
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jun 1 16:26:59 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 mono at evain.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75091
--- shadow/75091 2005-05-30 12:57:03.000000000 -0400
+++ shadow/75091.tmp.31816 2005-06-01 16:26:59.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75091
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Mono.Cecil
AssignedTo: mono-bugs at ximian.com
ReportedBy: dsilva at ccs.neu.edu
QAContact: mono-bugs at ximian.com
@@ -346,6 +346,9 @@
There's no ChangeLog there already, but this would be the entry:
lib/Mono.Cecil.Implem/ReflectionReader.cs:
in Visit ITypeDefinitionCollection:
When setting base types, changed the index to start at 0 and
changed the m_typeDefs index from i-1 to i. This fixes bug 75091.
+
+------- Additional Comments From mono at evain.net 2005-06-01 16:26 -------
+Fixed in SVN, thanks !
More information about the mono-bugs
mailing list