[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #8629] Type resolution not correct if property w
From: |
Gopal.V |
Subject: |
[Pnet-developers] [bugs #8629] Type resolution not correct if property with name of class exists |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #8629] Latest Modifications:
Changes by:
Gopal.V <address@hidden>
'Date:
Wed 05/19/04 at 16:10 (Asia/Calcutta)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS (though not properly... it's always a hack)
/**************************************************************************/
[bugs #8629] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8629>
Project: DotGNU Portable.NET
Submitted by: Klaus Treichel
On: Tue 04/20/04 at 11:33
Category: None
Severity: 5 - Average
Item Group: None
Resolution: Fixed
Assigned to: None
Status: Closed
Summary: Type resolution not correct if property with name of class exists
Original Submission: The call to static functions of a class do not compile if
there exists a property with the name of the class.
See property Type in attaches file.
The file compiles with MS .Net 1.1 but with cscc i get the following error:
$ cscc testcscc_1.cs
testcscc_1.cs:15: no matching method for call to `GetType(System.String, bool)'
testcscc_1.cs:15: incompatible types in assignment: no conversion from `invalid
type' to `System.Type'
The error occures when i tried to build mono's System.Web assemly with pnet.
Follow-up Comments
------------------
-------------------------------------------------------
Date: Wed 05/19/04 at 16:10 By: t3rmin4t0r
Fixed in CVS (though not properly... it's always a hack)
File Attachments
-------------------
-------------------------------------------------------
Date: Tue 04/20/04 at 11:33 Name: testcscc_1.cs Size: 383KB By: ktreichel
testcase to verify the wrong behavoiur
http://savannah.gnu.org/bugs/download.php?item_id=8629&item_file_id=1207
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8629>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #8629] Type resolution not correct if property with name of class exists,
Gopal.V <=