#OTHER by sr
authorsr
Wed, 04 Jul 2018 15:43:39 +0200
changeset 622 e2a05b463760
parent 621 f32e921efe7f
child 623 33983f7b4c9c
#OTHER by sr build order was wrong
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'!