[Mono-bugs] [Bug 52093][Nor] Changed - vectors need to be different types from arrays with rank == 1
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 13 Dec 2003 12:09:54 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=52093
--- shadow/52093 2003-12-12 05:43:30.000000000 -0500
+++ shadow/52093.tmp.8081 2003-12-13 12:09:54.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,10 @@
}
Console.WriteLine (a.GetType().ToString ());
Console.WriteLine (arr.GetType().ToString ());
return cast_failed? 0: 1;
}
}
+
+------- Additional Comments From vargaz@freemail.hu 2003-12-13 12:09 -------
+Is this behavior mandated by the spec ? Also, is allowing this
+conversion unsafe, i.e. can it be used to break the type system etc ?