On Sun, Jan 03, 2016 at 04:54:48PM +0100, Thierry Goubier 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.
Hi Thierry, I cannot say if it is related to the problem you are discussing here for Mac VMs, but I should mention that there is an error in the oscog branch of OSProcessPlugin (the one that you are using for Pharo VMs). The following test passes in the main branch of OSPP but fails for oscog version: (UnixProcessAccessorTestCase selector: #testRedirectStdOutTo) run If you are compiling your own VM, you may want to try using the main branch of OSPP (VMConstruction-Plugins-OSProcessPlugin-dtl.40) rather than the oscog version (VMConstruction-Plugins-OSProcessPlugin.oscog-eem.50) and see if it makes a difference. Dave