compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 460 87a3d30ab570
parent 454 a9cd5ea7cc36
parent 459 4751c407bb40
child 465 f729f6cd3c76
equal deleted inserted replaced
458:a4da1c24d84a 460:87a3d30ab570
    40 
    40 
    41 monticelloLastMergedVersionInfo
    41 monticelloLastMergedVersionInfo
    42     "The last merged version is: "
    42     "The last merged version is: "
    43 
    43 
    44     ^ '
    44     ^ '
    45     Name: PetitCompiler-Extras-Tests-JanKurs.4
    45     Name: PetitCompiler-Extras-Tests-JanKurs.20150510144201
    46     Author: JanKurs
    46     Author: JanKurs
    47     Time: 08-05-2015, 05:56:46.180 PM
    47     Time: 10-05-2015, 04:59:25.308 PM
    48     UUID: 4d4d4d23-c5bc-41ef-ad41-8a56528ddb42                    
    48     UUID: ef43bd1a-be60-4e88-b749-8b635622c969
    49     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    49     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
    50 
    50 
    51     '
    51     '
    52 
    52 
    53     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    53     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    54     "Modified: / 10-05-2015 / 06:28:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    54     "Modified: / 12-05-2015 / 01:20:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    55 !
    55 !
    56 
    56 
    57 monticelloName
    57 monticelloName
    58     "Return name of the package for Monticello. This is used when package is exported"
    58     "Return name of the package for Monticello. This is used when package is exported"
    59 
    59 
   101      by searching all classes (and their packages) which are referenced by my classes."
   101      by searching all classes (and their packages) which are referenced by my classes."
   102 
   102 
   103     ^ #(
   103     ^ #(
   104         #'stx:goodies/petitparser'    "PPFailure - referenced by PPCResources>>workingJavaInDirectory:"
   104         #'stx:goodies/petitparser'    "PPFailure - referenced by PPCResources>>workingJavaInDirectory:"
   105         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
   105         #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
       
   106         #'stx:goodies/petitparser/compiler/tests'    "PPCompiledExpressionGrammarResource - referenced by PPCompiledExpressionsVerificationTest class>>resources"
   106         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkVerificationTest>>smalltalkGrammar"
   107         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkVerificationTest>>smalltalkGrammar"
       
   108         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
   107     )
   109     )
   108 !
   110 !
   109 
   111 
   110 subProjects
   112 subProjects
   111     "list packages which are known as subprojects.
   113     "list packages which are known as subprojects.
   127 
   129 
   128     ^ #(
   130     ^ #(
   129         "<className> or (<className> attributes...) in load order"
   131         "<className> or (<className> attributes...) in load order"
   130         PPCCompiledJavaVerificationTest
   132         PPCCompiledJavaVerificationTest
   131         PPCResources
   133         PPCResources
       
   134         PPCExpressionsVerificationTest
   132         PPCSmalltalkTests
   135         PPCSmalltalkTests
   133         PPCSmalltalkVerificationTest
   136         PPCSmalltalkVerificationTest
   134         PPCompiledJavaResource
   137         PPCompiledJavaResource
   135         (PPCompiledJavaSyntaxTest autoload)
   138         (PPCompiledJavaSyntaxTest autoload)
   136         PPCompiledSmalltalkGrammarResource
   139         PPCompiledSmalltalkGrammarResource
   137         PPCompiledSmalltalkGrammarTests
   140         PPCompiledSmalltalkGrammarTests
   138         PPTokenizedSmalltalkGrammarResource
   141         PPTokenizedSmalltalkGrammarResource
   139         PPTokenizedSmalltalkGrammarTests
   142         PPTokenizedSmalltalkGrammarTests
   140         #'stx_goodies_petitparser_compiler_tests_extras'
   143         #'stx_goodies_petitparser_compiler_tests_extras'
   141         PPCompiledSmalltalkVerificationTest
   144         PPCompiledSmalltalkVerificationTest
       
   145         PPCompiledExpressionsVerificationTest
   142         PPTokenizedSmalltalkVerificationTest
   146         PPTokenizedSmalltalkVerificationTest
       
   147         PPTokenizedExpressionsVerificationTest
   143     )
   148     )
   144 !
   149 !
   145 
   150 
   146 extensionMethodNames
   151 extensionMethodNames
   147     "list class/selector pairs of extensions.
   152     "list class/selector pairs of extensions.