I would suggest to load pillar based on version and stable version. I never try development especially because I'm maintaining branches in MC which does not support branches. Setf On Thu, Oct 19, 2017 at 12:05 PM, Alistair Grant <akgrant0710@gmail.com> wrote:
Hi Steph,
On 19 October 2017 at 11:56, stephan <stephan@stack.nl> wrote:
Iceberg enableMetacelloIntegration: true. Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit/src'; load.
tries to resolve ConfigurationOfGrease to #release1
Stephan
I've hit exactly the same issue.
It looks like ConfigurationOfGrease is missing #pharo7.x version identifiers throughout it.
I took a guess at the required changes (in the attached file), but have hit several other problems with Pillar that I'm still working through, e.g. at the start of October, loading Pillar with:
spec project: 'Pillar' with: [ spec className: #ConfigurationOfPillar; versionString: #'development'; repository: 'http://smalltalkhub.com/mc/Pier/Pillar/main' ].
loaded Grease-Pharo30-Core. But now it doesn't.
Cheers, Alistair