Re: [Pharo-users] Fast drag option, not really fast

2017-03-28 Thread Stephan Eggermont
On 28/03/17 15:20, Hilaire wrote: Even over LAN X11 exported display, the fast drag option is slow. Obvisouly graphic translucent operations can't be fast. You are using a compression protocol for X11 communication, I assume? Stephan

Re: [Pharo-users] Fast drag option, not really fast

2017-03-28 Thread Hilaire
In the other hand it is likely the Pharo image does know about drawing operations on a remote X server, and it may just result in bitmap buffer transfers to repair damaged areas... Neverthless, the damaged area is still smaller when dragging with only line outlines. Le 28/03/2017 à 15:20, Hilaire

[Pharo-users] FileSystemDirectoryEntry>>#size may be wrong/misleading for symLinks

2017-03-28 Thread PAUL DEBRUICKER
This is on Pharo 5, on a mac. It reports the size of the symlink and not the linked file. So when I'd expect a size around 70kB its reporting 51B. Is there a way to get the size of the linked file? doing a 'reference contents size' isn't giving me the correct size either. In some ca

Re: [Pharo-users] diff'ing with metacello

2017-03-28 Thread Siemen Baader
Sent from my iPhone On 28/03/2017, at 14.56, Ben Coman wrote: > Can you provide a concrete case of two versions you want to compare? > cheers -ben > Sure! I'm away from the computer but will post one ASAP! > On Tue, Mar 28, 2017 at 8:51 PM, Siemen Baader wrote: >> >> >> Sent from my iPhon

[Pharo-users] Fast drag option, not really fast

2017-03-28 Thread Hilaire
Hi, Will it be possible to have the really *fast* drag option back as we had in old time and does in Squeak? Even over LAN X11 exported display, the fast drag option is slow. Obvisouly graphic translucent operations can't be fast. As far as I can rewind, fast drag is slow since at least Pharo3

Re: [Pharo-users] SSL Exception on running the first example of Live Object Programming mooc

2017-03-28 Thread Ahdach Mohamed
Thanks to Both of you. M On 28 March 2017 at 12:39, Sven Van Caekenberghe wrote: > > > On 28 Mar 2017, at 11:36, Esteban Lorenzano wrote: > > > > Hi, > > > > I hope your journey will be cool! > > > >> On 28 Mar 2017, at 11:28, Ahdach Mohamed wrote: > >> > >> Hi All, > >> > >> Newbie to Pharo (

Re: [Pharo-users] diff'ing with metacello

2017-03-28 Thread Ben Coman
Can you provide a concrete case of two versions you want to compare? cheers -ben On Tue, Mar 28, 2017 at 8:51 PM, Siemen Baader wrote: > > > Sent from my iPhone > > On 28/03/2017, at 13.52, Ben Coman wrote: > >> Do you mean the difference between two "ConfigurationXXXmcz" files? > > I didn't

Re: [Pharo-users] diff'ing with metacello

2017-03-28 Thread Siemen Baader
Sent from my iPhone On 28/03/2017, at 13.52, Ben Coman wrote: > Do you mean the difference between two "ConfigurationXXXmcz" files? I didn't know there were 'ConfigurationOfX.mcz' files. What do they contain? What I want to see is what code has changed between two releases. In Git I wo

Re: [Pharo-users] diff'ing with metacello

2017-03-28 Thread Ben Coman
Do you mean the difference between two "ConfigurationXXXmcz" files? As a workaround, perhaps load one and then from Monticello, "start" to merge the other from Monticello and you will see a diff between them. cheers -ben On Tue, Mar 28, 2017 at 7:06 PM, Siemen Baader wrote: > Hi all, > > is

[Pharo-users] meaning of orange losange beside a protocol

2017-03-28 Thread Ahdach Mohamed
Hi, Whats the meaning of an orange losange at the left of a protocol, actually initialization Is there a list of the meanings of the icons one sees at the left of packages, classes, protocols and methods? Mohamed

[Pharo-users] diff'ing with metacello

2017-03-28 Thread Siemen Baader
Hi all, is there a tool to diff two Metacello versions with different baselines? I tried MetacelloBrowser ( http://www.squeaksource.com/@6xz1bzmNF75EduBA/vZ263dVA) but it does not install on Pharo 5.0. I need it to see what has changed when I install a new release of PharoJS and to bisect in sear

Re: [Pharo-users] SSL Exception on running the first example of Live Object Programming mooc

2017-03-28 Thread Sven Van Caekenberghe
> On 28 Mar 2017, at 11:36, Esteban Lorenzano wrote: > > Hi, > > I hope your journey will be cool! > >> On 28 Mar 2017, at 11:28, Ahdach Mohamed wrote: >> >> Hi All, >> >> Newbie to Pharo (48 hours). I'm going through the excellent mooc by Stephane >> D. and his team. >> >> I've installed

Re: [Pharo-users] loading petitParser

2017-03-28 Thread Stephane Ducasse
I will update the book because this pointer does not work either http://www.themoosebook.org/book/internals/petit-parser On Tue, Mar 28, 2017 at 11:48 AM, Christophe Demarey < christophe.dema...@inria.fr> wrote: > yes because the current way to load projects is: > > Metacello new > configurati

Re: [Pharo-users] Smacc debugger

2017-03-28 Thread Thierry Goubier
Le 28/03/2017 à 11:50, Stephane Ducasse a écrit : OK I loaded Smacc from github as mentioned by thierry. Metacello new baseline: 'SmaCC'; repository: 'github://ThierryGoubier/SmaCC'; load Are there two configurationOfSmacc? May be we should only have one no? I have t

Re: [Pharo-users] Smacc debugger

2017-03-28 Thread Stephane Ducasse
OK I loaded Smacc from github as mentioned by thierry. Metacello new baseline: 'SmaCC'; repository: 'github://ThierryGoubier/SmaCC'; load Are there two configurationOfSmacc? May be we should only have one no? I have the impression that even thierry and jason working he

Re: [Pharo-users] loading petitParser

2017-03-28 Thread Christophe Demarey
yes because the current way to load projects is: Metacello new configuration: 'PetitParser'; smalltalkhubUser: 'Moose' project: 'PetitParser'; load. if you want to load a specific group, you should use the #load: message (current groups are Core, Tests, Parser and ParserIDE). Default will

Re: [Pharo-users] SSL Exception on running the first example of Live Object Programming mooc

2017-03-28 Thread Esteban Lorenzano
Hi, I hope your journey will be cool! > On 28 Mar 2017, at 11:28, Ahdach Mohamed wrote: > > Hi All, > > Newbie to Pharo (48 hours). I'm going through the excellent mooc by Stephane > D. and his team. > > I've installed Pharo and run into an error when trying to run my second > expression. >

[Pharo-users] SSL Exception on running the first example of Live Object Programming mooc

2017-03-28 Thread Ahdach Mohamed
Hi All, Newbie to Pharo (48 hours). I'm going through the excellent mooc by Stephane D. and his team. I've installed Pharo and run into an error when trying to run my second expression. Here it is: (ZnEasy getPng:'http://pharo.org/web/files/pharo.png') asMorph openInWindow And I have the follo

[Pharo-users] loading petitParser

2017-03-28 Thread Stephane Ducasse
Hi in the deep into pharo book it is written Gofer new smalltalkhubUser: 'Moose' project: 'PetitParser'; package: 'ConfigurationOfPetitParser'; load. (Smalltalk at: #ConfigurationOfPetitParser) perform: #loadDefault But this is not correct. There is no loadDefault. Should I change it? Ste