dotgnu-general
[Top][All Lists]
Advanced

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

RE: [DotGNU]Testing of ILASM: "Forward Tripping"


From: James Michael DuPont
Subject: RE: [DotGNU]Testing of ILASM: "Forward Tripping"
Date: Fri, 3 Jan 2003 02:08:54 -0800 (PST)

I have been "Forward Tripping" or "Tripping over" some more bugs,
one could say, just "Falling over"!

By running some tests like this : 
   ilasm.exe  test.il
   ildasm.exe test.obj > test.obj.il
   ilasm.exe  test.obj.il
   ildiff.exe test.obj.obj test.obj
   (or ildiff.exe -s test.obj.obj test.obj if they are the same) 

You can test if you get out the same code that you put into the system
,
that is like round tripping, but does not require any changes.

Here are some more bugs :

This is a bug with the
[Bug #2120] ILDASM naming of nested classes 
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2120&group_id=353

These two can be handled by the quoting of the names : 
[Bug #2121] ILDASM naming of funky classes  
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2121&group_id=353

[Bug #2119] ILDASM Quoting of a keyword name  
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2119&group_id=353



=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


reply via email to

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