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 8, 2014
1 parent 774d855 commit e145f55
Show file tree
Hide file tree
Showing 14 changed files with 1,445 additions and 547 deletions.
78 changes: 73 additions & 5 deletions log/MoarVM-build.log

Large diffs are not rendered by default.

13 changes: 2 additions & 11 deletions log/MoarVM-configure.log
Expand Up @@ -58,15 +58,6 @@ compiling src/core/coerce.o
compiling src/core/dll.o
compiling src/core/ext.o
compiling src/core/nativecall.o
src/core/nativecall.c: In function ‘unmarshal_callback’:
src/core/nativecall.c:383:9: warning: passing argument 2 of ‘dcbNewCallback’ from incompatible pointer type [enabled by default]
callback_data->cb = dcbNewCallback(signature, &callback_handler, callback_data);
^
In file included from src/moar.h:28:0,
from src/core/nativecall.c:1:
3rdparty/dyncall/dyncallback/dyncall_callback.h:41:13: note: expected ‘char (*)(struct DCCallback *, struct DCArgs *, union DCValue *, void *)’ but argument is of type ‘char (*)(struct DCCallback *, struct DCArgs *, union DCValue *, struct MVMNativeCallback *)’
DCCallback* dcbNewCallback(const char* signature, DCCallbackHandler* funcptr, void* userdata);
^
compiling src/core/continuation.o
compiling src/core/intcache.o
compiling src/core/fixedsizealloc.o
Expand Down Expand Up @@ -460,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.06-40-g6b458f7, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2014.06-55-g55187a1, 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 @@ -591,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.06-6-g5b5fe31 / MoarVM 2014.06-40-g6b458f7).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.06-24-gba3354c / MoarVM 2014.06-55-g55187a1).

Creating Makefile ...
Cleaning up ...
Expand Down
137 changes: 111 additions & 26 deletions log/MoarVM-test-modules.log

Large diffs are not rendered by default.

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, 16 wallclock secs ( 0.08 usr 0.04 sys + 13.49 cusr 2.21 csys = 15.82 CPU)
Files=22, Tests=271, 15 wallclock secs ( 0.10 usr 0.04 sys + 13.28 cusr 1.90 csys = 15.32 CPU)
Result: PASS
make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'
77 changes: 39 additions & 38 deletions log/MoarVM-version.log
@@ -1,7 +1,7 @@
Rakudo
Gdansk-48-g5613bea
Gdansk-70-g6fab386
NQP
2014.06-6-g5b5fe31
2014.06-24-gba3354c
modules
--------
Bailador
Expand Down Expand Up @@ -35,11 +35,11 @@ Date: Fri May 24 22:47:38 2013 -0500
Export via proto
--------
MODULES.txt
commit c9969dd0d83d70bc32805143b4ac4a61b65707b3
commit 7377a69e0c7ef673b165fdff41299f67eb0f639d
Author: Moritz Lenz <mlenz@noris.net>
Date: Fri May 23 10:14:50 2014 +0200
Date: Wed Jul 2 16:07:15 2014 +0200

bump version in README and Makefile.in
bump more versions
--------
Math-Model
commit aacc103f76d6cdee856d457523a87c1eea9b0ac2
Expand Down Expand Up @@ -70,11 +70,11 @@ Date: Fri May 30 01:24:06 2014 +1200
$*VM<name> is deprecated
--------
Pod-To-HTML
commit c400b666549fbca40664112ee4bce4418cec5380
Author: Mouq <alexmoquin@gmail.com>
Date: Thu Jun 19 14:33:29 2014 -0400
commit 4c5293ec153c1dffc711d82ccd74248db9017cc8
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Tue Jul 8 01:29:08 2014 +0200

Display DESCRIPTION below the TITLE, if applicable
Fix %h = {...} deprecation warning
--------
Template-Mojo
commit b1b6fa6c626575385b334bb423d66111598fb0bf
Expand All @@ -84,11 +84,27 @@ Date: Wed Feb 26 18:28:04 2014 +0100
Add License
--------
doc
commit 3c8057545695748505b120b0464cd6c4f55ec2d2
Author: Kamil <teodozjan@gmail.com>
Date: Wed Jun 18 23:05:29 2014 +0200
commit 7d5d908ec9f97a803913a43df10c2755fef5db7f
Merge: 3c80575 9ab09e5
Author: Alexander Moquin <alexmoquin@gmail.com>
Date: Sun Jul 6 03:15:37 2014 -0400

Replaced tab with spaces. POD parsing is very sensitive to that
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.
--------
file-find
commit d79a83184da825f61d8c481050f931b511d74cae
Expand Down Expand Up @@ -148,20 +164,11 @@ Date: Fri May 2 11:51:58 2014 +0200
Also, the s/^/.HOW/ change should not be necessary, but there seems to be a bug in rakudo@moarvm that shows up when the code gets precompiled.
--------
panda
commit f18433530bae1093045f75a0db01c08a43f87242
Merge: 2714f9f 4073c98
Author: Tobias Leich <email@froggs.de>
Date: Fri Jun 20 12:38:18 2014 +0200

Merge pull request #86 from teodozjan/patch-1

typo in test messaage

commit 4073c98d8f629c2b8ec4bfa801603d5ed5c9fff5
Author: Kamil Kułaga <teodozjan@users.noreply.github.com>
Date: Fri Jun 20 12:35:25 2014 +0200
commit 246ad58c593f633b936a8a9f109a95e0ea21ba8e
Author: Solomon Foster <colomon@gmail.com>
Date: Thu Jul 3 08:49:11 2014 -0400

typo in test
Rename method destdir so it doesn't hide $.destdir.
--------
perl6-Term-ANSIColor
commit 0e92caf09397f458314d4a30974618628a3e5600
Expand Down Expand Up @@ -339,17 +346,11 @@ Date: Wed Jan 15 19:41:26 2014 +0100
gets rid of a "use of Nil in numeric context" warning
--------
zavolaj
commit 265e5046408e795acb72d5a58c2b2650d6450c34
Merge: 2cd79b0 53317e5
Author: Jonathan Worthington <jnthn@jnthn.net>
Date: Fri Jun 20 00:45:36 2014 +0200
commit ec3f50927bd5a658604da837e8ea51361fba1e32
Author: Tobias Leich <email@froggs.de>
Date: Mon Jul 7 00:09:42 2014 +0200

Merge pull request #39 from jnthn/tadzik/deprecations
simplify sub nativecast

Get rid of deprecation messages

commit 53317e52497ecb5625727ecdc0571ec0e1d3226f
Author: Tadeusz Sośnierz <tadzikes@gmail.com>
Date: Fri May 16 15:58:04 2014 +0200

Get rid of deprecation messages
We do not need to box the return value anymore since we provide the proper
box target now. A call looks now like: nativecast(int32, Int, $opaque-pointer)

0 comments on commit e145f55

Please sign in to comment.