[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #8016] "no matching method" error for "params Ob
From: |
Rhys Weatherley |
Subject: |
[Pnet-developers] [bugs #8016] "no matching method" error for "params Object[]" formal parameter |
Date: |
Wed, 10 Mar 2004 19:54:53 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #8016] Latest Modifications:
Changes by:
Rhys Weatherley <address@hidden>
'Date:
Thu 03/11/04 at 00:54 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fixed by patch #2776, which was applied on 11 March 2004.
/**************************************************************************/
[bugs #8016] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8016>
Project: DotGNU Portable.NET
Submitted by: Russell Stuart
On: Fri 03/05/04 at 09:20
Category: None
Severity: 5 - Average
Item Group: None
Resolution: Fixed
Assigned to: None
Status: Closed
Summary: "no matching method" error for "params Object[]" formal parameter
Original Submission: This code:
class X {
void x(params Object[] args) { this.x(new byte[0], 0); }
}
when compiled with cscc -c x.c, gives this error message:
no matching method for call to `x(byte[], int)'
Follow-up Comments
------------------
-------------------------------------------------------
Date: Thu 03/11/04 at 00:54 By: rweather
Fixed by patch #2776, which was applied on 11 March 2004.
-------------------------------------------------------
Date: Wed 03/10/04 at 07:04 By: None
See patch #2776
-------------------------------------------------------
Date: Wed 03/10/04 at 04:49 By: None
the essential question to this is should
mystring.Split(new Char[]{','});
should this be compiled properly ?
-------------------------------------------------------
Date: Fri 03/05/04 at 10:06 By: None
the fix seems to be to ignore some cases in cscc cs_invoke.tc , see attached
patch. Not sure about the validity of the fix .
File Attachments
-------------------
-------------------------------------------------------
Date: Fri 03/05/04 at 10:06 Name: cscc.patch Size: 710KB By: None
Tentative Patch
http://savannah.gnu.org/bugs/download.php?item_id=8016&item_file_id=1084
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8016>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/