2015-02-01 11:02 GMT+01:00 Ben Coman <btc@openinworld.com>:
Thanks Thierry. But I don't have an answer for you. You might notice in Pharo4MetaRepo it took me three goes to bump ConfigurationOfOSProcess from 4.5.12 to 4.5.13 - my first such modification of a Configuration. (btw, I tried using Versioneer but there was some error and I presumed (perhaps wrongly) that its existing Configuration format might not be compatible with Versioneer, so did it manually)
No problem. So far, what I have is that trying to load 4.5.13 of OSProcess loads 4.6.9 of CommandShell as a dependency and 4.6.9 loads back 4.5.12 of OSProcess... I'll have to try updating ConfigurationOfCommandShell as well. Thierry
cheers -ben
On Sun, Feb 1, 2015 at 5:14 PM, Thierry Goubier <thierry.goubier@gmail.com
wrote:
Oh, one more question:
is there a need to bump the command shell version (currently 4.6.9) as well to get it to point to OSProcess 4.5.13? It's now pointing to 4.5.12.
Thierry
2015-02-01 10:12 GMT+01:00 Thierry Goubier <thierry.goubier@gmail.com>:
Hi Dave, Ben,
I updated a bit the configuration of OSProcess and propagated it in the three meta repositories (squeaksource, MetaRepoForPharo30, MetaRepoForPharo40), but I also integrated a fix which is in the squeaksource repository (by dkh) which restricts OSProcess to 4.5.8 on Pharo2.x ?
Thierry
2015-01-25 16:03 GMT+01:00 David T. Lewis <lewis@mail.msen.com>:
On Sun, Jan 25, 2015 at 01:41:01PM +0800, Ben Coman wrote:
On Mon, Jan 12, 2015 at 6:10 AM, Thierry Goubier < thierry.goubier@gmail.com> wrote:
2015-01-11 20:42 GMT+01:00 David T. Lewis <lewis@mail.msen.com>:
I copied ConfigurationOfOSProcess-ThierryGoubier.33 to the
OSProcess
repository. An update to ConfigurationOfOSProcess will be needed to get the latest version.
Sorry for the delay getting back to this. I updated the Configuration and tested it loads okay on latest Pharo. You can copy...
ConfigurationOfOSProcess-BenComan.36
Done.
Thanks Ben!
Dave