[Mono-bugs] [Bug 52537][Wis] New - PATCH: CodeDom classes missing "params" keyword

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jan 2004 06:31:24 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52537

--- shadow/52537	2004-01-12 06:31:24.000000000 -0500
+++ shadow/52537.tmp.21916	2004-01-12 06:31:24.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 52537
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jaak@zd.com.pl               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: PATCH: CodeDom classes missing "params" keyword
+
+I found that "CodeAttributeDeclaration" and "CodeDelegateInvokeExpression" 
+didn't properly support the constructor with variable number of arguments.
+
+I'm attaching a patch to fix this issue (a simple one-liner).
+
+------- Additional Comments From jaak@zd.com.pl  2003-12-24 04:25 -------
+Created an attachment (id=6320)
+The patch
+
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-12 06:31 -------
+Patch applied. Thanks.