On Fri, Aug 18, 2017 at 09:50:35PM +0200, H. Hirzel wrote:
Hello Peter
Thank you for the answer. Good news that Phil Back has an done upgraded version of the PetitYAML parser recently.
I think what you describe as "mostly complete" will be very fine for my purposes.
On 8/18/17, Peter Uhnak <i.uhnak@gmail.com> wrote:
Hi,
Phil Back has kindly fixed the PetitYAML so it mostly works now. The only problem I've encountered was some weird misparsing of strings containing slashes, e.g. "5/".
In any case:
Install PetitParser (from Catalog or somewhere), load PetitYAML package (this is already loaded when loading PP from catalog).
I just installed Pillar and that pulled in PetitParser. Not sure if it is a good idea now to re-install PetitParser again.
In particular there is only PetitParser catalog entry for Pharo 5.0, not 6.0 or 6.1
I don't know about this, you'd have to ask the Moose team (or whoever is responsible for PetitParser now)
I assume that can directly load the PetitYAML from the repository instead. Where do I find it?
Open Monticello Browser, find PetitParser repository and open it, select PetitYAML package, select the latest version, right click and load. Peter