Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Mar 26, 2015
1 parent 83caa39 commit 43762c3
Show file tree
Hide file tree
Showing 9 changed files with 92 additions and 108 deletions.
10 changes: 5 additions & 5 deletions log/MoarVM-build.log
@@ -1,6 +1,6 @@
== Configuring and building Rakudo
cd rakudo && /home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install --backends=moar && make
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.03-51-ge45d8de / MoarVM 2015.03-14-gb5d57ae).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.03-51-ge45d8de / MoarVM 2015.03-16-ga752064).
Cleaning up ...

You can now use 'make' to build Rakudo.
Expand Down Expand Up @@ -49,12 +49,12 @@ gcc -L/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/instal
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/share/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 : 30.924
Stage parse : 32.138
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 3.594
Stage mast : 10.251
Stage mbc : 0.137
Stage optimize : 3.628
Stage mast : 10.245
Stage mbc : 0.136
/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/share/nqp/lib" perl6.moarvm --target=mbc --ll-exception --output=RESTRICTED.setting.moarvm src/RESTRICTED.setting
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e rm_f perl6-m
/home/coke/perl5/perlbrew/perls/perl-5.20.1/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/share/nqp/lib" .
Expand Down
18 changes: 9 additions & 9 deletions log/MoarVM-configure.log
Expand Up @@ -172,8 +172,11 @@ compiling src/platform/posix/sys.o
gcc -O2 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_TRACING=0 -DMVM_CGOTO=1 3rdparty/dynasm/minilua.c -o 3rdparty/dynasm/minilua -lm -lpthread -lrt -ldl
./3rdparty/dynasm/minilua ./3rdparty/dynasm/dynasm.lua -D POSIX=1 -o src/jit/emit_posix_x64.c src/jit/emit_x64.dasc
compiling src/jit/emit_posix_x64.o
compiling 3rdparty/sha1/sha1.o
linking 3rdparty/sha1/libsha1.a
building dyncall...
ar: creating libdyncall_s.a
ar: creating libdyncallback_s.a
ar: creating libdynload_s.a
done.
compiling 3rdparty/tinymt/tinymt64.o
linking 3rdparty/tinymt/libtinymt.a
compiling 3rdparty/libtommath/bn_error.o
Expand Down Expand Up @@ -298,11 +301,8 @@ compiling 3rdparty/libtommath/bn_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_s_mp_sub.o
compiling 3rdparty/libtommath/bncore.o
linking 3rdparty/libtommath/libtommath.a
building dyncall...
ar: creating libdyncall_s.a
ar: creating libdyncallback_s.a
ar: creating libdynload_s.a
done.
compiling 3rdparty/sha1/sha1.o
linking 3rdparty/sha1/libsha1.a
linking 3rdparty/libatomic_ops/src/libatomic_ops.a
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -476,7 +476,7 @@ linking moar
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e cp 3rdparty/linenoise/*.h /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/include/linenoise
Building NQP ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/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 2015.03-14-gb5d57ae, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2015.03-16-ga752064, which is new enough.
Cleaning up ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/coke/perl5/perlbrew/perls/perl-5.20.1/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 @@ -609,7 +609,7 @@ Cleaning up ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/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 2015.03-51-ge45d8de / MoarVM 2015.03-14-gb5d57ae).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.03-51-ge45d8de / MoarVM 2015.03-16-ga752064).

Creating Makefile ...
Cleaning up ...
Expand Down
46 changes: 23 additions & 23 deletions log/MoarVM-test-modules.log
Expand Up @@ -17,7 +17,7 @@ t/escaping.t (Wstat: 256 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/structure.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=2, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.37 cusr 0.06 csys = 0.45 CPU)
Files=2, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.36 cusr 0.06 csys = 0.44 CPU)
Result: FAIL

Testing modules/svg with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -32,14 +32,14 @@ Test Summary Report
t/basics.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.19 cusr 0.04 csys = 0.25 CPU)
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.17 cusr 0.03 csys = 0.22 CPU)
Result: FAIL

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, 3 wallclock secs ( 0.03 usr 0.00 sys + 2.06 cusr 0.11 csys = 2.20 CPU)
Files=2, Tests=10, 2 wallclock secs ( 0.02 usr 0.00 sys + 2.00 cusr 0.04 csys = 2.06 CPU)
Result: PASS

Testing modules/perl6-Term-ANSIColor with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -52,7 +52,7 @@ Test Summary Report
-------------------
t/00-load.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.17 cusr 0.02 csys = 0.21 CPU)
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.19 cusr 0.01 csys = 0.22 CPU)
Result: FAIL

Testing modules/test-mock with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -77,7 +77,7 @@ t/synopsis.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/with.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=3, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.57 cusr 0.06 csys = 0.66 CPU)
Files=3, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.55 cusr 0.07 csys = 0.64 CPU)
Result: FAIL

Testing modules/Grammar-Profiler-Simple with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -90,7 +90,7 @@ Test Summary Report
-------------------
t/csv.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.21 cusr 0.03 csys = 0.26 CPU)
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.19 cusr 0.02 csys = 0.23 CPU)
Result: FAIL

Testing modules/grammar-debugger with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -109,15 +109,15 @@ t/debugger.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/tracer.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=2, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.39 cusr 0.05 csys = 0.46 CPU)
Files=2, Tests=0, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.38 cusr 0.04 csys = 0.45 CPU)
Result: FAIL

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, 2 wallclock secs ( 0.03 usr 0.00 sys + 2.04 cusr 0.11 csys = 2.18 CPU)
Files=3, Tests=45, 2 wallclock secs ( 0.04 usr 0.00 sys + 1.61 cusr 0.10 csys = 1.75 CPU)
Result: PASS

Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -148,7 +148,7 @@ t/november-urlencoded.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/rfc-3986-examples.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=4, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.83 cusr 0.12 csys = 0.97 CPU)
Files=4, Tests=0, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.72 cusr 0.08 csys = 0.83 CPU)
Result: FAIL

Testing modules/perl6-lwp-simple with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -238,7 +238,7 @@ t/socket-sanity.t (Wstat: 65280 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/stringify-headers.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=13, Tests=0, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.56 cusr 0.33 csys = 2.95 CPU)
Files=13, Tests=0, 3 wallclock secs ( 0.05 usr 0.01 sys + 1.91 cusr 0.28 csys = 2.25 CPU)
Result: FAIL

Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -247,7 +247,7 @@ t/02-structure.t .. ok
t/03-unicode.t .... ok
t/04-roundtrip.t .. ok
All tests successful.
Files=4, Tests=120, 3 wallclock secs ( 0.05 usr 0.00 sys + 3.10 cusr 0.13 csys = 3.28 CPU)
Files=4, Tests=120, 3 wallclock secs ( 0.05 usr 0.00 sys + 2.86 cusr 0.08 csys = 2.99 CPU)
Result: PASS

Testing modules/perl6-digest-md5 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -266,7 +266,7 @@ t/0-load-module.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/perl5-compat.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=2, Tests=0, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.41 cusr 0.06 csys = 0.50 CPU)
Files=2, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.36 cusr 0.06 csys = 0.44 CPU)
Result: FAIL

Testing modules/file-find with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -279,7 +279,7 @@ Test Summary Report
-------------------
t/01-file-find.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.20 cusr 0.04 csys = 0.26 CPU)
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.19 cusr 0.02 csys = 0.23 CPU)
Result: FAIL

Testing modules/shell-command with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -292,7 +292,7 @@ Test Summary Report
-------------------
t/02-shell-command.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.23 cusr 0.00 csys = 0.26 CPU)
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.20 cusr 0.03 csys = 0.25 CPU)
Result: FAIL

Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -329,7 +329,7 @@ t/installer.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/tester.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=5, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.88 cusr 0.09 csys = 1.00 CPU)
Files=5, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.76 cusr 0.14 csys = 0.93 CPU)
Result: FAIL

Testing modules/perl6-http-status with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -344,7 +344,7 @@ Test Summary Report
t/01-basic.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.18 cusr 0.02 csys = 0.22 CPU)
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.17 cusr 0.02 csys = 0.21 CPU)
Result: FAIL

Testing modules/PSGI with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -357,7 +357,7 @@ Test Summary Report
-------------------
t/encode-psgi-response.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.33 cusr 0.02 csys = 0.37 CPU)
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.25 cusr 0.03 csys = 0.30 CPU)
Result: FAIL

Testing modules/perl6-http-easy with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -385,7 +385,7 @@ t/01-template.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/02-complex.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=3, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.62 cusr 0.07 csys = 0.71 CPU)
Files=3, Tests=0, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.49 cusr 0.10 csys = 0.62 CPU)
Result: FAIL

Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -416,7 +416,7 @@ t/04-templates.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/05-post-content.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=4, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.75 cusr 0.09 csys = 0.86 CPU)
Files=4, Tests=0, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.71 cusr 0.09 csys = 0.84 CPU)
Result: FAIL

Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -465,7 +465,7 @@ t/40-sqlite-common.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/41-sqlite-exec-error.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=7, Tests=0, 2 wallclock secs ( 0.04 usr 0.00 sys + 1.31 cusr 0.18 csys = 1.53 CPU)
Files=7, Tests=0, 2 wallclock secs ( 0.04 usr 0.01 sys + 1.10 cusr 0.14 csys = 1.29 CPU)
Result: FAIL

Testing modules/jsonrpc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -484,7 +484,7 @@ t/client.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/server.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=2, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.56 cusr 0.04 csys = 0.62 CPU)
Files=2, Tests=0, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.48 cusr 0.06 csys = 0.57 CPU)
Result: FAIL

Testing modules/Pod-To-HTML with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -515,7 +515,7 @@ t/03-comment.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/04-lists.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=4, Tests=0, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.80 cusr 0.13 csys = 0.97 CPU)
Files=4, Tests=0, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.75 cusr 0.07 csys = 0.86 CPU)
Result: FAIL

Testing modules/doc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -525,7 +525,7 @@ URI::Escape required to run these tests in block at t/pod-htmlify.t:7
t/pod-htmlify.t ...... skipped: (no reason given)
t/typegraph.t ........ ok
All tests successful.
Files=3, Tests=18, 2 wallclock secs ( 0.05 usr 0.00 sys + 2.32 cusr 0.12 csys = 2.49 CPU)
Files=3, Tests=18, 3 wallclock secs ( 0.04 usr 0.00 sys + 2.23 cusr 0.05 csys = 2.32 CPU)
Result: PASS

Testing modules/debugger-ui-commandline 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 @@ -38,6 +38,6 @@ t/04-nativecall/10-cglobals.t ........ ok
t/04-nativecall/12-sizeof.t .......... ok
t/04-nativecall/14-rw-attrs.t ........ ok
All tests successful.
Files=36, Tests=440, 16 wallclock secs ( 0.15 usr 0.04 sys + 14.91 cusr 1.46 csys = 16.56 CPU)
Files=36, Tests=440, 14 wallclock secs ( 0.14 usr 0.05 sys + 13.20 cusr 1.12 csys = 14.51 CPU)
Result: PASS
make[1]: Leaving directory '/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'
32 changes: 12 additions & 20 deletions log/MoarVM-version.log
@@ -1,7 +1,7 @@
MoarVM
2015.03-14-gb5d57ae
2015.03-16-ga752064
Rakudo
Cluj-48-g9746e88
Cluj-52-g663a22b
NQP
2015.03-51-ge45d8de
modules
Expand Down Expand Up @@ -104,30 +104,22 @@ Date: Wed Apr 30 18:36:36 2014 -0400
If the target is hundreds or thousands of lines long then this is always going to be a lot faster. Right now the impact is colossal for target strings of more than a dozen typical text file lines.
--------
doc
commit f64f3cf70845daf4dea2663cb2d7f212bf0554ce
Merge: 103c676 bb4d9b3
commit 23135c06734bbd4012af6137e85af6c552e7b57f
Merge: 9d93967 fd6d1f8
Author: Paul Cochrane <paultcochrane@users.noreply.github.com>
Date: Tue Mar 24 16:36:52 2015 +0100
Date: Thu Mar 26 06:52:02 2015 +0100

Merge pull request #62 from edwinst/master
Merge pull request #63 from edwinst/master

A couple of edits for "Sets, Bags, and Mixes"
Emphasize unorderedness of "Sets, Bags, and Mixes".

commit bb4d9b334af2ff67fc8988b3d7bc33ce81860dc9
commit fd6d1f83164b3ec82a3f12e1d580666784c633a7
Author: Edwin Steiner <edwin.steiner@gmx.net>
Date: Tue Mar 24 16:26:11 2015 +0100
Date: Wed Mar 25 21:28:35 2015 +0100

Attempt to clarify the description of set/bag intersection.

I found the phrase "maximum weight all of the arguments share" a bit
confusing. Hopefully this new version is clearer. Your milage may
vary, I guess.

commit 51cb139f22321ac3b73136b7474cc29741c3ab5f
Author: Edwin Steiner <edwin.steiner@gmx.net>
Date: Tue Mar 24 15:47:09 2015 +0100

Remove some redundant words which probably remained from a copy&paste.
Rephrase subtitle and introduction of "Sets, Bags, and Mixes" to
emphasize the unorderedness of these containers. Avoid calling them "lists".
Add some words about immutable/mutable variants.
--------
file-find
commit 283045fc2f42a6302d8491b5ba1a580e896df02a
Expand Down

0 comments on commit 43762c3

Please sign in to comment.