I feel you pain. It is vastly underestimated how much work is required to keep up with upgrades that break backwards compatibility, from OS upgrades to Pharo upgrades and everything in between⦠Then again, the omelet does not make itself and certainly not without breaking the eggs ;) Johan
On 18 Oct 2016, at 17:29, Norbert Hartl <norbert@hartl.name> wrote:
Thanks, that worked. Feels really strange encountering this. So one cannot use the commandline handler for loading a configuration anymore. Sad! The same way sad as you cannot use versionner anymore when you start to use BaselineOf instead of ConfigurationOf. This is not a complaint because I can understand why this happens. It is just that we need more energy to solve all this than we have. Sad!
Norbert
Am 18.10.2016 um 17:20 schrieb Johan Brichau <johan@inceptive.be <mailto:johan@inceptive.be>>:
On 18 Oct 2016, at 16:36, Norbert Hartl <norbert@hartl.name <mailto:norbert@hartl.name>> wrote:
(ConfigurationOfAster project version: #development) load
There are issues with this âoldâ way of Metacello loading. Can you try:
Metacello new configuration:âAsterâ; version: #development; load.
(Maybe you need to add the repo to, donât know).
Cheers Johan