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

2016-01-14 Thread Luc Fabresse
Hi Mariano, Thanks to tackle and document these things! I did not read all what you wrote yet, but do you have also the possibility to process stdout/stderr while the external process is running and not only on exit? Something like: OSSUnixSubprocess new command: 'reallyLongToExecuteCommand

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

2016-01-14 Thread Thierry Goubier
And for those who would like to use it (or for Mac OS X users), a GitFileTree version using it is available by loading it this way: Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:issue_171/repository'; load: 'Git' Regards, Thierry Le 14/

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

2016-01-14 Thread Damien Cassou
On January 14, 2016 7:33:56 PM GMT+01:00, Mariano Martinez Peck wrote: >Dear all, > >I am happy to tell you I have a first prototype of the tool for >executing >OS processes: > >https://github.com/marianopeck/OSSubprocess > > As I said many times, the main idea was to be as much as possible >FFI-

Re: [Pharo-users] Working with a compressed Fuel file?

2016-01-14 Thread Mariano Martinez Peck
And what happened with the vm gzip crash? Still around? On Tue, Jan 5, 2016 at 3:43 PM, Stephan Eggermont wrote: > On 05-01-16 16:29, Stephan Eggermont wrote: > >> Writing out the 71712 unique definitions in this project separately is >> 54MB. The project consists of 17 packages with 2723 packag

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

2016-01-14 Thread David T. Lewis
On Thu, Jan 14, 2016 at 03:33:56PM -0300, Mariano Martinez Peck wrote: > Dear all, > > I am happy to tell you I have a first prototype of the tool for executing > OS processes: > > https://github.com/marianopeck/OSSubprocess > > As I said many times, the main idea was to be as much as possible

Re: [Pharo-users] Spec: Populating a playground with a particular content (was Re: Spec: Binding widgets how to)

2016-01-14 Thread Nicolai Hess
2016-01-14 17:20 GMT+01:00 Offray Vladimir Luna Cárdenas : > Hi Nicolai, > > That was the issue. Now it's working! I was trying to test different > combinations to see why UI updating was not happening but I got the > variations wrong (one true, another false, instead of both false :-) ). > > The

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
No problem, I will do that. :) Julien On 14/01/16 16:33, Sven Van Caekenberghe wrote: Julien, On 14 Jan 2016, at 15:42, Julien Delplanque wrote: Hey everyone, I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
:) On 14/01/16 16:05, stepharo wrote: Thanks I never got any lecture on this machine so I will read it :) But there is no explanation about the mathematical model (there is too much things to say), just how to simulate it... :) Le 14/1/16 15:42, Julien Delplanque a écrit : Hey everyone, I

Re: [Pharo-users] I am David Allouche, let me introduce myself.

2016-01-14 Thread Hilaire
Le 13/01/2016 18:29, David Allouche a écrit : > > The fact Smalltalk the language cannot be taken in isolation from > Smalltalk the environment became clear rather early on: reading the > UPBE and other materials shows that the language itself does almost > nothing: it cannot even define classes

Re: [Pharo-users] Slow object printOn: with EURO symbol

2016-01-14 Thread Hilaire
I don't think like I want to hack on the system to get normal time response. I will use #render: when it will gets too slow, even if it breaks the beauty of the code. This is the kind of problem where newbie may think Pharo is slow. Hilaire Le 05/01/2016 18:59, Ben Coman a écrit : > On Tue, Jan 5

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Stephan Eggermont
On 14-01-16 19:17, Esteban A. Maringolo wrote: The thing is the vm and the image are located in different directories (at least in Linux), following quite properly the recommended locations for different kind of files. vms are data, just like images :) Stephan

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

2016-01-14 Thread Mariano Martinez Peck
On Thu, Jan 14, 2016 at 3:44 PM, Ferlicot D. Cyril wrote: > Le 14/01/2016 19:33, Mariano Martinez Peck a écrit : > > Dear all, > > > > I am happy to tell you I have a first prototype of the tool for > > executing OS processes: > > > > https://github.com/marianopeck/OSSubprocess > > > > As I said

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

2016-01-14 Thread Ferlicot D. Cyril
Le 14/01/2016 19:33, Mariano Martinez Peck a écrit : > Dear all, > > I am happy to tell you I have a first prototype of the tool for > executing OS processes: > > https://github.com/marianopeck/OSSubprocess > > As I said many times, the main idea was to be as much as possible > FFI-based, only

[Pharo-users] [ANN] OSSubprocess first milestone

2016-01-14 Thread Mariano Martinez Peck
Dear all, I am happy to tell you I have a first prototype of the tool for executing OS processes: https://github.com/marianopeck/OSSubprocess As I said many times, the main idea was to be as much as possible FFI-based, only for executing OS commands and, from my point of view, a better end-user

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Esteban A. Maringolo
2016-01-14 14:58 GMT-03:00 Stephan Eggermont : > On 14-01-16 18:49, Blondeau Vincent wrote: >> >> I don't think so. One needs to add the spur VM in the package and set a >> default relative path in the Pharo launcher image. >> Should be easy. > > > I hope so. A version with both vms would be much e

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Stephan Eggermont
On 14-01-16 18:49, Blondeau Vincent wrote: I don't think so. One needs to add the spur VM in the package and set a default relative path in the Pharo launcher image. Should be easy. I hope so. A version with both vms would be much easier for new users. Considering that we want to be able to a

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Blondeau Vincent
I don't think so. One needs to add the spur VM in the package and set a default relative path in the Pharo launcher image. Should be easy. Vincent > -Message d'origine- > De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de > Yuriy Tymchuk > Envoyé : jeudi 14 janvi

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Yuriy Tymchuk
Amazing. Is there any technical difficulty of shipping Launcher bundled with 2 vm? Because I can try to do that. Uko > On 14 Jan 2016, at 18:31, Blondeau Vincent > wrote: > > Hi, > > It is *automatic* :) > > You just setup the location of both pre and spur images in the launcher. It > wi

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Blondeau Vincent
Hi, It is *automatic* :) You just setup the location of both pre and spur images in the launcher. It will find in the image header the one it should use. Vincent > -Message d'origine- > De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de > Yuriy Tymchuk > Envoyé

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Yuriy Tymchuk
But how does it work? Doest the launcher detect which vm should be used for the image that you are launching, or you have to switch something? Uko > On 14 Jan 2016, at 18:18, Damien Cassou wrote: > > Hi list, > > thanks to the awesome work of Vincent Blondeau, Stephan Eggermont and > Cyril Fe

[Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Damien Cassou
Hi list, thanks to the awesome work of Vincent Blondeau, Stephan Eggermont and Cyril Ferlicot, Pharo Launcher 0.2.9 can be configured to open both spur and pre-spur Pharo images. You can download this version from http://www.smalltalkhub.com/#!/~Pharo/PharoLauncher. You can safely replace your e

Re: [Pharo-users] I am David Allouche, let me introduce myself.

2016-01-14 Thread Ben Coman
On Thu, Jan 14, 2016 at 9:05 PM, David Allouche wrote: >>> I can't remember who famous said something like "The only languages >>> worth learning are the ones that changes the way you think about >>> programming..." and I found that with Smalltalk & Pharo. > > Oh, I just found it. > > Epigram 19

Re: [Pharo-users] Spec: Populating a playground with a particular content (was Re: Spec: Binding widgets how to)

2016-01-14 Thread Offray Vladimir Luna Cárdenas
Hi Nicolai, That was the issue. Now it's working! I was trying to test different combinations to see why UI updating was not happening but I got the variations wrong (one true, another false, instead of both false :-) ). The next step I'm working on in populating the GTPlayPage with some par

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Sven Van Caekenberghe
Julien, > On 14 Jan 2016, at 15:42, Julien Delplanque wrote: > > Hey everyone, > > I had a course named "Calculabilty and Complexity" last year and I > implemented a Turing > Machine simulator using Pharo just to see how easy/hard it would be (it was > quite easy :) ). > > I also wrote a lit

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread stepharo
Thanks I never got any lecture on this machine so I will read it :) Le 14/1/16 15:42, Julien Delplanque a écrit : Hey everyone, I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see how easy/hard it would be (it was

[Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
Hey everyone, I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see how easy/hard it would be (it was quite easy :) ). I also wrote a little thing on medium about it [1] (I just took half an hour to review it and I

Re: [Pharo-users] I am David Allouche, let me introduce myself.

2016-01-14 Thread David Allouche
>> I can't remember who famous said something like "The only languages >> worth learning are the ones that changes the way you think about >> programming..." and I found that with Smalltalk & Pharo. Oh, I just found it. Epigram 19 by Alan J. Perlis. http://pu.inf.uni-tuebingen.de/users/klaeren/

Re: [Pharo-users] SSL client certificates

2016-01-14 Thread Norbert Hartl
> Am 14.01.2016 um 12:42 schrieb Sven Van Caekenberghe : > >> >> On 14 Jan 2016, at 12:12, Norbert Hartl wrote: >> >>> >>> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : >>> >>> Given a ZdcSecureSocketStream you can access the #sslSession. In this >>> session object you can use #cer

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

2016-01-14 Thread Andrei Chis
Hi Nicolai, Thanks for reporting these issues. They are indeed bugs and we are working on fixing them. Cheers, Andrei On Tue, Jan 12, 2016 at 11:24 PM, Nicolai Hess wrote: > > > 2016-01-08 11:24 GMT+01:00 Tudor Girba : > >> Hi, >> >> We are about to integrate in Pharo a new member of the Glamo

Re: [Pharo-users] SSL client certificates

2016-01-14 Thread Sven Van Caekenberghe
> On 14 Jan 2016, at 12:12, Norbert Hartl wrote: > >> >> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : >> >> Given a ZdcSecureSocketStream you can access the #sslSession. In this >> session object you can use #certificateName: to set the path or name of the >> certificate (before yo

Re: [Pharo-users] SSL client certificates

2016-01-14 Thread Norbert Hartl
> Am 12.01.2016 um 16:25 schrieb Sven Van Caekenberghe : > > Given a ZdcSecureSocketStream you can access the #sslSession. In this session > object you can use #certificateName: to set the path or name of the > certificate (before you #connect !). That is the general idea. > > Now, I don't kno

Re: [Pharo-users] I am David Allouche, let me introduce myself.

2016-01-14 Thread Dimitris Chloupis
sure but namespaces do not solve that problem either. They actually make it much worse. You can have a library named Door by X author and then another library named Door by author Y , hello name clash. Even worse those libraries may contain objects than name class, normally that would not be a prob

Re: [Pharo-users] Spec: Populating a playground with a particular content (was Re: Spec: Binding widgets how to)

2016-01-14 Thread Nicolai Hess
2016-01-13 23:07 GMT+01:00 Offray Vladimir Luna Cárdenas : > Hi, > > I've reading the code at [1] but I'm still having problems understanding > the dynamic spec. I have created a small dictionary and populated with > data, then created the accessors and initializePresenter, initializeWidgets > an