[Mono-bugs] [Bug 74793][Nor] Changed - can't cast to certain types

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 May 2005 16:29:26 -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 toshok@ximian.com.

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

--- shadow/74793	2005-05-02 05:32:32.000000000 -0400
+++ shadow/74793.tmp.2574	2005-05-03 16:29:26.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74793
 Product: Mono: Debugger
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: backend
 AssignedTo: toshok@ximian.com                            
 ReportedBy: toshok@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,10 @@
 
 
 Now, the error trying to cast to (int) might be correct, but "object" and
 "string" are definitely class/object types, and they should at least
 attempt to cast (and find that "ok" is not of a class type, like the cast
 to Stream does).
+
+------- Additional Comments From toshok@ximian.com  2005-05-03 16:29 -------
+There are also syntax errors when trying to cast to (type[]) or
+(type*).  the grammar needs augmenting.