I tried to figure out, what was the problem, but I
failed to see it. What is
the commit that fixed the problem?
CLIParsingTest>>#testBool.
CLIParsingTest>>#testOptionLong.
CLIParsingTest>>#testOptionShort.
for this tests to succeed you need a stable version with this package:
Name: PetitParser-JanKurs.267
Author: JanKurs
Time: 12 January 2015, 2:55:31.864538 pm
UUID: 740a4b6d-4dbc-494b-8c17-becf6f9cd8a9
Ancestors: PetitParser-JanKurs.266
PetitParser does not return nil, if the furthest failure is not registered.
at least, i don't know much about the other packages that are included
in PetitParser.
In order to reproduce this you have to take a pharo30 image and do
Gofer it
smalltalkhubUser: 'PharoExtras' project: 'Coral';
configurationOf: 'Coral';
load.
(Smalltalk at: #ConfigurationOfCoral) loadDevelopment.
then you run coral tests and see the three failing tests, after that
you load the mentioned package
and run the tests again, they will succeed.
HTH,
Bernardo