OSProcess stdout not working in OSX [WAS] Re: Status of GitFileTree in Pharo 5.0 and Spur

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

OSProcess stdout not working in OSX [WAS] Re: Status of GitFileTree in Pharo 5.0 and Spur

Mariano Martinez Peck


On Sun, Jan 3, 2016 at 12:54 PM, Thierry Goubier <[hidden email]> wrote:
Le 03/01/2016 16:49, Mariano Martinez Peck a écrit :
mmmm ok, I am giving it a try but it seems it's not working or... mostly
likely, I am doing something wrong.
I just created a repo via github web interface, then I clone it to my
machine, and then I tried to add the gitfiletree repo in MC Browser, but
I get an error in: #currentBranch because #gitBranchs  answered an empty
array. But the `git branch` command was really executed as I can see the
output of it in the stdout of the VM. So I guess OSProcess stdout
setting may be what is not working?

You're on Mac when you do that, right?

OSProcess output redirection doesn't work in the latest Mac VM... my fault (introduced in the OSProcess plugin) :( but I have no idea why the fd dup / pipes work on Linux and not on Mac OS X.


Thierry, is there a way we can rollback or do something with this change that broke the stdout redirection in the OSProcess plugin? 

And if true, can we make the CI build new VMs with such a fix ?

I want to use GitFileTree in 5.0 :( 


 
Thierry


Thanks in advance,

On Sun, Jan 3, 2016 at 12:01 PM, Mariano Martinez Peck
<[hidden email] <mailto:[hidden email]>> wrote:

    Hi Thierry,

    I had some problems with OSProcess in 5.0 with Spur so I wonder
    what's the status with GitFileTree. Is it working with latest 5.0?
    I tried to search some tests to confirm this but I found none.

    Thanks in advance,


    --
    Mariano
    http://marianopeck.wordpress.com




--
Mariano
http://marianopeck.wordpress.com





--
Reply | Threaded
Open this post in threaded view
|

Re: OSProcess stdout not working in OSX [WAS] Re: Status of GitFileTree in Pharo 5.0 and Spur

kilon.alios
you could use the older Cog JIT VM but that means also an older pharo 5 non spur image. I managed to get it working that way.

I am now studying ObjC to help with getting pharo better integrated with MacOS.

On Thu, Jan 7, 2016 at 3:40 PM Mariano Martinez Peck <[hidden email]> wrote:


On Sun, Jan 3, 2016 at 12:54 PM, Thierry Goubier <[hidden email]> wrote:
Le 03/01/2016 16:49, Mariano Martinez Peck a écrit :
mmmm ok, I am giving it a try but it seems it's not working or... mostly
likely, I am doing something wrong.
I just created a repo via github web interface, then I clone it to my
machine, and then I tried to add the gitfiletree repo in MC Browser, but
I get an error in: #currentBranch because #gitBranchs  answered an empty
array. But the `git branch` command was really executed as I can see the
output of it in the stdout of the VM. So I guess OSProcess stdout
setting may be what is not working?

You're on Mac when you do that, right?

OSProcess output redirection doesn't work in the latest Mac VM... my fault (introduced in the OSProcess plugin) :( but I have no idea why the fd dup / pipes work on Linux and not on Mac OS X.


Thierry, is there a way we can rollback or do something with this change that broke the stdout redirection in the OSProcess plugin? 

And if true, can we make the CI build new VMs with such a fix ?

I want to use GitFileTree in 5.0 :( 


 
Thierry


Thanks in advance,

On Sun, Jan 3, 2016 at 12:01 PM, Mariano Martinez Peck
<[hidden email] <mailto:[hidden email]>> wrote:

    Hi Thierry,

    I had some problems with OSProcess in 5.0 with Spur so I wonder
    what's the status with GitFileTree. Is it working with latest 5.0?
    I tried to search some tests to confirm this but I found none.

    Thanks in advance,


    --
    Mariano
    http://marianopeck.wordpress.com




--
Mariano
http://marianopeck.wordpress.com