Parrot 5.1.0 "Zombie Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 3 March 2013.
00:45 kurahaupo joined 01:05 eternaleye_ joined 01:06 kid51 joined 02:39 davidfetter joined 04:46 preflex_ joined 05:23 mj41 joined 07:30 bouncy joined 07:54 woosley left
dalek p/vmarray-list: fb2a2fd | (Arne Skjærholt)++ | src/pmc/sixmodelobject.pmc:
Implement the pop and shift VTABLEs in sixmodelobject.pmc.
08:00
08:05 woosley joined 10:27 xcombelle joined
dalek p/vmarray-list: 0b76d55 | (Arne Skjærholt)++ | src/QAST/Operations.nqp:
Make nqp::list create NQPArrays rather than RPAs.

Unfortunately this means the self-compilation breaks, since some places rely on nqp::list being an RPA. Fixing that remains to be done.
12:17
13:06 bluescreen joined 13:49 xcombelle joined 14:12 PacoAir joined 14:21 contingencyplan joined 14:23 Psyche^ joined 15:47 darbelo joined 16:05 donaldh joined 16:18 TonyC joined 16:46 davidfetter joined 17:52 darbelo joined 18:42 davidfetter joined 20:26 kurahaupo joined
dalek kudo/md-nqp: daabef9 | jnthn++ | src/Perl6/ (4 files):
Sort multi candidates at compile time.

This is instead of doing so on the first call.
20:39
kudo/md-nqp: 3b9db0b | jnthn++ | src/Perl6/Metamodel/BOOTSTRAP.pm:
Refactor to avoid some control exception use.
21:17 darbelo_ joined
dalek p: 47effd6 | jnthn++ | src/QAST/Operations.nqp:
nqp::gethllsym and nqp::bindhllsym

Like getcurhllsym/bindcurhllsym, but with the HLL specified.
21:27
21:33 prammer_ joined
dalek kudo/md-nqp: e3db648 | jnthn++ | src/Perl6/Metamodel/BOOTSTRAP.pm:
Eliminate some get_root_global usages.
22:53
kudo/md-nqp: cf49051 | jnthn++ | src/ (3 files):
Typed exceptions for multi-dispatch failure.