Re: [Pharo-dev] How can we flush the remembered expressions of Playground?

2016-01-15 Thread stepharo
Le 15/1/16 12:09, Andrei Chis a écrit : For remembered expressions: Delete the folders play-cache and play-stash from the directory of the image and run 'GTPlayBook cleanUp' before opening the playground. Andrei it would be good to have a menu entry to flush them. For the bindings: in the

[Pharo-dev] Color yzw

2016-01-15 Thread stepharo
Hi In the past in Pharo when a message was not matching an existing selector the selector was turned into red So we could see immediately that you typed an error. Right now, the behavior only exists for Class so Po is italiczec Pox is red I played with the blueStyleTable but I

Re: [Pharo-dev] spotter much slower (GTools 3.6)

2016-01-15 Thread Tudor Girba
Hi, Nice catch! I looked at it, and I cannot understand where the slowness comes from because there is essentially no change in the processors of a Behavior. Now I am intrigued. Please open an issue. Cheers, Doru > On Jan 15, 2016, at 10:32 AM, Nicolai Hess wrote:

Re: [Pharo-dev] [Moose-dev] [Pharo-users] [ann] gtdebugger in pharo 5.0

2016-01-15 Thread Tudor Girba
Hi, Thanks indeed for the feedback. I think not quite all are bugs, but see more details inside. > On Jan 14, 2016, at 12:59 PM, Andrei Chis wrote: > > Hi Nicolai, > > Thanks for reporting these issues. They are indeed bugs and we are working on > fixing them. >

Re: [Pharo-dev] spotter much slower (GTools 3.6)

2016-01-15 Thread Nicolai Hess
2016-01-15 14:02 GMT+01:00 Tudor Girba : > Hi, > > Oh, I got it. Your test does not test inside a class, but the top search. > > I now committed GT-SpotterExtensions-Core-TudorGirba.187 to only search > for exact references. Could you check? > Yes! Much better :) > >

[Pharo-dev] How can we flush the remembered expressions of Playground?

2016-01-15 Thread stepharo
Because when I turn videos I want to control the starting state of the system Then how do I reset the binding list? I could not find a menu entry. I found the resetBindings but it is not simple to grab the correct object. Stef

Re: [Pharo-dev] How can we flush the remembered expressions of Playground?

2016-01-15 Thread Tudor Girba
Hi, For manipulating the active bindings, you have a menu item on the top right: Doru > On Jan 15, 2016, at 12:09 PM, Andrei Chis wrote: > > For remembered expressions: Delete the folders play-cache and play-stash from > the directory of the image and run

Re: [Pharo-dev] How can we flush the remembered expressions of Playground?

2016-01-15 Thread Andrei Chis
For remembered expressions: Delete the folders play-cache and play-stash from the directory of the image and run 'GTPlayBook cleanUp' before opening the playground. For the bindings: in the list of displayed binding each binding has an action that removes it from the list (It has an X icon)

Re: [Pharo-dev] How can we flush the remembered expressions of Playground?

2016-01-15 Thread Cyril Ferlicot
I think there is a folder with the expressions stored in files. You can find the path in the GTPlayground settings. If you delete this folder that should be fine I guess but I don't have a computer with 32bits lib to check now. On Fri, Jan 15, 2016 at 12:02 PM, stepharo wrote:

[Pharo-dev] (Spec/Morphic) MorphTreeNodeMorph>>setSelectedSilently: does not seem to select silently.

2016-01-15 Thread Skip Lentz
Hi, I had some problems with TreeModel>>deselectAll. It appears that when one sends #deselectAll, the selectedItemsChanged block is passed a _non-empty_ selection. While debugging I saw that #setSelectedSilently: apart from setting a #selected instance variable, also sends #selected: to its

Re: [Pharo-dev] GTDebugger missing block parameters?

2016-01-15 Thread Nicolai Hess
2016-01-15 13:26 GMT+01:00 Stephan Eggermont : > When debugging a method containing a block with a parameter, > the parameter is missing from the variable list (because it is aliased?). > Yes, this happens with block vars from optimized blocks (ifNotNil:). The tempvars arent't

Re: [Pharo-dev] Color yzw

2016-01-15 Thread Nicolai Hess
2016-01-15 13:10 GMT+01:00 stepharo : > Hi > > In the past in Pharo when a message was not matching an existing selector > the selector was turned into red > I think this only happened for names not known as a symbol, regardless whether this symbol exists as a message selector

Re: [Pharo-dev] Color yzw

2016-01-15 Thread Nicolai Hess
No, you are right. It isn't shown in red, even if it is a unknown symbol. I'll have a look. 2016-01-15 13:28 GMT+01:00 Nicolai Hess : > > > 2016-01-15 13:10 GMT+01:00 stepharo : > >> Hi >> >> In the past in Pharo when a message was not matching an

Re: [Pharo-dev] spotter much slower (GTools 3.6)

2016-01-15 Thread Mariano Martinez Peck
This is not the case but related: https://pharo.fogbugz.com/f/cases/17381/GTSpotter-hangs-image-with-slow-internet-connection-catalog On Fri, Jan 15, 2016 at 9:33 AM, Tudor Girba wrote: > Hi, > > Nice catch! > > I looked at it, and I cannot understand where the slowness

Re: [Pharo-dev] [Pharo-users] [ANN] OSSubprocess first milestone

2016-01-15 Thread Mariano Martinez Peck
> > > Quick feedback: > > - the API seems great > - thank you very much for the documentation > Thanks! > - I wonder why you pass strings for stdout and stderr instead of streams > In which part exactly? In the method like #runAndWaitOnExitDo: ? if that was the question, then I simply thought

[Pharo-dev] [pharo-project/pharo-core]

2016-01-15 Thread GitHub
Branch: refs/tags/50528 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 600ec5: 50528

2016-01-15 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 600ec593e3899e60ae0faa71728ce5aef839b062 https://github.com/pharo-project/pharo-core/commit/600ec593e3899e60ae0faa71728ce5aef839b062 Author: Jenkins Build Server Date:

Re: [Pharo-dev] PluggableButtonMorph does not respect font size :(

2016-01-15 Thread Tudor Girba
Hi, > On Jan 14, 2016, at 11:19 AM, stepharo wrote: > > For the Pharo Mooc we need to use large font and we end up with this visual > glitch :( > I tried to dive into PluggableButtonMorph and I failed to found how to make > sure it computes the bound correctly. > Any help

Re: [Pharo-dev] [IMPORTANT] Starting migration to Spur VM

2016-01-15 Thread Nicolai Hess
2015-12-14 11:24 GMT+01:00 Esteban Lorenzano : > We will start migration to Spur today. > To complete it, we will require some time, specially to adapt the CI and > check everything is ok. > > Spur will allow us to do a big step forward in Pharo development, in the > concrete

Re: [Pharo-dev] [IMPORTANT] Starting migration to Spur VM

2016-01-15 Thread Alexandre Bergel
Could this be the cause of Johan crashes since Spur? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Jan 15, 2016, at 12:16 PM, Nicolai Hess wrote: > > > >

Re: [Pharo-dev] Color yzw

2016-01-15 Thread Nicolai Hess
2016-01-15 13:33 GMT+01:00 Nicolai Hess : > > > No, you are right. It isn't shown in red, even if it is a unknown symbol. > > I'll have a look. Oh, that is bad. The check for existing Symbols always succeeds, because Parsing an expression with RBParser creates RBMethod- and

Re: [Pharo-dev] [Moose-dev] [Pharo-users] [ann] gtdebugger in pharo 5.0

2016-01-15 Thread David Allouche
> On 15 Jan 2016, at 13:39, Tudor Girba wrote: >> On Jan 14, 2016, at 12:59 PM, Andrei Chis wrote: > >> Most (all?) other tools don't have Accept/Cancel buttons. > > The logic is that these are actions that do not depend on the selection, so

Re: [Pharo-dev] [Pharo-users] [ANN] OSSubprocess first milestone

2016-01-15 Thread Johan Fabry
That looks very cool to me, it would have come quite in handy for some project that I did last year ;-) > On Jan 15, 2016, at 13:13, Mariano Martinez Peck > wrote: > > Luc, Damien, et all. > > I implemented the kind of API Luc suggested, which was a great idea. I took

Re: [Pharo-dev] Package loader question

2016-01-15 Thread Trussardi Dario Romano
Thanks Max, > Hi Dario, > >> On 15 Jan 2016, at 16:58, Trussardi Dario Romano >> wrote: >> >> Ciao, >> >> i have some packages with some class definition. >> >> Now the package1 define Class1 and Class2 with some reference to classA >> and classB

[Pharo-dev] Git repository and branch for spur enable pharo-vm

2016-01-15 Thread Holger Freyther
Hi, what is the official pharo-vm git repository? It looks like github.com/pharo-project/pharo-vm is not being updated right now. It looks like esteban's fork is currently being used and the spur64 branch. Is that correct? Can it it to be used for spur32 and spure64? Is there any plan to merge

Re: [Pharo-dev] [IMPORTANT] Starting migration to Spur VM

2016-01-15 Thread Esteban Lorenzano
> On 15 Jan 2016, at 16:22, Alexandre Bergel wrote: > > Could this be the cause of Johan crashes since Spur? this what? > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu >

[Pharo-dev] Package loader question

2016-01-15 Thread Trussardi Dario Romano
Ciao, i have some packages with some class definition. Now the package1 define Class1 and Class2 with some reference to classA and classB defined into pachageA. packageA other hand, have some reference to class1 and class2. Now my question is:

Re: [Pharo-dev] Package loader question

2016-01-15 Thread Max Leske
Hi Dario, > On 15 Jan 2016, at 16:58, Trussardi Dario Romano > wrote: > > Ciao, > > i have some packages with some class definition. > > Now the package1 define Class1 and Class2 with some reference to classA > and classB defined into pachageA. > >

Re: [Pharo-dev] [Pharo-users] [ANN] OSSubprocess first milestone

2016-01-15 Thread Mariano Martinez Peck
Luc, Damien, et all. I implemented the kind of API Luc suggested, which was a great idea. I took also his API to answer Damien question of could we do a "tail -f" example. So I made a little example where I run "tail -f system.log" and I keep a Playground updated with the stdout :) Here is the

Re: [Pharo-dev] Color yzw

2016-01-15 Thread stepharo
> No, you are right. It isn't shown in red, even if it is a unknown symbol. > > I'll have a look. Oh, that is bad. The check for existing Symbols always succeeds, because Parsing an expression with RBParser creates RBMethod- and RBMessageNodes And they use always #asSymbol for its selectors.

Re: [Pharo-dev] Powerful ARM server

2016-01-15 Thread Thierry Goubier
Le 15/01/2016 02:07, Ben Coman a écrit : This might make a good CI server for ARM, or ARM based Pharo cloud. http://hothardware.com/news/amd-unveils-64-bit-arm-based-opteron-a1100-soc-with-integrated-10gbe-for-the-datacenter cheers -ben Have been waiting for that one for a long time...

Re: [Pharo-dev] How can we flush the remembered expressions of Playground?

2016-01-15 Thread stepharo
Yes I saw and with animation. Le 15/1/16 14:14, Tudor Girba a écrit : Hi, For manipulating the active bindings, you have a menu item on the top right: Doru On Jan 15, 2016, at 12:09 PM, Andrei Chis > wrote: For remembered

Re: [Pharo-dev] 17348 Enhance shortcut learnability

2016-01-15 Thread stepharo
ShortcutReminder should handle both - get a display strategy - it could use growl or a morph Stef Le 13/1/16 17:03, Cyril Ferlicot D. a écrit : Le 12/01/2016 21:03, Henrik Nergaard a écrit : Hi Stef, Something like this? (see attachment) Best regards, Henrik Hi,

Re: [Pharo-dev] [Moose-dev] [Pharo-users] [ann] gtdebugger in pharo 5.0

2016-01-15 Thread stepharo
- is "stackTop" now gone ? I thought you wanted to add it to the stack ? If we add it back I would like to have a real video explaining it. For now I'm starting to redo some old videos and also simple ones to explain basic points in Pharo. Stef - thisContext is gone as well ? These were

Re: [Pharo-dev] Color yzw

2016-01-15 Thread Sven Van Caekenberghe
> On 15 Jan 2016, at 20:38, stepharo wrote: > >> >> > No, you are right. It isn't shown in red, even if it is a unknown symbol. >> > >> > I'll have a look. >> >> Oh, that is bad. >> The check for existing Symbols always succeeds, because >> Parsing an expression with

[Pharo-dev] Growl setting name

2016-01-15 Thread Ferlicot D. Cyril
Apparently "Growl" is the name of Mac notification. But me, that never used Mac, I don't know that. I think I am not the only one in that case. If it's not just my ignorance, I propose to rename "Growl" as "Popup dialog" or "Popup" or "Popup dialog/Growl". What do you thing guys ? If you think

Re: [Pharo-dev] Growl setting name

2016-01-15 Thread Sven Van Caekenberghe
> On 15 Jan 2016, at 22:25, Henrik Nergaard wrote: > > NotificationMorph | NotifierMorph | InformationMorph ? +1 > Best regards, > Henrik > > -Original Message- > From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Tudor > Girba > Sent:

Re: [Pharo-dev] Growl setting name

2016-01-15 Thread Nicolai Hess
2016-01-15 22:25 GMT+01:00 Henrik Nergaard : > NotificationMorph | NotifierMorph | InformationMorph ? > +1 for Notification > Best regards, > Henrik > > -Original Message- > From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of > Tudor Girba

Re: [Pharo-dev] Growl setting name

2016-01-15 Thread Tudor Girba
Hi I think it should not be named “dialog” and “popup” is too generic. How about “PopupInfo”? Doru > On Jan 15, 2016, at 10:11 PM, Ferlicot D. Cyril > wrote: > > Apparently "Growl" is the name of Mac notification. But me, that never > used Mac, I don't know that.

Re: [Pharo-dev] Growl setting name

2016-01-15 Thread Henrik Nergaard
NotificationMorph | NotifierMorph | InformationMorph ? Best regards, Henrik -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Tudor Girba Sent: Friday, January 15, 2016 10:21 PM To: Pharo Development List Subject: Re:

Re: [Pharo-dev] Growl setting name

2016-01-15 Thread Henrik Nergaard
The underlying class and implementation relies on Morph and since it is also a subclass of Morph, should end with the Morph postfix. Had the implementation used Bloc or similar I would expect it to be named ...Bloc or ...Brick to signal this. Best regards, Henrik -Original Message-

Re: [Pharo-dev] Growl setting name

2016-01-15 Thread Mariano Martinez Peck
I clearly would use Notification as part of the name, and not Growl. NotificationPopup? On Fri, Jan 15, 2016 at 6:42 PM, Henrik Nergaard wrote: > The underlying class and implementation relies on Morph and since it is > also a subclass of Morph, should end with the Morph

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread David Allouche
> On 15 Jan 2016, at 21:01, stepharo wrote: > > Le 15/1/16 20:45, David Allouche a écrit : > >> it does not show the package that contains my fix (Spec-Tools) > This is strange. And MC shows the package as dirty? Then this is a bug. I do not know how MC shows a package as

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Nicolai Hess
2016-01-15 23:23 GMT+01:00 Nicolai Hess : > > > 2016-01-15 23:16 GMT+01:00 David Allouche : > >> >> On 15 Jan 2016, at 21:01, stepharo wrote: >> >> Le 15/1/16 20:45, David Allouche a écrit : >> >> >>1. it does not show the package

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Ferlicot D. Cyril
Le 15/01/2016 23:24, Nicolai Hess a écrit : > > Maybe, we should include some screenshots on the "Contribute to Pharo" page. > > And maybe a screencast :) -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread David Allouche
> On 15 Jan 2016, at 23:23, Nicolai Hess wrote: > 2016-01-15 23:16 GMT+01:00 David Allouche >: >> On 15 Jan 2016, at 21:01, stepharo > > wrote: >> Le 15/1/16 20:45, David

Re: [Pharo-dev] Growl setting name

2016-01-15 Thread Ferlicot D. Cyril
Le 15/01/2016 22:51, Mariano Martinez Peck a écrit : > I clearly would use Notification as part of the name, and not Growl. > NotificationPopup? > I love this one! > -- > Mariano > http://marianopeck.wordpress.com -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread David Allouche
> On 15 Jan 2016, at 23:55, Nicolai Hess wrote: > > 2016-01-15 23:48 GMT+01:00 David Allouche >: > > Built a new latest image. Now I no longer have any syntax highlighting in the > debuggers or class browser… > > Now,

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread David Allouche
> On 15 Jan 2016, at 23:58, David Allouche wrote: >> >> I am now (at this moment) working with the image version 50528. > > Yes, that's the one where syntax highlighting appears broken. Nevermind, it works… I must have imagined it did not, or a transient bout of

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Nicolai Hess
2016-01-15 23:33 GMT+01:00 David Allouche : > > On 15 Jan 2016, at 23:23, Nicolai Hess wrote: > 2016-01-15 23:16 GMT+01:00 David Allouche : >> >> On 15 Jan 2016, at 21:01, stepharo wrote: >> Le 15/1/16 20:45, David

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Ben Coman
On Sat, Jan 16, 2016 at 6:57 AM, David Allouche wrote: > > On 15 Jan 2016, at 23:49, Nicolai Hess wrote: > > 2016-01-15 23:33 GMT+01:00 David Allouche : >> >> >> So yes, it's broken, but maybe it's something else entirely, I get new

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Nicolai Hess
2016-01-15 23:48 GMT+01:00 David Allouche : > > > On 15 Jan 2016, at 23:33, David Allouche wrote: > > > > So yes, it's broken, but maybe it's something else entirely, I get new > reproducible errors every few minutes: errors when activating pretty >

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread David Allouche
> On 15 Jan 2016, at 23:33, David Allouche wrote: > > So yes, it's broken, but maybe it's something else entirely, I get new > reproducible errors every few minutes: errors when activating pretty printing > in the diff viewer in Monticello, unexpected contextual menu

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Ben Coman
On Sat, Jan 16, 2016 at 9:42 AM, Ben Coman wrote: > On Sat, Jan 16, 2016 at 6:57 AM, David Allouche wrote: >> >> On 15 Jan 2016, at 23:49, Nicolai Hess wrote: >> >> 2016-01-15 23:33 GMT+01:00 David Allouche :

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread David Allouche
> On 15 Jan 2016, at 23:49, Nicolai Hess wrote: > > 2016-01-15 23:33 GMT+01:00 David Allouche >: > > So yes, it's broken, but maybe it's something else entirely, I get new > reproducible errors every few minutes: errors

[Pharo-dev] How do you normally merge Git branches with Metadata-less GitFileTree?

2016-01-15 Thread Mariano Martinez Peck
Hi guys, First, let me say that I found very cool that I can do a "git checkout X" from command line, and from Pharo, opening the MC browser detects I am in another branch and everything seems to work. So I guess that's the way I manage branches? Simply "git checkout X" and then go to MC , and do

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Nicolai Hess
2016-01-16 0:07 GMT+01:00 David Allouche : > > > On 15 Jan 2016, at 23:58, David Allouche wrote: > >> > >> I am now (at this moment) working with the image version 50528. > > > > Yes, that's the one where syntax highlighting appears broken. > > Nevermind,

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Henrik Sperre Johansen
Or, try a stable release. Whenever I try developing on the latest version, I end up getting disrupted by bugs in the core tools 70-80% of the time. For released versions, in 1.4 it was maybe 5%, in 2.0 40%, in 3.0 20%, in 4.0 10% So at least it's been trending downwards, though I expect a totally

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Ben Coman
On Sat, Jan 16, 2016 at 3:45 AM, David Allouche wrote: > Hello, > > I believe the Contributing to Pharo page > http://pharo.org/contribute-propose-fix > is out of date. > > I found a bug > > https://pharo.fogbugz.com/f/cases/17396/MonticelloRepositoryBrowser-example-MNU > >

Re: [Pharo-dev] #sum:, #detectSum:, #sumNumbers:

2016-01-15 Thread Max Leske
Ok. So while the “decorator” approach looks fantastic it will obviously have its own drawbacks. Discussing this on the mailing list is very tiering, so I suggest that this should be discussed during the next sprint or Pharo days. Since I will not be able to attend either one, can I ask one of