Parrot 4.5.0 "Buff-faced Pygmy Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 8 July 2012.
02:31 tobym joined 04:02 alvis_ joined 05:01 benabik_ joined 05:25 particle joined 07:10 particle1 joined 07:41 particle joined 08:58 benabik_ joined 09:27 travis-ci joined
travis-ci [travis-ci] parrot/parrot#478 (master - 10eab20 : Alvis Yardley): The build was fixed. 09:27
[travis-ci] Change view : github.com/parrot/parrot/compare/c...eab205e5bb
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/1856519
09:27 travis-ci left 09:29 travis-ci joined
travis-ci [travis-ci] parrot/parrot#479 (master - 5cba8ae : Alvis Yardley): The build was broken. 09:29
[travis-ci] Change view : github.com/parrot/parrot/compare/1...ba8aef1c06
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/1857527
09:29 travis-ci left 09:42 particle1 joined 09:56 lucian joined 10:20 Psyche^ joined
dalek kudo/toqast: 8700bce | jnthn++ | src/QPerl6/Actions.pm:
Fix loop code-gen.
11:34
kudo/toqast: 8c9c94b | jnthn++ | src/QPerl6/Actions.pm:
Largely get Whatever currying to work again.
rrot/gh798_embed_api_green_threads: 5ee91fa | nine++ | / (3 files):
Make embed API invoke work with green threads

Task now have an optional signature data attribute which can be passed to to Parrot_pcc_invoke_from_sig_object directly instead of creating a signature using Parrot_ext_call.
This is used to have Parrot_api_pmc_invoke create a task and invoke the scheduler's outer runloop instead of invoking the given sub directly. This way the green threads infratructure is used correctly and ops like sleep should work.
11:57
rrot/threads: e77c0bd | Whiteknight++ | / (69 files):
merge from master. There was one conflict in the now-missing lib/Parrot/Pmc2c/Attributes.pm file. I've copied over some relevant bits of that file to the new home, but it doesn't work so I commented it out.
12:13
rrot/threads: e567a21 | nine++ | /:
Merge branch 'threads' of github.com:parrot/parrot into threads
p/toqast: 51fa282 | jnthn++ | src/QAST/Operations.nqp:
Implement defor.
12:21
kudo/toqast: 00efc81 | jnthn++ | src/QPerl6/Grammar.pm:
def_or => defor.
12:25
kudo/toqast: 1051dc7 | jnthn++ | src/QPerl6/Actions.pm:
A little more PAST to QAST.
kudo/toqast: d7ecca7 | jnthn++ | src/QPerl6/ (2 files):
Get package lookup compilation in better shape.
kudo/nom: 23d186c | moritz++ | src/core/IO.pm:
[IO] implement binary slurp

also coerce filename to Str before unboxing. Should avoid the LTA error message reported in RT #114124
12:29
12:38 JimmyZ joined
dalek kudo/nom: 55cf00a | moritz++ | docs/ChangeLog:
[docs/ChangeLog] &spurt, &slurp with :bin
12:55
p/toqast: 30ab35b | jnthn++ | src/QAST/Compiler.nqp:
Set block name.
kudo/nom: ee86a54 | moritz++ | src/core/IO.pm:
[IO] spurt :new is now :createonly
12:58
13:03 JimmyZ joined
dalek kudo/toqast: 39bd6cf | jnthn++ | src/QPerl6/Actions.pm:
Fix compilation of indirect method calls.
13:06
kudo/toqast: e08c1dd | jnthn++ | src/QPerl6/ (3 files):
Fix state, START.
13:21 jsut joined 13:24 mtk joined
dalek kudo/toqast: dda694c | jnthn++ | src/QPerl6/Actions.pm:
Fix whatever currying of prefix and postfix ops.
13:42
kudo/toqast: cfbb2fc | jnthn++ | src/QPerl6/Actions.pm:
Fix quoted private method calls.
kudo/toqast: ceade33 | jnthn++ | src/QPerl6/ (2 files):
Start unbusting various phasers a bit.
kudo/toqast: 836b1a3 | jnthn++ | src/QPerl6/ (2 files):
First crack at getting the CATCH and CONTROL stuff updated for QAST. Along the right lines, though when/default not done yet, so not so useful.
14:10
15:01 particle joined 16:36 jashwanth joined 16:46 muixirt joined 16:47 PacoAir joined
muixirt hi 16:48
16:56 lucian joined 17:08 brambles joined 17:23 dngor joined 18:36 PacoAir joined 18:37 PacoAir_ joined 18:39 PacoAir_ joined 18:40 PacoAir_ joined 18:42 PacoAir_ joined 18:51 PacoAir joined 18:53 PacoAir_ joined 18:55 PacoAir_ joined 19:05 PacoAir joined 19:10 particle1 joined 19:12 PacoAir joined 19:29 PacoAir joined 19:31 PacoAir_ joined 19:34 PacoAir joined 19:35 PacoAir_ joined 19:38 PacoAir_ joined 19:42 PacoAir joined 19:44 PacoAir_ joined 20:06 PacoAir joined 20:10 PacoAir joined 20:11 PacoAir_ joined 20:13 PacoAir_ joined 20:21 contingencyplan joined 20:36 PacoAir joined 20:40 PacoAir_ joined 20:44 PacoAir_ joined 20:46 PacoAir_ joined 20:48 PacoAir_ joined 20:50 PacoAir_ joined
dalek p/toqast: cee5640 | jnthn++ | src/QAST/Operations.nqp:
Implement compiling handlers besides CATCH and CONTROL.
20:56
kudo/toqast: 0d56787 | jnthn++ | src/QPerl6/Actions.pm:
First pass at updating 'when' for QAST.
20:58
kudo/toqast: e506623 | jnthn++ | src/QPerl6/ (2 files):
Update closure clone fixup code-gen.
21:29
kudo/toqast: 25b9f19 | jnthn++ | src/QPerl6/Actions.pm:
Get module compilation/export essentially working again.
21:58
kudo/toqast: cec243e | jnthn++ | src/QPerl6/Actions.pm:
Guard against failures like type checking against type variables.
kudo/toqast: 85cdbc8 | jnthn++ | src/QPerl6/World.pm:
Eliminate the final mentions of viviself.
22:12
22:57 PacoAir joined 23:17 Khisanth joined