[Mono-bugs] [Bug 78845][Maj] New - Objects accessed in the wrong order

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jul 13 07:42:14 EDT 2006


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 alan.mcgovern at gmail.com.

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

--- shadow/78845	2006-07-13 07:42:14.000000000 -0400
+++ shadow/78845.tmp.5410	2006-07-13 07:42:14.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 78845
+Product: Mono: Compilers
+Version: 1.0
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 001 One hour
+Priority: Major
+Component: IL assembler
+AssignedTo: jankit at novell.com                            
+ReportedBy: alan.mcgovern at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Objects accessed in the wrong order
+
+Description of Problem:
+Items are being accessed in an incorrect order. They objects aren't being
+accessed in the order they were inserted in when i call .ToString() my the
+dictionary. In MS.NET they are accessed in the order they were inserted in.
+Every program that relies on the order being the same as the inputted order
+will fail because of this.
+
+I consider this a major problem as it is something that can happen very
+frequently, but downgrade it to normal if you think it isn't major.
+
+Steps to reproduce the problem:
+1. Compile the attached commandline app and run it.
+
+Actual Results:
+Item 3: Value 3. Item 1: Value 1. Item 2: Value 2.
+
+Expected Results:
+Item 1: Value 1. Item 2: Value 2. Item 3: Value 3.
+
+How often does this happen?
+Every Time


More information about the mono-bugs mailing list