Re: [Pharo-users] GitFileTree in Pharo 5

2017-02-13 Thread Pierce Ng
On Thu, Feb 02, 2017 at 09:56:55AM -0300, Mariano Martinez Peck wrote: > OSSubprocess has a problem which hangs the VM on Linux with an specific > flavor of the VM (the default one). > > You can try with the VM form here: > > https://dl.bintray.com/pharo-project/pharo-vm/pharo-linux-i386threaded-

Re: [Pharo-users] GitFileTree in Pharo 5

2017-02-02 Thread Mariano Martinez Peck
OSSubprocess has a problem which hangs the VM on Linux with an specific flavor of the VM (the default one). You can try with the VM form here: https://dl.bintray.com/pharo-project/pharo-vm/pharo-linux-i386threaded-201612210925-0807b30.zip It should work. Could you let us know? On Thu, Feb 2,

Re: [Pharo-users] GitFileTree in Pharo 5

2017-02-02 Thread Thierry Goubier
2017-02-02 8:49 GMT+01:00 Pierce Ng : > On Thu, Feb 02, 2017 at 03:13:41PM +0800, Pierce Ng wrote: > > On Tue, Jan 31, 2017 at 03:42:10PM +0100, Cyril Ferlicot D. wrote: > > > To load gitFileTree I use this script: > > > ``` > > > Metacello new > > > baseline: 'FileTree'; > > > repository: 'gi

Re: [Pharo-users] GitFileTree in Pharo 5

2017-02-01 Thread Pierce Ng
On Thu, Feb 02, 2017 at 03:13:41PM +0800, Pierce Ng wrote: > On Tue, Jan 31, 2017 at 03:42:10PM +0100, Cyril Ferlicot D. wrote: > > To load gitFileTree I use this script: > > ``` > > Metacello new > > baseline: 'FileTree'; > > repository: 'github://dalehenrich/filetree:pharo' , SystemVersion >

Re: [Pharo-users] GitFileTree in Pharo 5

2017-02-01 Thread Pierce Ng
On Tue, Jan 31, 2017 at 03:42:10PM +0100, Cyril Ferlicot D. wrote: > To load gitFileTree I use this script: > ``` > Metacello new > baseline: 'FileTree'; > repository: 'github://dalehenrich/filetree:pharo' , SystemVersion > current dottedMajorMinor , '_dev/repository'; > load: 'Git' > ``` > W

Re: [Pharo-users] GitFileTree in Pharo 5

2017-01-31 Thread Cyril Ferlicot D.
On 31/01/2017 06:31, Pierce Ng wrote: > On Wed, Dec 14, 2016 at 02:12:40PM -0500, sergio ruiz wrote: >> I am trying to install GitFileTree from the Catalog Browser. I get a warning >> that it’s not tested with Pharo 5. I go ahead anyway, and it just hangs. >> >> Has anyone else installed it on macO

Re: [Pharo-users] GitFileTree in Pharo 5

2017-01-30 Thread Pierce Ng
On Wed, Dec 14, 2016 at 02:12:40PM -0500, sergio ruiz wrote: > I am trying to install GitFileTree from the Catalog Browser. I get a warning > that it’s not tested with Pharo 5. I go ahead anyway, and it just hangs. > > Has anyone else installed it on macOS? Just tried the same on Linux Mint 17 (ba

[Pharo-users] GitFileTree in Pharo 5

2016-12-14 Thread sergio ruiz
Hey, all. I am trying to install GitFileTree from the Catalog Browser. I get a warning that it’s not tested with Pharo 5. I go ahead anyway, and it just hangs. Has anyone else installed it on macOS? Is there a different package I should be using? Thanks! peace, sergio photographer, journ