[Mono-bugs] [Bug 71953][Wis] Changed - ILASM off-by-one when referring to named arguments
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Jan 2005 18:32:02 -0500 (EST)
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 tonyg@kcbbs.gen.nz.
http://bugzilla.ximian.com/show_bug.cgi?id=71953
--- shadow/71953 2005-01-29 18:01:48.000000000 -0500
+++ shadow/71953.tmp.32480 2005-01-29 18:32:02.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Compilers
Version: 1.0
OS: Debian Woody
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: IL assembler
AssignedTo: mono-bugs@ximian.com
ReportedBy: tonyg@kcbbs.gen.nz
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -51,6 +51,21 @@
methods, including the .ctor, and ldarg 0 for the static method, as expected.
------- Additional Comments From tonyg@kcbbs.gen.nz 2005-01-29 18:01 -------
Created an attachment (id=13959)
IL for demonstrating the fault
+
+------- Additional Comments From tonyg@kcbbs.gen.nz 2005-01-29 18:32 -------
+Looks like this is fixed in SVN (although I haven't *yet* built from
+SVN to confirm).
+
+Odd, though - the line in question (MethodDef.cs:664) was added in
+r31423 (by jackson), dated 2004-07-23, and yet:
+
+ - it isn't in the version of ilasm.exe contained in the 1.0.5 sources
+(I disassembled ilasm.exe and read the code for CreateNamedParamTable
+to confirm this),
+
+ - nor is it in the version of ilasm/codegen/MethodDef.cs contained in
+the mcs-1.0.5.tar.gz tarball.
+