Skip to content

Instantly share code, notes, and snippets.

pmichaud@kiwi:/zip/perl/rakudo-star-2013.01$ cat bbkr.p6
use HTTP::Easy::PSGI;
my $app = sub (%env) {
print %env.perl;
return [ 204, [ ], [ ] ];
};
my $psgi = HTTP::Easy::PSGI.new( host => "", port => 8080);
$psgi.app( $app );
$psgi.run;
pmichaud@kiwi:/zip/perl/rakudo-star-2012.12$ cat bbkr.p6
use HTTP::Easy::PSGI;
my $app = sub (%env) {
print %env.perl;
return [ 204, [ ], [ ] ];
};
my $psgi = HTTP::Easy::PSGI.new( host => "", port => 8080);
$psgi.app( $app );
$psgi.run;
pmichaud@kiwi:~/p6/rakudo$ ls
blib CREDITS dynext LHF.markdown LICENSE parrot src tools
Configure.pl docs INSTALL.txt lib nqp README t VERSION
pmichaud@kiwi:~/p6/rakudo$ git clean -xdf
Removing nqp/
Removing parrot/
Removing t/spec/
pmichaud@kiwi:~/p6/rakudo$ ls nqp
3rdparty LICENSE nqp_group.h QASTNode.pbc
config.status Makefile nqp_group.o QAST.pbc
c255f1d interpolation of e.g. regexes in arrays in regexes
483ce86 [docs] update the download step in the release guide
42f8ead Some formatting updates to 2013.02 announcement.
f67e101 Update the release guide
78d2a2a [release] Add a new release announcement
c89dd87 [release] bump VERSION
256339c [release] bump NQP revision
pmichaud@kiwi:~/p6/nqp$ git log --graph --oneline f8a37df..f03f15a
* f03f15a bump VERSIOn to 2013.02.1
* 21a6b2c Fix braino in nqp_dyncall.ops.
* 1cc0d94 Wrap a Parrot detail up in a QAST::VM.
* 883fd06 bump VERSION to 2013.02
* 688763c Toss outdated comment.
* 866304d Toss long-broken --dumper option and related code.
* 6f3692d Port EXPR to NQP. Much code from kboga++.
* 2ddd4dc Merge pull request #75 from perl6/ops-fixes
|\
Bisect for Rakudo to find slowness:
Albany-25-g639d7f8 (2013-05-02) 64m24.082s BAD
2013.02.1-76-gaf61c17 (2013-03-11) 43m14.936s BAD
2013.02.1-20-g6f5cfc1 (2013-03-02) 37m23.811s BAD
2013.02.1-7-gb205e66 (2013-02-24) 37m20.470s BAD
drinkers-2-gc255f1d (2013-02-23)
Sonoma-143-ga763a18 (2013-02-22) 4m38.368s GOOD
Sonoma-115-g5a12919 (2013-02-13) 4m36.900s GOOD
Sonoma-4-gd8cc616 (2013-01-18) 4m33.447s GOOD
commit 883fd06cc5bcdb63a87a2cd3c099d0bd5e1d55fc
Author: Tadeusz Sośnierz <tadzikes@gmail.com>
Date: Fri Feb 22 18:03:55 2013 +0100
bump VERSION to 2013.02
commit 688763c4c4decd40ac1462036c4ddb40405f6767
Author: jnthn <jnthn@jnthn.net>
Date: Thu Feb 21 13:34:56 2013 +0100
pmichaud@kiwi:~/p6/star/work/rakudo-star-2013.04$ make modules-test
/usr/bin/perl tools/build/modules-test.pl /home/pmichaud/p6/star/work/rakudo-star-2013.04 /home/pmichaud/p6/star/work/rakudo-star-2013.04/install/bin/perl6 modules/MODULES.txt
Testing modules/zavolaj...
t/01-argless.t ......... ok
t/02-simple-args.t ..... ok
t/03-simple-returns.t .. ok
t/04-pointers.t ........ ok
t/05-arrays.t .......... ok
t/06-struct.t .......... ok
t/07-writebarrier.t .... ok
pmichaud@kiwi:~/p6/star/work/rakudo-star-2013.04$ make modules-test
/usr/bin/perl tools/build/modules-test.pl /home/pmichaud/p6/star/work/rakudo-star-2013.04 /home/pmichaud/p6/star/work/rakudo-star-2013.04/install/bin/perl6 modules/MODULES.txt
Testing modules/zavolaj...
t/01-argless.t ......... ok
t/02-simple-args.t ..... ok
t/03-simple-returns.t .. ok
t/04-pointers.t ........ ok
t/05-arrays.t .......... ok
t/06-struct.t .......... ok
t/07-writebarrier.t .... ok
Test Summary Report
-------------------
t/spec/S02-literals/autoref.t (Wstat: 256 Tests: 8 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 57 tests but ran 8.
t/spec/S02-literals/pairs.rakudo (Wstat: 256 Tests: 21 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 79 tests but ran 21.
t/spec/S02-magicals/dollar-underscore.rakudo (Wstat: 256 Tests: 2 Failed: 0)
Non-zero exit status: 1