Dave, I loaded this two packages perfectly but their tests still are red (28 passes, 14 failures and 150 errors) on Cog and 4.0.2 windows VM in lastest Pharo 1.1.1 image. Then I'll test it on squeak. Thanks you again, Facu On Tue, Nov 16, 2010 at 11:38 AM, David T. Lewis <lewis@mail.msen.com>wrote:
On Tue, Nov 16, 2010 at 10:48:41AM -0300, Facundo Vozzi wrote:
What is the OSProcess lastest version?
The latest version is OSProcess 4.3.16, which is on SqueakSource at http://www.squeaksource.com/OSProcess/OSProcess-dtl.57.mcz
And the tests are at http://www.squeaksource.com/OSProcess/Tests-OSProcess-dtl.21.mcz
Note, the SqueakSource OSProcess project also contains the OSProcess package broken out into sub-packages. In hindsight I think this was a mistake (it's just more confusing now). So the best thing is to load the two packages "OSProcess" and "Tests-OSProcess".
Dave
Yes, I'm using cog so I think that is my problem. I'll test with the standard VM.
Thanks, Facu
On Tue, Nov 16, 2010 at 9:25 AM, David T. Lewis <lewis@mail.msen.com>
wrote:
On Tue, Nov 16, 2010 at 12:22:43AM -0300, Facundo Vozzi wrote:
Hi, I loaded OSProcess 4.3.11 on Pharo-1.1.1-dev10.09.1.image but its
tests
are
almost all red.
Do you know if 4.3.11 if the right version for Pharo 1.1.1?
Thanks you, Facundo
In general, it is best to use the latest version of OSProcess, although the older version 4.3.11 should still work fine.
The Cog VM and the OSProcessAccessor plugin have some incompatibilities. The #forkSqueak methods will not work, and these are used throughout the OSProcess tests.
Dave