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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
