dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #9004] Order of nested classes in input affects


From: Gopal.V
Subject: [Pnet-developers] [bugs #9004] Order of nested classes in input affects compilation.
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 #9004] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Tue 06/08/2004 at 14:25 (Asia/Calcutta)

------------------ Additional Follow-up Comments ----------------------------
Used creation order while calling CreateMembers()

A new list of classes were added to ILNode_ClassDefn to keep track of the order 
in which to create the nested class members.

Fixed in CVS June 8th 2004






/**************************************************************************/
[bugs #9004] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9004>
Project: DotGNU Portable.NET
Submitted by: Richard Baumann
On: Wed 05/19/2004 at 03:57

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  Order of nested classes in input affects compilation.

Original Submission:  For nested classes with virtual/abstract/override 
methods/properties, if a derived class comes before its base class (or 
interface), the compiler gives bogus errors on correct code while compiling 
erroneous code without error. The compiler appears to be attempting to compile 
the derived types before it knows enough about the base types to do so 
correctly.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 06/08/2004 at 14:25       By: t3rmin4t0r
Used creation order while calling CreateMembers()

A new list of classes were added to ILNode_ClassDefn to keep track of the order 
in which to create the nested class members.

Fixed in CVS June 8th 2004

-------------------------------------------------------
Date: Sat 05/29/2004 at 14:59       By: t3rmin4t0r
Typegathering has no lists for nested classes . Need to reorder nested classes 
in the order , instead of just as children.






File Attachments
-------------------

-------------------------------------------------------
Date: Wed 05/19/2004 at 03:57  Name: nested-class-virt-testcase.cs  Size: 987KB 
  By: Rich333
Compiles fine as-is, but pass -DFOO and it gives bogus errors.
http://savannah.gnu.org/bugs/download.php?item_id=9004&amp;item_file_id=1322






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9004>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]