Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-02-07 Thread Igor Stasenko
On 7 February 2014 18:38, p...@highoctane.be wrote: > This is compounded by the fact that I regularly have stdout and stderr > making my image hanging for some weird reason. > > blocking i/o + buffering on other end of pipe ==>> "hanging" image :) > Phil > > > > > > On Fri, Feb 7, 2014 at 6:29

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-02-07 Thread GOUBIER Thierry
+1 : one library that works ! Thierry De : Pharo-users [pharo-users-boun...@lists.pharo.org] de la part de Sean P. DeNigris [s...@clipperadams.com] Date d'envoi : vendredi 7 février 2014 18:29 À : pharo-users@lists.pharo.org Objet : Re: [Pharo-users

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-02-07 Thread Emilio Oca
lists.pharo.org > Asunto: Re: [Pharo-users] Fwd: NativeBoost and standard out > > Emilio Oca-3 wrote > >> Maybe does this help > > Yes! beatiful and lovely > > Ugh, we really need to document the external process options so people > don't > have to go throu

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-02-07 Thread p...@highoctane.be
This is compounded by the fact that I regularly have stdout and stderr making my image hanging for some weird reason. Phil On Fri, Feb 7, 2014 at 6:29 PM, Sean P. DeNigris wrote: > Emilio Oca-3 wrote > >> Maybe does this help > > Yes! beatiful and lovely > > Ugh, we really need to document th

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-02-07 Thread Sean P. DeNigris
Emilio Oca-3 wrote >> Maybe does this help > Yes! beatiful and lovely Ugh, we really need to document the external process options so people don't have to go through this frustration again and again. Ultimately, it'd be great to have at least one library that works on all platforms... - Che

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-02-07 Thread Emilio Oca
Hernan > -Mensaje original- > De: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] En nombre > de Hernán Morales Durand > > Maybe does this help Yes! beatiful and lovely Emilio > > (Proceed the warning) > Gofer it > url: 'http://www.smalltalkhub.com/mc/hernan/ProcessWrappe

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-02-06 Thread Emilio Oca
me > Asunto: Re: [Pharo-users] Fwd: NativeBoost and standard out > > Maybe does this help > > (Proceed the warning) > Gofer it > url: 'http://www.smalltalkhub.com/mc/hernan/ProcessWrapper/main'; > package: 'ProcessWrapper-Core'; > pack

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-01-17 Thread Goubier Thierry
Hi Sean, can you summarize what you ended up with? I'd really like to get a solution to be able to support git in Windows. Thanks, Thierry Le 17/01/2014 02:29, Sean P. DeNigris a écrit : That was just what I needed. Thanks, Hernan! It seems like we could consolidate a bit on Windows: we hav

Re: [Pharo-users] Fwd: NativeBoost and standard out

2014-01-16 Thread Sean P. DeNigris
That was just what I needed. Thanks, Hernan! It seems like we could consolidate a bit on Windows: we have NB, ProcessWrapper, and OSProcess, all of which have a piece of the functionality you'd want for interacting with external processes... Original message From: "Sean P. DeN

Re: [Pharo-users] Fwd: NativeBoost and standard out

2013-12-24 Thread Sean P. DeNigris
Hernán Morales Durand wrote > Maybe does this help > ProcessWrapper new >useStdout; >startWithShellCommand: 'dir | sort'; >upToEnd Intriguing! I'll try it when I get access to a Windows machine... Thanks :) - Cheers, Sean -- View this message in context:

Re: [Pharo-users] Fwd: NativeBoost and standard out

2013-12-23 Thread Hernán Morales Durand
Maybe does this help (Proceed the warning) Gofer it url: 'http://www.smalltalkhub.com/mc/hernan/ProcessWrapper/main'; package: 'ProcessWrapper-Core'; package: 'ProcessWrapper-Plugin'; package: 'ProcessWrapper-Tests'; load. ProcessWrapper ne

Re: [Pharo-users] Fwd: NativeBoost and standard out

2013-12-23 Thread Igor Stasenko
On 23 December 2013 20:06, Sean P. DeNigris wrote: > Emilio Oca-3 wrote > > Hi > > > > > > > > Is it possible to get the stdout results when running WinProcess > > createAndWaitForProcess: aCommand?. > > > > If it is not, any alternative? > > > > > > > > Best > > > > > > > > Emilio > > Bump.