Hi Stef,
I use the following to load OSSubProcess in Pharo 7.0 32 bit:
On 30 January 2018 at 23:13, Stephane Ducasse <stepharo.self@gmail.com> wrote:
> Hi
>
> in pillar 70 we have
> baseline: spec
> <baseline>
> spec
> for: #common
> do: [ spec blessing: #baseline.
> spec repository: 'http://smalltalkhub.com/mc/Pier/Pillar/main/ '.
> spec
> baseline: 'OSSubprocess'
> with: [ spec
> repository: 'github://marianopeck/OSSubprocess:v0.2.5/ repository' ];
> baseline: 'Mustache'
> with: [ spec
> repository: 'github://noha/mustache:v1.0/repository' ];
> project: 'Cocoon'
>
> but travis reports this:
>
>
> Fetched -> OSSubprocess-cypress.1 ---
> github://marianopeck/OSSubprocess:v0.2.5/repository [1d56f81:v0.2.5]
> --- github://marianopeck/OSSubprocess:v0.2.5/repository
> Fetched -> OSSubprocess-Tests-cypress.1 ---
> github://marianopeck/OSSubprocess:v0.2.5/repository [1d56f81:v0.2.5]
> --- github://marianopeck/OSSubprocess:v0.2.5/repository
> ...RETRY
> ...RETRYMessageNotUnderstood: receiver of "withSqueakLineEndings" is nil
> UndefinedObject(Object)>>doesNotUnderstand: #withSqueakLineEndings
> MCFileTreeStCypressReader>>addClassAndMethodDefinitionsFr omEntry:
>
> and I do not get why?
>
> Stef
>
Metacello new
�� �� configuration: 'OSSubprocess';
�� �� repository: 'github://marianopeck/OSSubprocess:master/ repository';
�� �� version: #stable;
�� �� load.
i.e. just replace the "v0.2.5" with "master".
HTH,
Alistair
|
������ | Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - http://www.cnrs.fr Phone: +33 06 52 70 66 13 |