Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread Sven Van Caekenberghe
> On 19 May 2017, at 00:47, David T. Lewis wrote: > > On Thu, May 18, 2017 at 10:18:34PM +0200, Sven Van Caekenberghe wrote: >> >>> On 18 May 2017, at 21:08, Esteban A. Maringolo wrote: >>> >>> Great! How long has it been there? :) >> >> Apparently since 2012 - can't really remember >> > >

Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread David T. Lewis
On Thu, May 18, 2017 at 10:18:34PM +0200, Sven Van Caekenberghe wrote: > > > On 18 May 2017, at 21:08, Esteban A. Maringolo wrote: > > > > Great! How long has it been there? :) > > Apparently since 2012 - can't really remember > Looking at a Squeak 3.0 image I would say that they were introdu

Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread Sven Van Caekenberghe
> On 18 May 2017, at 22:47, Esteban A. Maringolo wrote: > > 2017-05-18 17:18 GMT-03:00 Sven Van Caekenberghe : >>> On 18 May 2017, at 21:08, Esteban A. Maringolo wrote: > >>> Great! How long has it been there? :) >> Apparently since 2012 - can't really remember > > My gosh, I remember searchi

Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread Esteban A. Maringolo
2017-05-18 17:18 GMT-03:00 Sven Van Caekenberghe : >> On 18 May 2017, at 21:08, Esteban A. Maringolo wrote: >> Great! How long has it been there? :) > Apparently since 2012 - can't really remember My gosh, I remember searching for that years ago. >> And why is it in SequenceableCollection and n

Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread Sven Van Caekenberghe
> On 18 May 2017, at 21:08, Esteban A. Maringolo wrote: > > Great! How long has it been there? :) Apparently since 2012 - can't really remember > And why is it in SequenceableCollection and not SortedCollection? Hmm, probably because any SequenceableCollection could be sorted up front, like

[Pharo-users] Chrome DevTools Protocol and Pharo

2017-05-18 Thread Torsten Bergmann
Hi, I played around with remote controlling Google Chrome from Pharo using Chrome DevTools Protocol [1] (based on WebSockets). The video shows an example using latest Pharo 6 on Mac: https://www.youtube.com/watch?v=9F5FrQTEJWY Initial Code is on GitHub [2] if someone is interested, requires OS

Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread Esteban A. Maringolo
Great! How long has it been there? :) And why is it in SequenceableCollection and not SortedCollection? Regards! Esteban A. Maringolo 2017-05-18 16:01 GMT-03:00 Sven Van Caekenberghe : > It is already in the image: SequenceableCollection>>#findBinary:do:ifNone: & > friends ;-) > >> On 18 May 2

Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread Sven Van Caekenberghe
It is already in the image: SequenceableCollection>>#findBinary:do:ifNone: & friends ;-) > On 18 May 2017, at 20:22, PAUL DEBRUICKER wrote: > > I didn't see one in the image & I'm happy to implement one but thought I'd > ask before I did. > > Thanks > > Paul

Re: [Pharo-users] Seaside: WACache had the subclass responsibility to implement #store:

2017-05-18 Thread Paul DeBruicker
Hi Abdelghani, There is a seaside specific list here: http://forum.world.st/Seaside-General-f86180.html You'll have better luck getting prompt answers there. How did you install BootstrapMagritte? WACache is an abstract class in Seaside 3.2 so maybe the install process got something wron

[Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread PAUL DEBRUICKER
I didn't see one in the image & I'm happy to implement one but thought I'd ask before I did. Thanks Paul

Re: [Pharo-users] [Pharo-dev] Need help with Pillar

2017-05-18 Thread Damien Pollet
On 18 May 2017 at 01:34, Alexandre Bergel wrote: > curl https://raw.githubusercontent.com/pillar-markup/pillar/ > master/download.sh | bash > > I had to copy PharoV50.sources in the folder pharo-vm/ apparently. > Hmm strange I got that this morning as well with Clément's book. The script install