Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Jul 23, 2014
1 parent 31d0bd0 commit 491dc46
Show file tree
Hide file tree
Showing 14 changed files with 698 additions and 2,368 deletions.
11 changes: 6 additions & 5 deletions log/MoarVM-build.log
@@ -1,7 +1,7 @@
== Configuring and building Rakudo
cd rakudo && /usr/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install && make
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (backend moar)
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.07-11-gf1b098f / MoarVM 2014.07-9-gd9fa779).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.07-15-g48afd2e / MoarVM 2014.07-15-gb6a4250).
Cleaning up ...

You can now use 'make' to build Rakudo.
Expand Down Expand Up @@ -30,6 +30,7 @@ gcc -shared -fPIC -O1 -DNDEBUG -Wl,-rpath,/home/coke/sandbox/rakudo-star-daily/
src/Perl6/Actions.nqp
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m --target=mbc --output=blib/Perl6/Grammar.moarvm --encoding=utf8 \
src/Perl6/Grammar.nqp
Repeated character (') unexpectedly found in character class
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m --target=mbc --output=blib/Perl6/Optimizer.moarvm --encoding=utf8 \
src/Perl6/Optimizer.nqp
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m --target=mbc --output=blib/Perl6/Compiler.moarvm --encoding=utf8 \
Expand All @@ -48,12 +49,12 @@ gcc -shared -fPIC -O1 -DNDEBUG -Wl,-rpath,/home/coke/sandbox/rakudo-star-daily/
The following step can take a long time, please be patient.
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar --libpath="/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/nqp/lib" perl6.moarvm --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm src/gen/m-CORE.setting
Stage start : 0.000
Stage parse : 69.287
Stage parse : 69.961
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 8.297
Stage mast : 26.429
Stage mbc : 1.821
Stage optimize : 8.146
Stage mast : 25.735
Stage mbc : 1.788
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar --libpath="/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/nqp/lib" perl6.moarvm --target=mbc --output=RESTRICTED.setting.moarvm src/RESTRICTED.setting
/usr/bin/perl tools/build/create-moar-runner.pl "/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar" perl6.moarvm perl6-m . "/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/nqp/lib" .
./perl6-m --target=mbc --output=lib/Test.moarvm lib/Test.pm
Expand Down
4 changes: 2 additions & 2 deletions log/MoarVM-configure.log
Expand Up @@ -451,7 +451,7 @@ linking moar
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/include/dyncall
Building NQP ...
/usr/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install --backends=moar --make-install
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2014.07-9-gd9fa779, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2014.07-15-gb6a4250, which is new enough.
Cleaning up ...
/usr/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/usr/bin/perl tools/build/gen-cat.pl moar src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/moar/stage1/nqpmo.nqp
Expand Down Expand Up @@ -582,7 +582,7 @@ Cleaning up ...
/usr/bin/perl tools/build/install-moar-runner.pl "" /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install

NQP has been built and installed.
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.07-11-gf1b098f / MoarVM 2014.07-9-gd9fa779).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.07-15-g48afd2e / MoarVM 2014.07-15-gb6a4250).

Creating Makefile ...
Cleaning up ...
Expand Down
52 changes: 26 additions & 26 deletions log/MoarVM-test-modules.log
Expand Up @@ -10,73 +10,73 @@ t/07-writebarrier.t .... ok
t/08-callbacks.t ....... ok
t/09-nativecast.t ...... ok
All tests successful.
Files=9, Tests=113, 14 wallclock secs ( 0.04 usr 0.03 sys + 12.22 cusr 1.24 csys = 13.53 CPU)
Files=9, Tests=113, 14 wallclock secs ( 0.05 usr 0.02 sys + 12.44 cusr 1.33 csys = 13.84 CPU)
Result: PASS

Testing modules/xml-writer with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/escaping.t ... ok
t/structure.t .. ok
All tests successful.
Files=2, Tests=11, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.72 cusr 0.19 csys = 1.94 CPU)
Files=2, Tests=11, 3 wallclock secs ( 0.03 usr 0.00 sys + 1.96 cusr 0.19 csys = 2.18 CPU)
Result: PASS

Testing modules/svg with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/basics.t .. ok
All tests successful.
Files=1, Tests=3, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.82 cusr 0.09 csys = 0.94 CPU)
Files=1, Tests=3, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.00 cusr 0.10 csys = 1.12 CPU)
Result: PASS

Testing modules/svg-plot with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/series.t .. ok
t/ticks.t ... ok
All tests successful.
Files=2, Tests=10, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.76 cusr 0.18 csys = 1.96 CPU)
Files=2, Tests=10, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.85 cusr 0.18 csys = 2.06 CPU)
Result: PASS

Testing modules/Math-RungeKutta with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-rk-integrate.t .. ok
All tests successful.
Files=1, Tests=6, 4 wallclock secs ( 0.02 usr 0.00 sys + 3.96 cusr 0.11 csys = 4.09 CPU)
Files=1, Tests=6, 4 wallclock secs ( 0.02 usr 0.00 sys + 4.23 cusr 0.09 csys = 4.34 CPU)
Result: PASS

Testing modules/Math-Model with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/basic.t .. ok
All tests successful.
Files=1, Tests=6, 6 wallclock secs ( 0.01 usr 0.01 sys + 5.46 cusr 0.11 csys = 5.59 CPU)
Files=1, Tests=6, 6 wallclock secs ( 0.02 usr 0.00 sys + 5.60 cusr 0.12 csys = 5.74 CPU)
Result: PASS

Testing modules/perl6-Term-ANSIColor with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/00-load.t .. ok
All tests successful.
Files=1, Tests=1, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.73 cusr 0.10 csys = 0.86 CPU)
Files=1, Tests=1, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.74 cusr 0.08 csys = 0.84 CPU)
Result: PASS

Testing modules/test-mock with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/returning.t .. ok
t/synopsis.t ... ok
t/with.t ....... ok
All tests successful.
Files=3, Tests=13, 3 wallclock secs ( 0.02 usr 0.00 sys + 2.61 cusr 0.29 csys = 2.92 CPU)
Files=3, Tests=13, 4 wallclock secs ( 0.02 usr 0.02 sys + 3.19 cusr 0.34 csys = 3.57 CPU)
Result: PASS

Testing modules/Grammar-Profiler-Simple with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/csv.t .. ok
All tests successful.
Files=1, Tests=15, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.23 cusr 0.10 csys = 1.35 CPU)
Files=1, Tests=15, 1 wallclock secs ( 0.01 usr 0.02 sys + 1.28 cusr 0.14 csys = 1.45 CPU)
Result: PASS

Testing modules/grammar-debugger with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/tracer.t .. ok
All tests successful.
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.86 cusr 0.07 csys = 0.95 CPU)
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.86 cusr 0.10 csys = 0.98 CPU)
Result: PASS

Testing modules/Perl6-MIME-Base64 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/basic.t ................. ok
t/binary-and-long-line.t .. ok
t/rfc4648-test-vector.t ... ok
All tests successful.
Files=3, Tests=45, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.80 cusr 0.36 csys = 5.20 CPU)
Files=3, Tests=45, 6 wallclock secs ( 0.02 usr 0.01 sys + 4.98 cusr 0.37 csys = 5.38 CPU)
Result: PASS

Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -85,7 +85,7 @@ t/escape.t ............... ok
t/november-urlencoded.t .. ok
t/rfc-3986-examples.t .... ok
All tests successful.
Files=4, Tests=91, 7 wallclock secs ( 0.04 usr 0.01 sys + 5.73 cusr 0.46 csys = 6.24 CPU)
Files=4, Tests=91, 6 wallclock secs ( 0.04 usr 0.01 sys + 5.97 cusr 0.51 csys = 6.53 CPU)
Result: PASS

Testing modules/perl6-lwp-simple with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -103,7 +103,7 @@ t/parse-url.t ................... ok
t/socket-sanity.t ............... ok
t/stringify-headers.t ........... ok
All tests successful.
Files=13, Tests=55, 24 wallclock secs ( 0.05 usr 0.02 sys + 16.79 cusr 1.56 csys = 18.42 CPU)
Files=13, Tests=55, 25 wallclock secs ( 0.07 usr 0.02 sys + 17.98 cusr 1.67 csys = 19.74 CPU)
Result: PASS

Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -112,26 +112,26 @@ t/02-structure.t .. ok
t/03-unicode.t .... ok
t/04-roundtrip.t .. ok
All tests successful.
Files=4, Tests=119, 6 wallclock secs ( 0.06 usr 0.01 sys + 5.05 cusr 0.39 csys = 5.51 CPU)
Files=4, Tests=119, 6 wallclock secs ( 0.04 usr 0.00 sys + 5.24 cusr 0.45 csys = 5.73 CPU)
Result: PASS

Testing modules/perl6-digest-md5 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/0-load-module.t .. ok
t/perl5-compat.t ... ok
All tests successful.
Files=2, Tests=7, 2 wallclock secs ( 0.02 usr 0.02 sys + 2.05 cusr 0.22 csys = 2.31 CPU)
Files=2, Tests=7, 3 wallclock secs ( 0.02 usr 0.01 sys + 2.10 cusr 0.26 csys = 2.39 CPU)
Result: PASS

Testing modules/file-find with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-file-find.t .. ok
All tests successful.
Files=1, Tests=10, 2 wallclock secs ( 0.02 usr 0.00 sys + 2.04 cusr 0.12 csys = 2.18 CPU)
Files=1, Tests=10, 2 wallclock secs ( 0.03 usr 0.00 sys + 2.10 cusr 0.11 csys = 2.24 CPU)
Result: PASS

Testing modules/shell-command with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/02-shell-command.t .. ok
All tests successful.
Files=1, Tests=12, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.51 cusr 0.12 csys = 1.65 CPU)
Files=1, Tests=12, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.58 cusr 0.10 csys = 1.71 CPU)
Result: PASS

Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -148,19 +148,19 @@ Copying bin/bar to /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-
t/installer.t .. ok
t/tester.t ..... ok
All tests successful.
Files=5, Tests=33, 9 wallclock secs ( 0.04 usr 0.01 sys + 8.10 cusr 0.83 csys = 8.98 CPU)
Files=5, Tests=33, 9 wallclock secs ( 0.02 usr 0.02 sys + 8.10 cusr 0.77 csys = 8.91 CPU)
Result: PASS

Testing modules/perl6-http-status with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-basic.t .. ok
All tests successful.
Files=1, Tests=4, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.95 cusr 0.13 csys = 1.10 CPU)
Files=1, Tests=4, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.74 cusr 0.09 csys = 0.85 CPU)
Result: PASS

Testing modules/PSGI with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/encode-psgi-response.t .. ok
All tests successful.
Files=1, Tests=24, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.16 cusr 0.09 csys = 1.28 CPU)
Files=1, Tests=24, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.10 cusr 0.13 csys = 1.25 CPU)
Result: PASS

Testing modules/perl6-http-easy with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -171,7 +171,7 @@ t/00-basic.t ..... ok
t/01-template.t .. ok
t/02-complex.t ... ok
All tests successful.
Files=3, Tests=21, 4 wallclock secs ( 0.03 usr 0.01 sys + 3.68 cusr 0.30 csys = 4.02 CPU)
Files=3, Tests=21, 4 wallclock secs ( 0.03 usr 0.00 sys + 3.53 cusr 0.33 csys = 3.89 CPU)
Result: PASS

Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -181,7 +181,7 @@ t/03-response-content.t .. ok
t/04-templates.t ......... ok
t/05-post-content.t ...... ok
All tests successful.
Files=5, Tests=19, 7 wallclock secs ( 0.03 usr 0.01 sys + 6.03 cusr 0.59 csys = 6.66 CPU)
Files=5, Tests=19, 7 wallclock secs ( 0.03 usr 0.01 sys + 5.97 cusr 0.57 csys = 6.58 CPU)
Result: PASS

Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -192,14 +192,14 @@ t/30-Pg.t ............. ok
t/35-Pg-common.t ...... ok
t/40-sqlite-common.t .. ok
All tests successful.
Files=6, Tests=218, 15 wallclock secs ( 0.05 usr 0.02 sys + 14.30 cusr 0.76 csys = 15.13 CPU)
Files=6, Tests=218, 15 wallclock secs ( 0.06 usr 0.01 sys + 13.79 cusr 0.75 csys = 14.61 CPU)
Result: PASS

Testing modules/jsonrpc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/client.t .. ok
t/server.t .. ok
All tests successful.
Files=2, Tests=68, 13 wallclock secs ( 0.04 usr 0.02 sys + 12.64 cusr 0.36 csys = 13.06 CPU)
Files=2, Tests=68, 16 wallclock secs ( 0.04 usr 0.00 sys + 12.24 cusr 0.34 csys = 12.62 CPU)
Result: PASS

Testing modules/Pod-To-HTML with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -214,13 +214,13 @@ use of uninitialized value of type Any in string context in sub pod2html at /ho

t/04-lists.t .... ok
All tests successful.
Files=4, Tests=8, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.46 cusr 0.43 csys = 4.93 CPU)
Files=4, Tests=8, 6 wallclock secs ( 0.02 usr 0.02 sys + 4.72 cusr 0.45 csys = 5.21 CPU)
Result: PASS

Testing modules/doc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/typegraph.t .. ok
All tests successful.
Files=1, Tests=8, 3 wallclock secs ( 0.03 usr 0.00 sys + 2.66 cusr 0.16 csys = 2.85 CPU)
Files=1, Tests=8, 3 wallclock secs ( 0.03 usr 0.00 sys + 2.73 cusr 0.15 csys = 2.91 CPU)
Result: PASS

Testing modules/rakudo-debugger with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down
2 changes: 1 addition & 1 deletion log/MoarVM-test-rakudo.log
Expand Up @@ -24,6 +24,6 @@ t/01-sanity/20-defined.t ........... ok
t/01-sanity/21-try.t ............... ok
t/01-sanity/99-test-basic.t ........ ok
All tests successful.
Files=22, Tests=271, 14 wallclock secs ( 0.07 usr 0.04 sys + 12.19 cusr 1.89 csys = 14.19 CPU)
Files=22, Tests=271, 17 wallclock secs ( 0.10 usr 0.03 sys + 15.20 cusr 2.31 csys = 17.64 CPU)
Result: PASS
make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'
33 changes: 5 additions & 28 deletions log/MoarVM-version.log
@@ -1,7 +1,7 @@
Rakudo
Sofia-20-g2bc8f67
Sofia-24-g1aa3b20
NQP
2014.07-11-gf1b098f
2014.07-15-g48afd2e
modules
--------
Bailador
Expand Down Expand Up @@ -84,34 +84,11 @@ Date: Wed Feb 26 18:28:04 2014 +0100
Add License
--------
doc
commit eb191dc9889748f34407fa9e2343e87596c58e3c
Merge: 240dbdd 7d5d908
commit 58371503af5b5e1d509cf086d56e5755b11b3c18
Author: Mouq <alexmoquin@gmail.com>
Date: Tue Jul 8 05:26:26 2014 -0400
Date: Wed Jul 23 00:36:30 2014 -0700

Merge branch 'master' of https://github.com/perl6/doc

commit 7d5d908ec9f97a803913a43df10c2755fef5db7f
Merge: 3c80575 9ab09e5
Author: Alexander Moquin <alexmoquin@gmail.com>
Date: Sun Jul 6 03:15:37 2014 -0400

Merge pull request #22 from ronaldxs/patch-1

Update classtut.pod

commit 9ab09e568ad82ed9f397aa9349313905f9e41db8
Author: ronaldxs <ronaldxs@software-path.com>
Date: Fri Jul 4 22:31:28 2014 -0400

Update classtut.pod

Rakudo now appears to support at least enough autovivification to remove this line.

The program below does the right thing and the examples appear to work without the initialization.
perl6 -e 'my %h; push(%h<k>, "v"); %h.say'

That part of the code seems to date back to September 2012 or earlier.
Add a little bit about :sigspace
--------
file-find
commit d79a83184da825f61d8c481050f931b511d74cae
Expand Down

0 comments on commit 491dc46

Please sign in to comment.