help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] -static build for gst


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [bug] -static build for gst
Date: Mon, 10 Dec 2007 01:11:59 -0700

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]