[Mono-bugs] [Bug 56245][Blo] New - System.Type.UnderlyingSystemType break between Mono 0.29 and .Net 1.1.4322.573

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Mar 2004 13:04:19 -0500 (EST)


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 jcornado@yahoo.com.

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

--- shadow/56245	2004-03-30 13:04:19.000000000 -0500
+++ shadow/56245.tmp.6024	2004-03-30 13:04:19.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 56245
+Product: Mono: Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: Running off the shelf RH 9.0, updated with red carpet
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jcornado@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Type.UnderlyingSystemType break between Mono 0.29 and .Net 1.1.4322.573 
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. System.String[][][] Test -> initialize if desired
+2. System.Console.Out.WriteLine(Test.GetType().UnderlyingSystemType)
+
+
+Actual Results:
+
+In mono0.29 -> "System.String[][]"
+In .Net 1.1.4322.573 -> "System.String[][][]"
+
+Additional Information:
+
+At some point this will break some logic. I do not know which is wrong.
+From what I have seen the mono result should be the correct one: it allows
+an array type to unwind itself but I may be wrong.