[Mono-bugs] [Bug 30101][Nor] Changed - mcs does fail on 'params'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Sep 2002 13:58:51 -0000
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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=30101
--- shadow/30101 Mon Sep 16 09:46:09 2002
+++ shadow/30101.tmp.21265 Mon Sep 16 09:58:51 2002
@@ -11,12 +11,13 @@
AssignedTo: martin@gnome.org
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: mcs does fail on 'params'
+BugsThisDependsOn: 30171
Even though CorCompare shows that we have all of System.CodeDom
implemented, this example from the Quickstart fails to compile. The error is:
listbuilder.cs(88) error CS1502: The best overloaded match for method 'int
Add (System.CodeDom.CodeTypeReference)' has some invalid arguments
@@ -71,7 +72,11 @@
'System.CodeDom.CodeArgumentReferenceExpression'
to 'System.CodeDom.CodeExpression[]'
bug30101.cs(9) error CS1501: New invocation: Can not find a
constructor for this argument list
Compilation failed: 3 error(s), 0 warnings
+
+
+------- Additional Comments From martin@gnome.org 2002-09-16 09:58 -------
+It's easier for me to fix both bugs at once, so let's wait until #30171 is fixed.