bugDotGNU Portable.NET - Bugs: bug #2120, ILDASM naming of nested classes

 
 

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

bug #2120: ILDASM naming of nested classes

Submitted by:  James Michael DuPont <mdupont>
Submitted on:  Fri 03 Jan 2003 09:33:09 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: Closed

Fri 03 Jan 2003 12:34:38 PM UTC, comment #1:

Actually a bug in the assembler - Fix applied 3 Dec 2002

Rhys Weatherley <rweather>
Project Administrator
Fri 03 Jan 2003 09:33:09 AM UTC, original submission:

Here I try and dump a nested class,
the names are not generated properly
they should be either .class "test/nested1/nested2"
or as the input with nested blocks

In this example , I assemble, and then dissamble a class :
INPUT to ilasm
.class 'test'
{
.class 'nested1'
{
.class 'nested2'
{
.class 'nested3'
{
}
}
}
}
OUTPUT of ildasm (truncated)
.class private auto ansi test extends [mscorlib]System.Object
{
}
.class private auto ansi nested1 extends [mscorlib]System.Object
{
}
.class private auto ansi nested2 extends [mscorlib]System.Object
{
}
.class private auto ansi nested3 extends [mscorlib]System.Object
{
}

James Michael DuPont <mdupont>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Fri 03 Jan 2003 12:34:38 PM UTCrweatherStatusNone=>(Error - Not Found)
  Open/ClosedOpen=>(Error - Not Found)

Back to the top


Powered by Savane 3.1-cleanup1