Re: [Pharo-dev] thisContext and block

2013-07-25 Thread Stéphane Ducasse
Thanks. Ok This is clear now - the outerContext is like my scheme environment. This is what I was thinking but the examples I was trying (stupidly) where just passing the block as argument to different methods and they were not changing the outerContext :) Clement will write some class

Re: [Pharo-dev] [Pharo-users] [Moose-dev] Re: Re: [ann] snapshotcello

2013-07-25 Thread Stéphane Ducasse
Hi dale do you plan to write a visitor on metacello spec? Stef On Jul 24, 2013, at 9:38 PM, Dale K. Henrichs dale.henri...@gemtalksystems.com wrote: Doru, Are you going to be at ESUG this year? I think there are some features of the Metacello Preview that can be of a great help to

[Pharo-dev] Fwd: [Pharo-bugtracker] FogBugz (Case [Issue]11237) Collection - #sorted no longer copies Arrays

2013-07-25 Thread Stéphane Ducasse
We should add a test and fix that issue. From: Pharo Issue Tracker do-not-re...@pharo.fogbugz.com Subject: [Pharo-bugtracker] FogBugz (Case [Issue]11237) Collection - #sorted no longer copies Arrays Date: July 25, 2013 12:14:23 AM GMT+02:00 To: pharo-bugtrac...@lists.gforge.inria.fr

Re: [Pharo-dev] thisContext and block

2013-07-25 Thread Clément Bera
I wrote some class comments, but somehow it cannot be merged in Pharo in a normal way. Warning: 'You should not change blockclosure' or something like that I will check with Marcus later. 2013/7/25 Stéphane Ducasse stephane.duca...@inria.fr Thanks. Ok This is clear now - the outerContext is

Re: [Pharo-dev] [Pharo-users] [Moose-dev] Re: Re: [ann] snapshotcello

2013-07-25 Thread Tudor Girba
Unfortunately, I will not be able to join :( Doru On Wed, Jul 24, 2013 at 9:38 PM, Dale K. Henrichs dale.henri...@gemtalksystems.com wrote: Doru, Are you going to be at ESUG this year? I think there are some features of the Metacello Preview that can be of a great help to your Moose

Re: [Pharo-dev] [Pharo-users] [Moose-dev] Re: Re: [ann] snapshotcello

2013-07-25 Thread Tudor Girba
This would be so cool :). Doru On Thu, Jul 25, 2013 at 8:47 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi dale do you plan to write a visitor on metacello spec? Stef On Jul 24, 2013, at 9:38 PM, Dale K. Henrichs dale.henri...@gemtalksystems.com wrote: Doru, Are you

Re: [Pharo-dev] thisContext and block

2013-07-25 Thread Stéphane Ducasse
For the people following I added a test to show the homeContext of a block | homeContext b1 | homeContext := thisContext. b1 := [| b2 | self assert: thisContext closure == b1. self assert: b1 outerContext == homeContext. self assert: b1 home = homeContext.

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

2013-07-25 Thread GitHub
Branch: refs/tags/30299 Home: https://github.com/pharo-project/pharo-core

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

2013-07-25 Thread GitHub
Branch: refs/tags/30298 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 332e8c: 30298

2013-07-25 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 332e8c4ead04b4a592097e915c355841cc6a9023 https://github.com/pharo-project/pharo-core/commit/332e8c4ead04b4a592097e915c355841cc6a9023 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] thisContext and block

2013-07-25 Thread Clément Bera
Perhaps you should add some value message so that the assertions are actually run, shouldn't you ? 2013/7/25 Stéphane Ducasse stephane.duca...@inria.fr For the people following I added a test to show the homeContext of a block | homeContext b1 | homeContext := thisContext. b1 := [| b2 |

Re: [Pharo-dev] thisContext and block

2013-07-25 Thread Camille Teruel
On 25 juil. 2013, at 13:12, Clément Bera wrote: Perhaps you should add some value message so that the assertions are actually run, shouldn't you ? I always felt that e-mails lack an unsend command :D 2013/7/25 Stéphane Ducasse stephane.duca...@inria.fr For the people following I added a

Re: [Pharo-dev] thisContext and block

2013-07-25 Thread Guillermo Polito
On Thu, Jul 25, 2013 at 1:17 PM, Camille Teruel camille.ter...@gmail.comwrote: On 25 juil. 2013, at 13:12, Clément Bera wrote: Perhaps you should add some value message so that the assertions are actually run, shouldn't you ? I always felt that e-mails lack an unsend command :D Or gmail

[Pharo-dev] X11 window manager in Pharo

2013-07-25 Thread laurent laffont
Hi, I will have one full week dedicated to Pharo, now I must decide what to do. One fun thing would be to write a X11 window manager (based on TilingWindowManager), so I could run Emacs, shells and all stuff in Pharo, even Pharo in Pharo :) I've tried some months ago to translate this example

Re: [Pharo-dev] X11 window manager in Pharo

2013-07-25 Thread Guillermo Polito
On Thu, Jul 25, 2013 at 1:54 PM, laurent laffont laurent.laff...@gmail.comwrote: Hi, I will have one full week dedicated to Pharo, now I must decide what to do. One fun thing would be to write a X11 window manager (based on TilingWindowManager), so I could run Emacs, shells and all stuff in

Re: [Pharo-dev] [Pharo-users] [Moose-dev] Re: Re: [ann] snapshotcello

2013-07-25 Thread Dale K. Henrichs
That's going to make working out Metacello details a bit difficult:( Dale - Original Message - | From: Tudor Girba tu...@tudorgirba.com | To: Pharo Development List pharo-dev@lists.pharo.org | Sent: Thursday, July 25, 2013 1:08:30 AM | Subject: Re: [Pharo-dev] [Pharo-users]

Re: [Pharo-dev] X11 window manager in Pharo

2013-07-25 Thread laurent laffont
I will have one full week dedicated to Pharo, now I must decide what to do. One fun thing would be to write a X11 window manager (based on TilingWindowManager), so I could run Emacs, shells and all stuff in Pharo, even Pharo in Pharo :) You mean implementing a native interface using X11?

Re: [Pharo-dev] [Pharo-users] [Moose-dev] Re: Re: [ann] snapshotcello

2013-07-25 Thread Dale K. Henrichs
Stef, In Metacello there are more than one way to visit specs: - raw specs - merged specs - specs by section - resolved specs - there are more If you are reasoning about the packages visible for a particular combination of attributes (#common, #pharo, etc.) then you are interested in

Re: [Pharo-dev] X11 window manager in Pharo

2013-07-25 Thread Igor Stasenko
On 25 July 2013 14:14, laurent laffont laurent.laff...@gmail.com wrote: I will have one full week dedicated to Pharo, now I must decide what to do. One fun thing would be to write a X11 window manager (based on TilingWindowManager), so I could run Emacs, shells and all stuff in Pharo, even

Re: [Pharo-dev] thisContext and block

2013-07-25 Thread Stéphane Ducasse
:) On Jul 25, 2013, at 1:20 PM, Guillermo Polito guillermopol...@gmail.com wrote: On Thu, Jul 25, 2013 at 1:17 PM, Camille Teruel camille.ter...@gmail.com wrote: On 25 juil. 2013, at 13:12, Clément Bera wrote: Perhaps you should add some value message so that the assertions are

Re: [Pharo-dev] [Pharo-users] [Moose-dev] Re: Re: [ann] snapshotcello

2013-07-25 Thread Stéphane Ducasse
In Metacello there are more than one way to visit specs: - raw specs - merged specs - specs by section - resolved specs - there are more If you are reasoning about the packages visible for a particular combination of attributes (#common, #pharo, etc.) then you are interested in

Re: [Pharo-dev] X11 window manager in Pharo

2013-07-25 Thread Igor Stasenko
On 25 July 2013 15:32, Stéphane Ducasse stephane.duca...@inria.fr wrote: Igor Laurent will probably want to get you around next week :) Sure, i can help with understanding how to use FFI. Stef I will have one full week dedicated to Pharo, now I must decide what to do. One fun thing would

Re: [Pharo-dev] Problem with strings, quotes and scape them

2013-07-25 Thread Mariano Martinez Peck
Thanks Chris, the #printString was indeed a good idea :) On Wed, Jul 24, 2013 at 1:38 PM, Chris Cunningham cunningham...@gmail.comwrote: Doesn't just #printString do this? It escapes single strings into doubles - should do what you want if it is definitely a string. -Chris On Wed, Jul

Re: [Pharo-dev] Problem with strings, quotes and scape them

2013-07-25 Thread Igor Stasenko
On 24 July 2013 18:38, Chris Cunningham cunningham...@gmail.com wrote: Doesn't just #printString do this? It escapes single strings into doubles - should do what you want if it is definitely a string. -Chris yes, printString does exactly what you want. On Wed, Jul 24, 2013 at 8:34 AM,

Re: [Pharo-dev] [update 3.0] #30296

2013-07-25 Thread Christophe Demarey
Hello, This release breaks the right click on the mouse. The event is not handled anymore. I checked #30295 = ok, images = #30296 ko Christophe. Le 24 juil. 2013 à 14:46, Marcus Denker a écrit : 30296 - 10448 Smalltalk os should use instance of OSPlatform