compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 459 4751c407bb40
parent 452 9f4558b3be66
child 460 87a3d30ab570
child 464 f6d77fee9811
equal deleted inserted replaced
452:9f4558b3be66 459:4751c407bb40
    14 
    14 
    15 monticelloLastMergedVersionInfo
    15 monticelloLastMergedVersionInfo
    16     "The last merged version is: "
    16     "The last merged version is: "
    17 
    17 
    18     ^ '
    18     ^ '
    19     Name: PetitCompiler-Extras-Tests-JanKurs.4
    19     Name: PetitCompiler-Extras-Tests-JanKurs.20150510144201
    20     Author: JanKurs
    20     Author: JanKurs
    21     Time: 08-05-2015, 05:56:46.180 PM
    21     Time: 10-05-2015, 04:59:25.308 PM
    22     UUID: 4d4d4d23-c5bc-41ef-ad41-8a56528ddb42                    
    22     UUID: ef43bd1a-be60-4e88-b749-8b635622c969
    23     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    23     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    24 
    24 
    25     '
    25     '
    26 
    26 
    27     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    27     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    28     "Modified: / 10-05-2015 / 06:28:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    28     "Modified: / 12-05-2015 / 01:20:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    29 !
    29 !
    30 
    30 
    31 monticelloName
    31 monticelloName
    32     "Return name of the package for Monticello. This is used when package is exported"
    32     "Return name of the package for Monticello. This is used when package is exported"
    33 
    33 
    75      by searching all classes (and their packages) which are referenced by my classes."
    75      by searching all classes (and their packages) which are referenced by my classes."
    76 
    76 
    77     ^ #(
    77     ^ #(
    78         #'stx:goodies/petitparser'    "PPFailure - referenced by PPCResources>>workingJavaInDirectory:"
    78         #'stx:goodies/petitparser'    "PPFailure - referenced by PPCResources>>workingJavaInDirectory:"
    79         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
    79         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
       
    80         #'stx:goodies/petitparser/compiler/tests'    "PPCompiledExpressionGrammarResource - referenced by PPCompiledExpressionsVerificationTest class>>resources"
    80         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkVerificationTest>>smalltalkGrammar"
    81         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkVerificationTest>>smalltalkGrammar"
       
    82         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
    81     )
    83     )
    82 !
    84 !
    83 
    85 
    84 subProjects
    86 subProjects
    85     "list packages which are known as subprojects.
    87     "list packages which are known as subprojects.
   100      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   102      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   101 
   103 
   102     ^ #(
   104     ^ #(
   103         "<className> or (<className> attributes...) in load order"
   105         "<className> or (<className> attributes...) in load order"
   104         (PPCCompiledJavaVerificationTest autoload)
   106         (PPCCompiledJavaVerificationTest autoload)
       
   107         (PPCExpressionsVerificationTest autoload)
   105         (PPCResources autoload)
   108         (PPCResources autoload)
   106         (PPCSmalltalkTests autoload)
   109         (PPCSmalltalkTests autoload)
   107         (PPCSmalltalkVerificationTest autoload)
   110         (PPCSmalltalkVerificationTest autoload)
   108         (PPCompiledJavaResource autoload)
   111         (PPCompiledJavaResource autoload)
   109         (PPCompiledJavaSyntaxTest autoload)
   112         (PPCompiledJavaSyntaxTest autoload)
   110         (PPCompiledSmalltalkGrammarResource autoload)
   113         (PPCompiledSmalltalkGrammarResource autoload)
   111         (PPCompiledSmalltalkGrammarTests autoload)
   114         (PPCompiledSmalltalkGrammarTests autoload)
   112         (PPTokenizedSmalltalkGrammarResource autoload)
   115         (PPTokenizedSmalltalkGrammarResource autoload)
   113         (PPTokenizedSmalltalkGrammarTests autoload)
   116         (PPTokenizedSmalltalkGrammarTests autoload)
   114         #'stx_goodies_petitparser_compiler_tests_extras'
   117         #'stx_goodies_petitparser_compiler_tests_extras'
       
   118         (PPCompiledExpressionsVerificationTest autoload)
   115         (PPCompiledSmalltalkVerificationTest autoload)
   119         (PPCompiledSmalltalkVerificationTest autoload)
       
   120         (PPTokenizedExpressionsVerificationTest autoload)
   116         (PPTokenizedSmalltalkVerificationTest autoload)
   121         (PPTokenizedSmalltalkVerificationTest autoload)
   117     )
   122     )
   118 !
   123 !
   119 
   124 
   120 extensionMethodNames
   125 extensionMethodNames