Mon, 09 Nov 2015 00:38:23 +0000 Fixed CI scripts for PetitParser.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 09 Nov 2015 00:38:23 +0000] rev 550
Fixed CI scripts for PetitParser.
Mon, 09 Nov 2015 00:38:23 +0000 Added CI scripts for PetitParser.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 09 Nov 2015 00:38:23 +0000] rev 549
Added CI scripts for PetitParser.
Thu, 08 Oct 2015 09:41:03 +0100 Added README and LICENSE
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 08 Oct 2015 09:41:03 +0100] rev 548
Added README and LICENSE
Thu, 10 Sep 2015 07:13:16 +0100 Portability: Removed tests/asserts referring to BlockClosure
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 10 Sep 2015 07:13:16 +0100] rev 547
Portability: Removed tests/asserts referring to BlockClosure Due to historical reasons, there's no BlockClosure in Smalltalk/X, the class is named Block. Conversely, there's no Block in Squeak/Pharo.
Tue, 08 Sep 2015 09:15:35 +0100 Oops, re-added list splicemap for stx:goodies/petitparser/compiler
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 09:15:35 +0100] rev 546
Oops, re-added list splicemap for stx:goodies/petitparser/compiler It somehow got lost during merge
Tue, 08 Sep 2015 03:20:10 +0100 Forge Monticello ancestry when exporting .mcz
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 03:20:10 +0100] rev 545
Forge Monticello ancestry when exporting .mcz Generate ancestry based in Mercurial history and individual package's splice maps.
Tue, 08 Sep 2015 02:49:45 +0100 Portabiluty: use `Exception new signal: message` to throw exceptions
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 02:49:45 +0100] rev 544
Portabiluty: use `Exception new signal: message` to throw exceptions ...instead of #signalWith: It seems that this is the only portable way to throw exceptions (at least among Pharo and Smalltalk/X)
Tue, 08 Sep 2015 02:40:05 +0100 Poratbility: do not use #removeAtIndex: under Pharo.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 02:40:05 +0100] rev 543
Poratbility: do not use #removeAtIndex: under Pharo. Pharo does not have #removeAtIndex: which is actually and ANSI protocol. But Pharoers do not like ANSI and don't give a shit about compatibility. To workaround it, use super-ugly #respondsTo: test.
Tue, 08 Sep 2015 02:06:11 +0100 Use #skipIf: instead of <skip>
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 02:06:11 +0100] rev 542
Use #skipIf: instead of <skip>
Tue, 08 Sep 2015 01:31:37 +0100 Added ,mcz export by-producsts to .hgignore
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 01:31:37 +0100] rev 541
Added ,mcz export by-producsts to .hgignore
Tue, 08 Sep 2015 02:23:45 +0100 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 02:23:45 +0100] rev 540
Merge
Tue, 08 Sep 2015 01:24:23 +0100 Updated splicemaps.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 08 Sep 2015 01:24:23 +0100] rev 539
Updated splicemaps.
Mon, 07 Sep 2015 11:53:38 +0100 PPCConfiguration refactoring: [10/10]: Cleaned up compilation API
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 07 Sep 2015 11:53:38 +0100] rev 538
PPCConfiguration refactoring: [10/10]: Cleaned up compilation API The main compilation method is now PPParser>>compileWithOptions: Removed oither old and unused compilation methods from PPParser and other PetitCompiler classes.
Mon, 07 Sep 2015 08:20:46 +0100 PPCConfiguration refactoring: [9/10]: Renamed PPCConfiguration to PPCCompiler.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 07 Sep 2015 08:20:46 +0100] rev 537
PPCConfiguration refactoring: [9/10]: Renamed PPCConfiguration to PPCCompiler.
Mon, 07 Sep 2015 08:03:02 +0100 PPCConfiguration refactoring: [8/10]: Cleaned up compilation API.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 07 Sep 2015 08:03:02 +0100] rev 536
PPCConfiguration refactoring: [8/10]: Cleaned up compilation API. Methods in PPCConfiguration not meant for public use have been moved to private protocol to make it clear.
(0) -300 -100 -15 +15 +100 tip