compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 540 694ad2f97c65
parent 537 fb212e14d1f4
parent 539 610131174c0f
child 542 bb97dcbe2359
equal deleted inserted replaced
538:16e8536f5cfb 540:694ad2f97c65
    59 
    59 
    60     ^ 'PetitCompiler-Extras-Tests'
    60     ^ 'PetitCompiler-Extras-Tests'
    61 
    61 
    62     "Created: / 03-10-2014 / 01:47:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    62     "Created: / 03-10-2014 / 01:47:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    63     "Modified: / 10-05-2015 / 06:27:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    63     "Modified: / 10-05-2015 / 06:27:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    64 !
       
    65 
       
    66 monticelloSplicemap
       
    67     "Return a splicemap for this package. This is used to forge a 
       
    68      'fake' ancestor when generating ancestry information out of 
       
    69      Mercurial (or anyt other) history. This should make merging 
       
    70      back into Squeak/Pharo a little easier as Monticello can (in theory)
       
    71      find a proper ancestor. 
       
    72 
       
    73      All this requires monticelloSplicemap being updated each time a code
       
    74      is merged from Monticello.
       
    75 
       
    76      The format of splicemap is a flat array of pairs 
       
    77      (commit id, MCVersionInfo to splice) as literal encoding.
       
    78     "
       
    79 
       
    80     ^ #(
       
    81         #(HGChangesetId 'f6f68d32de73') #(MCVersionInfo name: 'PetitCompiler-Extras-Tests-JanKurs.29' id: 'ea1dbb67-f884-4237-8f34-adb0677c0954' date: '2015-08-24' time: '11:36:52.503' author: 'JanKurs' message: '- Some more tests
       
    82 - Better naming for PPSmalltalkParser')
       
    83 
       
    84     )
    64 ! !
    85 ! !
    65 
    86 
    66 !stx_goodies_petitparser_compiler_tests_extras class methodsFor:'description'!
    87 !stx_goodies_petitparser_compiler_tests_extras class methodsFor:'description'!
    67 
    88 
    68 excludedFromPreRequisites
    89 excludedFromPreRequisites