# HG changeset patch # User sr # Date 1530711819 -7200 # Node ID e2a05b463760034dd40ddfc5b1a4b6ccc3b26889 # Parent f32e921efe7f72ae01d501f140493ec89c740a72 #OTHER by sr build order was wrong diff -r f32e921efe7f -r e2a05b463760 stx_goodies_petitparser.st --- a/stx_goodies_petitparser.st Wed Jul 04 15:43:37 2018 +0200 +++ b/stx_goodies_petitparser.st Wed Jul 04 15:43:39 2018 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + "{ Package: 'stx:goodies/petitparser' }" "{ NameSpace: Smalltalk }" @@ -50,10 +52,11 @@ (the browser has a menu function for that)" ^ #( - #'stx:goodies/sunit' "TestAsserter - superclass of PPAbstractParseTest " #'stx:libbasic' "ArrayedCollection - extended " #'stx:libbasic2' "Text - extended " ) + + "Modified: / 04-07-2018 / 15:38:25 / sr" ! referencedPreRequisites @@ -87,8 +90,13 @@ ^ #( #'stx:goodies/petitparser/analyzer' - #'stx:goodies/petitparser/tests' + "sr: do not compile test classes... + will also fail because sunit (which does inclide superclass of PPAbstractParserTest) + has not yet build (when calling bmake in stx)" +"/ #'stx:goodies/petitparser/tests' ) + + "Modified (comment): / 04-07-2018 / 15:43:01 / sr" ! ! !stx_goodies_petitparser class methodsFor:'description - actions'!