sergot morning o/ 06:54
brrt \o 07:21
brrt is rather impressed with the libuv-related bug fixing. FROGGS++ 07:29
nwc10 good point 07:31
FROGGS++
nwc10 FROGGS: important infomation the backlog :-) 07:59
FROGGS ohh, will backlog 08:02
*g* 08:22
nwc10 :-)
FROGGS the libuv guys/girls are awesome btw 08:23
brrt agrees with that. seldom are open source communities working as hard 08:41
and as friendly 08:42
FROGGS and mostly from/in Amsterdam :o) 08:57
at least, it seems so
brrt oh really? that's funny 08:58
i thought joyent was american
FROGGS I've just seen some of them talk about when being in Amsterdam.. 09:02
timotimo FROGGS: i see a .travis.yml in nqp, are we running that stuff already? :D 09:31
FROGGS timotimo: yes, for days :o)
timotimo: travis-ci.org/perl6/nqp 09:32
timotimo there's some way to include a little travis status icon in the readme section of the github page
do you know how to do that? is that useful for us?
FROGGS docs.travis-ci.com/user/status-images/ 09:33
I'll add it
timotimo cool :) 09:34
dalek arVM: 6e2db0b | (Tobias Leich)++ | README.markdown:
add travis build status image
09:40
dalek Heuristic branch merge: pushed 50 commits to MoarVM/cglobal by FROGGS 18:19
dalek arVM: b6f6b29 | (Tobias Leich)++ | src/core/nativecall.c:
fix pointer to pointer native cast

Which means that we can dereference a pointer, which is way better than a noop.
19:48
arVM/cglobal: 4f1d397 | (Tobias Leich)++ | src/core/ (5 files):
refactor nativecallglobal

It will just return a pointer, that we can cast later to the desired type.
19:57
arVM/cglobal: b6f6b29 | (Tobias Leich)++ | src/core/nativecall.c:
fix pointer to pointer native cast

Which means that we can dereference a pointer, which is way better than a noop.
arVM/cglobal: c876519 | (Tobias Leich)++ | src/core/nativecall.c:
Merge branch 'master' of github.com:MoarVM/MoarVM into cglobal