[Pharo-dev] Lets Talk about Pharo Help tool

2013-09-11 Thread Torsten Bergmann
Ben wrote kilon wrote: I already have started documenting my GLTutorial package using the pharo help tool. It wont be long till I finish that, next is nativeboost. I took a look at help tool packages , looks like classes are way more simple than I expected which is good thing, they are easy

Re: [Pharo-dev] Debugger 'thisContext' variable name change to 'self'

2013-09-11 Thread Clément Bera
Hello, Actually I ported this inspector to Spec and I forgot to change the label. To me this is a bug. I opened bug 11576 https://pharo.fogbugz.com/default.asp?11576 . A slice is in inbox. I guess it will be in Pharo 3 before the end of the day. Thanks for the feedback :) Clement 2013/9/11

Re: [Pharo-dev] Debugger 'thisContext' variable name change to 'self'

2013-09-11 Thread Marcus Denker
On Sep 11, 2013, at 8:52 AM, Clément Bera bera.clem...@gmail.com wrote: Hello, Actually I ported this inspector to Spec and I forgot to change the label. To me this is a bug. I opened bug 11576 . A slice is in inbox. I guess it will be in Pharo 3 before the end of the day. of

[Pharo-dev] [update 3.0] #30388

2013-09-11 Thread Marcus Denker
30388 - 11572 Cannot create new protocols https://pharo.fogbugz.com/f/cases/11572 11570 Clean up some send of #halt https://pharo.fogbugz.com/f/cases/11570 11567 Some methods in SequenceableCollection should be moved to PolygonMorph

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread Esteban Lorenzano
yes you are right, but in fact Stef documentation is ok... just ahead of his time: we still didn't have the time to integrate the change who will change #on:do:, but it will come... :) Esteban On Sep 10, 2013, at 11:02 PM, kilon theki...@yahoo.co.uk wrote: Stephane please note that your

[Pharo-dev] [update 3.0] #30389

2013-09-11 Thread Marcus Denker
30389 - 11559 Move TranslucentPattern and Highlights from Color to its users https://pharo.fogbugz.com/f/cases/11559 11558 ColormakeForegroundColor should be called #contrastringForegroundColor https://pharo.fogbugz.com/f/cases/11558 11576 ThisContext

[Pharo-dev] [regression reporter]regression occurred

2013-09-11 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=mac/490/ 2 regressions found. Tests.Release.ReleaseTest.testUndeclared Zinc.Zodiac.ZnHTTPSTests.testWikimedia

[Pharo-dev] [regression reporter]regression occurred

2013-09-11 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=win/490/ 1 regressions found. Tests.Release.ReleaseTest.testUndeclared

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread kilon
Ah ok, no problemo I am in no hurry, and I agree its a very important change as it makes things a lot more readable. -- View this message in context: http://forum.world.st/How-to-bind-keyboard-shortcuts-to-messages-tp4707525p4707605.html Sent from the Pharo Smalltalk Developers mailing list

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread Guillermo Polito
Hehey! I just downloaded latest 3.0 and #bindKeyCombination: toAction: is there (you made me doubt if I did it or not! :P) But yes, the api for 20 is on:do: and it changed for 30 to clarify. On Wed, Sep 11, 2013 at 9:32 AM, kilon theki...@yahoo.co.uk wrote: Ah ok, no problemo I am in no

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread Goubier Thierry
Le 11/09/2013 09:49, Guillermo Polito a écrit : Hehey! I just downloaded latest 3.0 and #bindKeyCombination: toAction: is there (you made me doubt if I did it or not! :P) But yes, the api for 20 is on:do: and it changed for 30 to clarify. Me, I'm getting a bit confused in 30 about that:).

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread kilon
yes you are correct of course, it has changed, I download latest image and now it works. Apparently Pharo moves too fast forward for me :D Will need to make more regular download of images. Actually now that I think of it I need to ask another question of the list about staying up to date, I think

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread Goubier Thierry
Le 11/09/2013 10:05, kilon a écrit : yes you are correct of course, it has changed, I download latest image and now it works. Apparently Pharo moves too fast forward for me :D Will need to make more regular download of images. Actually now that I think of it I need to ask another question of

[Pharo-dev] How to state up to date with Pharo ?

2013-09-11 Thread kilon
So what the best way to ensure that I have the latest version of pharo ? To tell you the truth I kinda miss git/github ability to keep me update to the latest version of things. The problem with pharo is that it uses its own internal system and updating things is not as simple as a git pull. So

Re: [Pharo-dev] How to state up to date with Pharo ?

2013-09-11 Thread Goubier Thierry
My approach: make clean make With a makefile similar to: https://github.com/ThierryGoubier/AltBrowser/blob/master/Documentation/Makefile Some of the usefull scripts are: wget -0- get.pharo.org/30+vm | bash Will get you the latest vm and the latest image. You can also rely on the pharo ppa

Re: [Pharo-dev] How to state up to date with Pharo ?

2013-09-11 Thread Damien Cassou
On Wed, Sep 11, 2013 at 10:12 AM, kilon theki...@yahoo.co.uk wrote: So what the best way to ensure that I have the latest version of pharo ? what many of do is to let a continuous integration server build your application on top of the latest Pharo everyday. So, you would have to: - push your

[Pharo-dev] Update of ConfigurationOfOSProcess

2013-09-11 Thread Goubier Thierry
Hi all, I have updated ConfigurationOfOSProcess and ConfigurationOfCommandShell to load the latest versions of OSProcess and CommandShell. I uploaded ConfigurationOfOSProcess in the Pharo20 Meta repository, the Pharo30 Meta repository, and both configurations in squeaksource meta repository.

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread Guillermo Polito
On Wed, Sep 11, 2013 at 10:03 AM, Goubier Thierry thierry.goub...@cea.frwrote: Le 11/09/2013 09:49, Guillermo Polito a écrit : Hehey! I just downloaded latest 3.0 and #bindKeyCombination: toAction: is there (you made me doubt if I did it or not! :P) But yes, the api for 20 is on:do: and

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread Goubier Thierry
Le 11/09/2013 12:51, Guillermo Polito a écrit : On Wed, Sep 11, 2013 at 10:03 AM, Goubier Thierry thierry.goub...@cea.fr mailto:thierry.goub...@cea.fr wrote: Le 11/09/2013 09:49, Guillermo Polito a écrit : Hehey! I just downloaded latest 3.0 and #bindKeyCombination:

[Pharo-dev] [update 3.0] #30390

2013-09-11 Thread Marcus Denker
30390 - 10633 SettingsBrowser is *extremely* slow https://pharo.fogbugz.com/f/cases/10633 11580 PharoUsers#initialize should not set gravatar https://pharo.fogbugz.com/f/cases/11580 11577 Undeclared Variables: HighLightBitmaps-nil #TranslucentPatterns-nil

Re: [Pharo-dev] How to state up to date with Pharo ?

2013-09-11 Thread Esteban A. Maringolo
Damien: Is there some guide to do the same in a private environment? I is... using an HTTP/FTP/Git server as the monticello repo (SmalltalkHub seems overkill). Kilon: I guess the main prerequisite is to have all the Monticello packages of your classes properly configured, and also the Metacello

[Pharo-dev] [regression reporter]regression occurred

2013-09-11 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=win/491/ 1 regressions found. Zinc.Zodiac.ZnHTTPSTests.testGetPharoVersion

Re: [Pharo-dev] How to state up to date with Pharo ?

2013-09-11 Thread Damien Cassou
On Wed, Sep 11, 2013 at 2:35 PM, Esteban A. Maringolo emaring...@gmail.com wrote: Is there some guide to do the same in a private environment? I is... using an HTTP/FTP/Git server as the monticello repo (SmalltalkHub seems overkill). sure, you can set up your own jenkins server that downloads

Re: [Pharo-dev] Update of ConfigurationOfOSProcess

2013-09-11 Thread Goubier Thierry
Well, I waited for Sean to do it for Pharo2.0 last time around, so it's time I shoulder my part :) But this means my gitfiletree is getting out of date with filetree and that I have no more excuses to avoid doing it :( Thierry Le 11/09/2013 15:20, Tudor Girba a écrit : Thank you indeed.

[Pharo-dev] Pharo Sprint in Buenos Aires - this saturday!

2013-09-11 Thread Gisela Decuzzi
Pharo Sprint in Buenos Aires! When: sept 14 (This saturday!) We start at 10 and estimated finish at 17:00. You can join in any moment! Where: 10Pines http://www.10pines.com/ (Av Leandro N. Alem 693 5°B) We will fix bugs and we are talking about improving usability (specially in Linux!) 2013/9/6

Re: [Pharo-dev] NBOpengl Error : IcompatibleLayoutConflict

2013-09-11 Thread kilon
So this mean this is more of a warning than an error and it does not really affect the installation of NBOpenGL ? and what it means by invalid state for a small period ? is that a bytecode issue or an object issue ? Camillo Bruni-3 wrote yeah we have to have solve this somehow, it is a

Re: [Pharo-dev] NBOpengl Error : IcompatibleLayoutConflict

2013-09-11 Thread Camillo Bruni
yeah we have to have solve this somehow, it is a side-effect of the new class-builder which actually properly validates the layouts of classes. If you modify classes with monticello they might end up in an invalid state for a short period. Previously this went undetected, the SlotClassBuilder

Re: [Pharo-dev] Pharo Sprint in Buenos Aires - this saturday!

2013-09-11 Thread Guillermo Polito
On Wed, Sep 11, 2013 at 3:50 PM, Gisela Decuzzi giseladecu...@gmail.comwrote: Pharo Sprint in Buenos Aires! When: sept 14 (This saturday!) We start at 10 and estimated finish at 17:00. You can join in any moment! Where: 10Pines http://www.10pines.com/ (Av Leandro N. Alem 693 5°B) We will fix

Re: [Pharo-dev] Pharo Sprint in Buenos Aires - this saturday!

2013-09-11 Thread Camillo Bruni
On 2013-09-11, at 18:40, Guillermo Polito guillermopol...@gmail.com wrote: On Wed, Sep 11, 2013 at 3:50 PM, Gisela Decuzzi giseladecu...@gmail.comwrote: Pharo Sprint in Buenos Aires! When: sept 14 (This saturday!) We start at 10 and estimated finish at 17:00. You can join in any moment!

Re: [Pharo-dev] NBOpengl Error : IcompatibleLayoutConflict

2013-09-11 Thread Camillo Bruni
Well no it is an error since the classes are in an invalid state. It is not possible to do all migrations with Monticello and keep all classes in a sane condition all the time. Just image moving an instance variable from a subclass which is in one monticello package B to a superclass which is in

[Pharo-dev] Fwd: NBFFI version of the OpenDBXDriver

2013-09-11 Thread Rocio Amaya
* Hi! * * I'd like to show a bit the outcome of the first iteration of the DBXTalk Gsoc of this year. First, I've been adapting myself to the environment and technology (DBXTalk, OpenDBX, TalkFFI), and I've written some little tutorials of what I've learnt about them: - Post of how to install

Re: [Pharo-dev] cannot commit with gofer to sthub (HTTP 403)

2013-09-11 Thread Tudor Girba
Hi, Yes, I know that. I was just saying that I tried multiple variations just in case someone wanted to know. The debugger is not particularly helpful here: I just get a 403 response which means that the authentication fails. I cannot see where the problem is. Cheers, Doru On Tue, Sep 10,