--- Begin Message ---
Hi Cyril,
You are right, I updated Metacello and Tonel and everything is fine also on
Pharo5.
Thx.
Davide
CyrilFerlicot wrote
> Le 29/09/2019 à 11:23, Davide Varvello via Pharo-users a écrit :
>
> Hi,
>
> NoeJSON seems to be saved with the Tonel format.
>
> Tonel is by d
Le 29/09/2019 à 11:23, Davide Varvello via Pharo-users a écrit :
Hi,
NoeJSON seems to be saved with the Tonel format.
Tonel is by default in Pharo since Pharo 6.1.
It should be possible to update Metacello and Tonel to be able to load
this project in Pharo 4+
Here is a pharo-wiki page explaini
--- Begin Message ---
No way to run it on Pharo5?
Thx
Pharo Smalltalk Users mailing list wrote
> Sven,
> You are right, I've just downloaded Pharo 7 and everything is fine. The
> issue is showing on Pharo 5 (I'm working on it)
> Davide
--
Sent from: http://forum.world.st/Pharo-Smalltalk-User
--- Begin Message ---
Sven,
You are right, I've just downloaded Pharo 7 and everything is fine. The
issue is showing on Pharo 5 (I'm working on it)
Davide
Sven Van Caekenberghe-2 wrote
> Davide,
>
> I don't know what you are doing, exactly.
>
> If I download a fresh Pharo 7.0.4 (64bit on macOS)
Davide,
I don't know what you are doing, exactly.
If I download a fresh Pharo 7.0.4 (64bit on macOS), and I execute the expression
Metacello new
repository: 'github://svenvc/NeoJSON/repository';
baseline: 'NeoJSON';
load.
it loads as expected, with the following in the Transcript
Fetched
--- Begin Message ---
Hi Sven,
I don't quite understand. At https://github.com/svenvc/NeoJSON it shows "to
load NeoJSON using Metacello"
Metacello new
repository: 'github://svenvc/NeoJSON/repository';
baseline: 'NeoJSON';
load.
That's the step I did and I suppose it was enough. I don't kno
When loading from Git(Hub) you have to use BaselineOf...
Installation instructions at https://github.com/svenvc/NeoJSON
> On 27 Sep 2019, at 11:54, Davide Varvello via Pharo-users
> wrote:
>
>
> From: Davide Varvello
> Subject: Could not resolve: BaselineOfNeoJSON
> Date: 27 September 2019 a
--- Begin Message ---
Hi Guys,
The evaluation of
Metacello new
repository: 'github://svenvc/NeoJSON/repository';
baseline: 'NeoJSON';
load.
returns: Could not resolve: BaselineOfNeoJSON [BaselineOfNeoJSON] in
/Users/myName/Development/MyProject/package-cache
github://svenvc/NeoJSON:master/