Issue status update for http://smalltalk.gnu.org/project/issue/131 Post a follow up: http://smalltalk.gnu.org/project/comments/add/131

Project:      GNU Smalltalk
Version:      <none>
Component:    VM
Category:     bug reports
-Priority:     normal
+Priority:     critical
Assigned to:  bonzinip
Reported by:  ildar.mulyukov
Updated by:   bonzinip
Status:       active

Reduced test case (from arrays.st)

SortedCollection extend [
   SortedCollection class >> bug2 [
       ^##(#(8 6 9 10) asSortedCollection)
   ]

   bug: a [
       self sortFrom: lastOrdered + 1 to: lastIndex.
       ^(lastOrdered + 1 to: lastIndex) collect: [:each | a].
   ]
]

^SortedCollection bug2 bug: 5




_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to