On Mon, Oct 14, 2019 at 11:01:13AM -0500, Sean P. DeNigris wrote:
David T. Lewis wrote
they can now be loading in Pharo...
In Pharo 7.0.4, the following chugged for about an hour cycling back and forth between OSP and Command Shell without completing: baseline: 'OSProcess' with: [ spec repository: 'github://dtlewis290/OSProcess-Tonel'; loads: #(#'Core with Output') ]
Hi Sean, Alistair put together the two load scripts, and they worked when I last checked them. These are on the README.md descriptions as: Metacello new repository: 'github://dtlewis290/OSProcess-Tonel/src'; baseline: 'OSProcess'; load. Metacello new repository: 'github://dtlewis290/CommandShell-Tonel/src'; baseline: 'CommandShell'; load. I am not familiar with the baseline approach, so maybe someone else can give a pointer?
I wonder if it's related to the old circular dependency problem we had which IIRC was resolved with "Pipeability"...
Possibly so. I think this may have been something to do with an earlier OSProcess load specification that included part of the CommandShell package. Dave