Parrot 5.5.0 "Salvadori's Fig Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 25 June 2013.
02:05 benabik joined 02:29 TheP0St3r joined
TheP0St3r Want to take someone offline Friends, Game Servers, Website? Join iStresser ! iStresser.net 02:29
02:29 TheP0St3r left 02:35 TheP0St3r joined
TheP0St3r Want to take someone offline Friends, Game Servers, Website? Join iStresser ! iStresser.net 02:35
02:36 TheP0St3r left 03:52 preflex_ joined 04:28 Psyche^ joined 04:38 rurban1 joined 05:38 rurban1 joined 05:44 denisboyun joined
dalek kudo/nom: b6d197f | (Tobias Leich)++ | src/core/Str.pm:
invoke the callable, sorear++
06:37
06:39 rurban1 joined 07:31 denisboyun_ joined 07:40 rurban1 joined 08:44 rurban1 joined 09:29 denisboyun_ joined 09:40 denisboyun joined 09:45 rurban1 joined, woosley1 joined 09:46 woosley1 joined 10:46 rurban1 joined 11:00 PacoAir joined 11:45 kid51 joined 11:47 rurban1 joined 12:01 denisboyun joined 12:27 ilbot2 joined
moderator Parrot 5.5.0 "Salvadori's Fig Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
12:48 rurban1 joined 13:11 woosley1 joined 13:48 rurban1 joined
dalek p: 9fca92f | jnthn++ | src/QAST/Op.nqp:
Don't trip up over strings in QAST nodes.

It's locallifetime that led to the observable explosion, but handle has been around and this code was vulnerable to that also. Fixes the macro test regressions in Rakudo.
14:41
kudo/nom: 36f4f0b | jnthn++ | src/Perl6/Actions.nqp:
Fix $*IMPLICIT case handling of $_.

This makes sure it is registered early enough, so that JVM code-gen will not find the wrong one. Should fix some things on JVM, and does not seem to cause regressions under Parrot either.
kudo/nom: 2fb22ef | jnthn++ | tools/build/NQP_REVISION:
Bump NQP_REVISION for macros fix.
kudo/nom: 85a4d9a | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Ops.java:
Implement p6getouterctx op.
15:15
kudo/nom: 7b04775 | jnthn++ | src/Perl6/World.nqp:
Eliminate a Parrotism for an nqp:: op.

Partly gets macro tests working on JVM backend.
15:36 kid51 joined
dalek kudo/nom: af39d66 | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Binder.java:
Implement 'is copy' array params.
15:41
kudo/nom: e7ad774 | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Binder.java:
Implement 'is copy' hash params.
kudo/nom: 5b5225b | jnthn++ | src/Perl6/Actions.nqp:
Some CATCH/CONTROL JVM fixes, after $_ changes.
15:57
17:34 contingencyplan joined
dalek kudo/nom: 8ca095c | jnthn++ | src/Perl6/Metamodel/Mixins.nqp:
Missing stringify, needed on JVM.

Fixes a couple of the enum related tests.
17:36
kudo/nom: 1e07ff8 | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Ops.java:
Make p6capturelex not create a busted chain.

It didn't care what it shoved into .outer, meaning that we could put entirely wrong things in there. This tries to do a bit better, though really the longer-term solution is to fix up the code-gen, hopefully by leaving the QAST compiler to work it out. In the meantime, this seems to fix various lexical issues.
kudo/nom: b3ee5fb | jnthn++ | src/core/Num.pm:
Don't explode on NaN.Int.

Somehow "got lucky" here on Parrot; be explicit for JVM's sake.
17:47
kudo/nom: 9e85b50 | jnthn++ | src/Perl6/Grammar.nqp:
Prevent a $*IMPLICIT leakage.

Unregresses pseudo.t and our.t, which we slipped backwards on in the daily roast.
19:44
kudo/nom: e0bb438 | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Binder.java:
Thinko spotted by GlitchMr++.
19:50
kudo/nom: 60d2986 | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Ops.java:
Add missing ops related to FIRST handling.
20:02
20:03 WillWorkForBytes joined
WillWorkForBytes hello 20:03
I am tinkering with building a language on parrot and I've come across a problem. when I run the installable it says it can't find HLL.pbc 20:05
does this project need web developers ? 20:28
I'd like to donate some time to fix errors on the parrot.org portal. 20:29
20:32 denisboyun joined
dalek p: 2cb852a | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java:
Only set dispatcher if there is one to set.
20:36
kudo/nom: 3fa1ed5 | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Ops.java:
First attempt at p6finddispatcher.

Makes the various tests that depend on it run, though they have some failures still.
20:39
20:41 rurban1 joined 20:58 PacoAir joined
dalek kudo/nom: 718f45a | jnthn++ | src/vm/jvm/runtime/org/perl6/rakudo/Ops.java:
Missing null check.

Fixes at least S32-array/delete.t.
21:14
21:14 denisboyun joined
dalek nxed: eb8fc8d | NotFound++ | t/advanced/10inline.t:
some more tests for inline
21:20
nxed: 28c5110 | NotFound++ | winxedst2.winxed:
avoid emit end label in inline expansion when not used
21:21 denisboyun joined 21:32 denisboyun_ joined
dalek nxed: 3b8dced | NotFound++ | winxedst2.winxed:
move the generation code for return from inline to a more appropiate place
21:36
21:36 rurban1 joined 21:38 perlite_ joined
dalek p: bb508c4 | jnthn++ | src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6Opaque.java:
Fix nqp::attrinited.

Accidentally always returned true.
21:41
21:42 denisboyun joined 21:59 rurban1 joined 23:31 benabik joined
dalek kudo/nom: 5679414 | coke++ | src/core/ (2 files):
enable $*CWD & cwd() on rakudo.jvm
23:40