[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:50 -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:32:02.000000000 -0500
+++ shadow/71953.tmp.32493	2005-01-29 18:32:50.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 71953
 Product: Mono: Compilers
 Version: 1.0
 OS: Debian Woody
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: IL assembler
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tonyg@kcbbs.gen.nz               
 QAContact: mono-bugs@ximian.com
@@ -66,6 +66,10 @@
 (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.
 
+
+------- Additional Comments From tonyg@kcbbs.gen.nz  2005-01-29 18:32 -------
+Marking RESOLVED-FIXED, based on my observation; I'll now build from
+SVN and verify.