[squeak-dev] [Test] PetitParser in Squeak trunk #12176

H. Hirzel hannes.hirzel at gmail.com
Tue Sep 11 01:38:20 UTC 2012


Artefacts
-------------------------------------------

Testing 4.3#12176 (latest trunk) from

  <https://github.com/frankshearar/squeak-ci/zipball/master>

   PetitParser
   <http://source.lukas-renggli.ch/petit>


Load Metacello manually
-------------------------------------------

Added the following repository

    MCHttpRepository
       location: 'http://seaside.gemstone.com/ss/metacello'
       user: ''
       password: ''


* Manually load

  ConfigurationOfMetacello-pmm.717

  Author: pmm Time: 25 August 2012, 10:32:34 am

* Then do

        ConfigurationOfMetacello loadLatestVersion



Load PetitParser
-------------------------------------------
Execute in a Workspace

    Gofer new
     renggli: 'petit';
     package: 'PetitParser';
     package: 'PetitTests';
     package: 'PetitAnalyzer';
     package: 'PetitBeta';
     package: 'PetitCSV';
     package: 'Factorial-Language';
     package: 'PetitJson';
     package: 'PetitMSE';
     package: 'PetitManifestMf';
     package: 'PetitSQL';
     package: 'PetitXml';
     package: 'PetitXPath';
     load.


could not load

      package: 'PetitRegex';
      package: 'PrettyPetit';
      package: 'PetitSmalltalk';


Testrunner PetitParser
-------------------------------------------

404 run, 396 passes
4 expected failures, 4 errors


If you take out Factorial-Language
400 run, 396 passes, 4 expected failures
all green


PetitParser documentation
-------------------------------------------

<http://scg.unibe.ch/research/helvetia/petitparser>

<http://www.lukas-renggli.ch/blog/petitparser-1>

<http://www.lukas-renggli.ch/blog/petitparser-2>

Lukas Renggli. Dynamic Language Embedding With Homogeneous Tool
Support. PhD thesis, University of Bern, October 2010.
<http://scg.unibe.ch/archive/phd/renggli-phd.pdf>

<http://www.themoosebook.org/book/internals/petit-parser>


Note:
-------------------------------------------
This test report is written in Markdown notation
To view the text formatted you might want to use
<http://www.showdown.im/> ; for a guide on markdown see for example
<http://johnmacfarlane.net/pandoc/>


More information about the Squeak-dev mailing list