Hi Stef, On Mon, Sep 11, 2017 at 11:03:58AM +0200, stephan wrote:
On 10-09-17 11:23, Alistair Grant wrote:
Iceberg enableMetacelloIntegration: true. Metacello new repository: 'github://akgrant43/FileAttributes/src'; baseline: 'FileAttributes'; load.
Pharo-7.0.0-alpha.build.110.sha.5827735.arch.64bit pharo-linux-x86_64threaded-201708312323-caa8241
Ubuntu 16.04LTS
When loading: PrimitiveFailed: primitive #primFileMasks in FileAttributesPluginPrims failed
Stephan
Thanks for taking a look at this. I realised that this was a bad example after I posted it. This script also demonstrates the problem: | pharoRepository | Iceberg enableMetacelloIntegration: true. Metacello new repository: 'github://akgrant43/pharo-akgosprocess/mc'; baseline: 'AKGOSProcess'; load. pharoRepository := IceRepository registry detect: [ :each | each name = 'pharo-akgosprocess' ]. pharoRepository pull. Less manual steps :-) Thanks again, Alistair