[Mono-bugs] [Bug 53232][Maj] Changed - Preserve Keyword Not Implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jul 2004 14:06:42 -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 rafaelteixeirabr@hotmail.com.

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

--- shadow/53232	2004-02-20 08:32:11.000000000 -0500
+++ shadow/53232.tmp.17144	2004-07-13 14:06:42.000000000 -0400
@@ -1,15 +1,15 @@
 Bug#: 53232
-Product: Mono/Compilers
+Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: Microsoft Windows Server 2003 Enterprise Edition
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Minor
+Priority: Major
 Component: Basic
 AssignedTo: rafaelteixeirabr@hotmail.com                            
 ReportedBy: jconley@winfessor.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -48,6 +48,10 @@
 
 With the preserve keyword the code would be:
 
     Dim origArr() As Integer = New Integer() {0, 1, 2}
     Redim Preserve origArr(3)
     origArr(3) = 3
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2004-07-13 14:06 -------
+Too common a construct in real applications to have less than Major 
+as Priority