Hi About pillar I'm working on it. Now I only maintain two versions one for Pharo 50 and one for Pharo 60. The new things are happening in Pharo 60. Now this was a bad idea to link Pillar with Magritte only to manage configurations because Magritte is too big to me and full of too many constraints like loading Grease and others. I do not want to spend my time fighting with issues imposed to me. I'm slowly working on freeing Pillar from Magritte but I got stuck and out of energy. Now I will not maintain a version for Pharo 70 alpha because I simply cannot. Stef 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