compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st
changeset 539 610131174c0f
parent 502 1e45d3c96ec5
child 540 694ad2f97c65
equal deleted inserted replaced
524:f6f68d32de73 539:610131174c0f
    32 
    32 
    33     ^ 'PetitCompiler-Benchmarks'
    33     ^ 'PetitCompiler-Benchmarks'
    34 
    34 
    35     "Created: / 03-10-2014 / 01:47:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    35     "Created: / 03-10-2014 / 01:47:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    36     "Modified: / 24-11-2014 / 00:08:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    36     "Modified: / 24-11-2014 / 00:08:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    37 !
       
    38 
       
    39 monticelloSplicemap
       
    40     "Return a splicemap for this package. This is used to forge a 
       
    41      'fake' ancestor when generating ancestry information out of 
       
    42      Mercurial (or anyt other) history. This should make merging 
       
    43      back into Squeak/Pharo a little easier as Monticello can (in theory)
       
    44      find a proper ancestor. 
       
    45 
       
    46      All this requires monticelloSplicemap being updated each time a code
       
    47      is merged from Monticello.
       
    48 
       
    49      The format of splicemap is a flat array of pairs 
       
    50      (commit id, MCVersionInfo to splice) as literal encoding.
       
    51     "
       
    52 
       
    53     ^ #(
       
    54         #(HGChangesetId 'f6f68d32de73') #(MCVersionInfo name: 'PetitCompiler-Benchmarks-JanKurs.19' id: '1c342fdb-8ddd-4104-9c47-a8f589c51694' date: '2015-08-24' time: '11:48:47.045' author: 'JanKurs' message: '### Cleanup
       
    55 - shadow variables removed')
       
    56 
       
    57     )
    37 ! !
    58 ! !
    38 
    59 
    39 !stx_goodies_petitparser_compiler_benchmarks class methodsFor:'description'!
    60 !stx_goodies_petitparser_compiler_benchmarks class methodsFor:'description'!
    40 
    61 
    41 excludedFromPreRequisites
    62 excludedFromPreRequisites