bugDotGNU Portable.NET - Bugs: bug #11420, Circular definitions in attributes...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #11420: Circular definitions in attributes not compiling

Submitter:  James Michael DuPont <mdupont>
Submitted:  Tue 28 Dec 2004 06:04:34 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Fri 31 Dec 2004 01:06:15 PM UTC, comment #1: 

This error occurs in compiling mono,
i extracted this test case from this error :
System/SerializableAttribute.cs:59: circularity detected in class definition

James Michael DuPont <mdupont>
Tue 28 Dec 2004 06:04:34 PM UTC, original submission:  

this produces a problem
but works in mono:
../../testcase2.cs:24: circularity detected in class definition
------
namespace System
{
[Serializable]
public class Object
{}

[Serializable]
public abstract class Attribute
{ }

[Serializable]
public sealed class GooAttribute
: Attribute
{

}

[Goo] // ../../testcase2.cs:24: circularity detected in class definition

public sealed class SerializableAttribute
: Attribute
{
}
}

James Michael DuPont <mdupont>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code