[Mono-bugs] [Bug 74521][Min] Changed - [monodis] escapes Array definitions..

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 11 Apr 2005 01:52:46 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by radical@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74521

--- shadow/74521	2005-04-11 00:48:29.000000000 -0400
+++ shadow/74521.tmp.5933	2005-04-11 01:52:46.000000000 -0400
@@ -37,6 +37,21 @@
 ------- Additional Comments From miguel@ximian.com  2005-04-09 15:20 -------
 Jackson, can you comment if this is a limitation in our assembler, or
 if this is a bug in Monodis?
 
 ------- Additional Comments From radical@gmail.com  2005-04-11 00:48 -------
 A bug in our assembler.. 
+
+------- Additional Comments From radical@gmail.com  2005-04-11 01:52 -------
+Umm..correction.. not a bug in our assembler.
+
+ildasm.exe by default seems to quote only things like
+
+valuetype '<PrivateImplementationDetails>'/$ArrayType$0
+
+Our assembler can handle this AND with all names quoted
+
+ildasm.exe /quoteallnames
+
+Monodis should follow one of the above approaches by default and maybe
+have the other available as an option.
+So, the patch improves the conformance to the first approach.