diff -r f6f68d32de73 -r 610131174c0f compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st --- a/compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st Mon Aug 24 15:34:14 2015 +0100 +++ b/compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st Tue Sep 08 01:24:23 2015 +0100 @@ -34,6 +34,27 @@ "Created: / 03-10-2014 / 01:47:26 / Jan Vrany " "Modified: / 24-11-2014 / 00:08:40 / Jan Vrany " +! + +monticelloSplicemap + "Return a splicemap for this package. This is used to forge a + 'fake' ancestor when generating ancestry information out of + Mercurial (or anyt other) history. This should make merging + back into Squeak/Pharo a little easier as Monticello can (in theory) + find a proper ancestor. + + All this requires monticelloSplicemap being updated each time a code + is merged from Monticello. + + The format of splicemap is a flat array of pairs + (commit id, MCVersionInfo to splice) as literal encoding. + " + + ^ #( + #(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 +- shadow variables removed') + + ) ! ! !stx_goodies_petitparser_compiler_benchmarks class methodsFor:'description'!