> On 11 Apr 2016, at 09:06, Nicolai Hess <[email protected]> wrote: > > > > 2016-04-10 8:55 GMT+02:00 Volkert <[email protected] > <mailto:[email protected]>>: > Sorry. i meant AthensSkatch ;-) It is a nice demo about using athens. > > http://smalltalkhub.com/#!/~NicolaiHess/AthensSketch > <http://smalltalkhub.com/#!/~NicolaiHess/AthensSketch> > > > Hi Volkert, > I just replaced > #removeDuplicates with > #asSet > (this should work now).
I think that it would be nice to have removeDuplicates. Because sometimes you need to end up with ordered collection and then you need to do something like `obj asSet asArray` and it is ugly. Uko > > (and replaced some deprecated on:send:to: calls (for Announcements) with > when:send:to: > > in the latest version. > > > Nicolai > > > > > On 10.04.2016 07:42, stepharo wrote: > > > Le 9/4/16 22:36, Volkert a écrit : > What happens to OrderedCollection>>removeDuplicates in Pharo 5.0? In Pharo > 4.0 it was part of a Package "GroupManager"? > > It was probably badly implemented or only used in group manager (whose code > was terrible) and we cleaned it. > Now we could reintroduce it but in the right place and with tests. > It breaks the nice Package "AthensScratch" in Pharo 5.0 > > what is athenscracth? > > BW. > Volkert > > > > > > >
