On Sun, Jun 19, 2016 at 10:05:45AM +0200, Max Leske wrote:
On 19 Jun 2016, at 01:44, Sean P. DeNigris <sean@clipperadams.com> wrote:
Max Leske wrote
Why donât you use OSSubprocess?
My scripts require this functionality to be pre-loaded in a vanilla image.
Ok, just wanted to check.
Also, on a minor note, some projects use OSProcess and I thought OSSP and OSP are incompatible.
Not as far as I know. OSSubProcess uses the OSProcess VM plugin but is otherwise independent.
They should be incompatible at the moment. There was a discussion about this some time ago in regards to Moose where you couldn't load & run OSSubprocess because OSProcess was already installed. It was solved by replacing OSProcess with this system call Sean is proposing to have in Pharo. Peter