It says I am using Cog 4.3.3
I also used the code of John pfersich
p :=(PipeableOSProcess waitForCommand: 'ls') .
p output.
and it still returns an empty string while the process is
"a PipeableOSProcess on an ExternalUnixOSProcess with pid 769 on /bin/sh
(complete, normal termination with statu
Looks like what you want to do is:
p := (PipeableOSProcess waitForCommand: 'ls').
p output.
There's more information at
http://pharo.gemtalksystems.com/book/PharoTools/OSProcess/
On Thu, Nov 5, 2015 at 7:25 PM, David T. Lewis wrote:
> On Thu, Nov 05, 2015 at 10:22:31PM -0500, David T. Lewis w
On Thu, Nov 05, 2015 at 10:22:31PM -0500, David T. Lewis wrote:
>
> Or put "(Delay forSeconds: 1)" right before you do "p output"?
Sorry, I meant to say:
"(Delay forSeconds: 1) wait" right before you do "p output"?
Dave
On Fri, Nov 06, 2015 at 12:41:58AM +, Dimitris Chloupis wrote:
> hello David and thank you for your help and your detailed explanation.
>
> as I said I used
>
> p :=(PipeableOSProcess command: 'ls') . p output.
>
> and it just returns an empty string.
The way this should work is that p (an
hello David and thank you for your help and your detailed explanation.
as I said I used
p :=(PipeableOSProcess command: 'ls') . p output.
and it just returns an empty string.
Are there other ways to return the output of the terminal ?
On Fri, Nov 6, 2015 at 1:57 AM David T. Lewis wrote:
> On
On Thu, Nov 05, 2015 at 09:50:29PM +, Dimitris Chloupis wrote:
> So I try to understand how OSProcess work exactly to find why filetree
> seems not able to use it and generating the error I already reported
> earlier.
>
> Using something simple like
>
> OSProcess command:'pwd'
>
> works grea
I also tried
p :=(PipeableOSProcess command: 'ls') . p output.
and it just returns an empty string.
On Thu, Nov 5, 2015 at 11:50 PM Dimitris Chloupis
wrote:
> So I try to understand how OSProcess work exactly to find why filetree
> seems not able to use it and generating the error I already re
So I try to understand how OSProcess work exactly to find why filetree
seems not able to use it and generating the error I already reported
earlier.
Using something simple like
OSProcess command:'pwd'
works great , I have the terminal open and I can see the correct return
value of the command in
Andy Burnett wrote
> Using Google service discovery API's with Pharo Smalltalk by Richard J.
> Prinz
Cool! I noticed a small bug. GoogleGmailApiUsersMessages>>#send: does not
accept an argument for the actual message. Maybe it has to do with that
requirement is defined in the Message definition?
Excellent!
Go go go!
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> On Nov 5, 2015, at 8:54 AM, lionela...@gmail.com wrote:
>
> Hello
> I have attended a formation with Stephane Ducass
How do you get a password reset for a SmalltalkHub account?
(I'm convinced the EuanM who has an account is me, but I cannot manage
to log in)
Hello
I have attended a formation with Stephane Ducass in Lomé-Togo. And I am about
to start a new project: an immobilier management application built in pharo
with a pgsql database for a company here.
So I am looking for some Documentation on Garage. For the basic purposes:
-connection
-queries
Hi,
Thanks for the reply. My reply is inlined below. It might appear that we are
contradicting each other, but I am actually sure we are not :).
> On Nov 4, 2015, at 11:54 PM, Torsten Bergmann wrote:
>
> Hi Doru,
>
> yes - but the concept of moldable tools is nothing new for Smalltalk - it's
13 matches
Mail list logo