Parrot 5.7.0 "Azure-rumped Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 31 August 2013.
dalek p: 72c955f | coke++ | docs/ops.markdown:
Convert from Int -> Any
00:11
p: 108c2d6 | coke++ | docs/ops.markdown:
Add ops from Numerics::Basics
p: 7388952 | coke++ | docs/nqp-opcode.txt:
Add pointer to new docs.

  (Remove ops already in new file)
00:12 Psyche^ joined 00:28 rurban joined
dalek p: 648a121 | coke++ | docs/ops.markdown:
add trigonometric codes
00:35
p: 783df30 | coke++ | docs/ (2 files):
Add Relational ins opcodes
p: 965a55e | coke++ | docs/ops.markdown:
add sections for more opcodes
00:45
00:51 rurban joined 01:02 benabik joined 01:10 kid51 joined 01:14 FROGGS_ joined 02:18 benabik joined
dalek p: 436f7a5 | Mouq++ | docs/ops.markdown:
Add Hash opcodes to ops.markdown
02:21
p: 165d8e5 | jimmy++ | docs/ops.markdown:
Merge pull request #131 from Mouq/master

Add Hash opcodes to ops.markdown
02:21 FROGGS joined 02:33 FROGGS joined 03:06 preflex_ joined
dalek p: f6e2b7b | Mouq++ | docs/ops.markdown:
Add Array opcodes to ops.markdown. nqp::splice not documented

Someone who knows what they're talking about should document splice.
03:38
p: 5b1a452 | Mouq++ | docs/ops.markdown:
[ops.markdown] s/$b/$v/
p: 3c4f80a | Mouq++ | docs/nqp-opcode.txt:
Remove ops documented from nqp-opcodes.txt
p: 677b1f1 | Mouq++ | docs/ops.markdown:
[ops.markdown] (int %hash…) etc doesn't make sense
p: 1189dd6 | jimmy++ | docs/ (2 files):
Merge pull request #132 from Mouq/master

   Add Array opcodes to ops.markdown
04:12 rurban joined 05:02 rurban joined 05:52 denis_boyun joined 05:55 denis_boyun_ joined 06:03 rurban joined 06:51 FROGGS joined 07:03 rurban joined 07:37 jlaire joined 07:40 jlaire left 08:04 rurban joined 09:06 rurban joined 09:46 perlite joined 10:07 rurban joined 10:09 rurban1 joined 10:10 woosley left 10:16 denis_boyun joined 11:33 denisboyun joined 11:47 kid51 joined 12:07 FROGGS joined 12:36 denis_boyun joined
dalek kudo/method2sub: 031ff96 | (Elizabeth Mattijsen)++ | src/Perl6/ (2 files):
Change op generation for [] and {} from method to sub
13:46
kudo/method2sub: 1cd2597 | (Elizabeth Mattijsen)++ | / (4 files):
Remove method [] and {} handling, merge Any2 into Any again

Still needs implementation of []:exists and {}:delete
p: 42dde67 | jimmy++ | src/vm/parrot/ops/nqp.ops:
removed unused codes
14:26
p: 034ed97 | jonathan++ | src/vm/parrot/ops/nqp.ops:
Merge pull request #108 from zhuomingliang/master

removed dead code
p: a67c607 | (Peter Rabbitson)++ | tools/lib/NQP/Configure.pm:
Saner git pull address

The http:// is more likely to work in limited environments, hence it will work for more people trying to compile with --gen-X
14:27
p: 9416e3b | (Peter Rabbitson)++ | src/NQP/Grammar.nqp:
Remove parasithic lookaheads

According to jnthn leftovers from when the LTM wasn't too smart
p: f9578fe | jonathan++ | / (2 files):
Merge pull request #128 from ribasushi/sanificationz

Some minor grammar nit (vers 2)
kudo/nom: 20854f0 | (Elizabeth Mattijsen)++ | src/core/List.pm:
Simplify List.at_pos so that it doesn't refer to .exists anymore

This is needed because at_pos will be needed by .exists in the future
16:30
16:36 denis_boyun joined 16:47 gtodd joined
dalek kudo/nom: c2f7f74 | (Elizabeth Mattijsen)++ | src/core/List.pm:
This approach was the wrong way :-) Nothing like commit driven discussion :-)

This reverts commit 20854f0bf9f60215df876405bcc81e6d870cc832.
17:01
18:04 benabik joined
dalek kudo/nom: 6f86684 | (Elizabeth Mattijsen)++ | src/core/ (2 files):
Properly implement internals [].exists|delete, according to new semi-spec
19:03
kudo/method2sub: 23e9d51 | (Elizabeth Mattijsen)++ | / (7 files):
Move sub [] and sub {} to separate files for easier maintenance
19:32
20:45 kid51 joined
gtodd will there be a cool/funny/funky name for the perl6/nqp javascript backend? (Pavel Murias's project) :-) 20:55
FROGGS gtodd: do you have suggestions? :o) 20:58
gtodd :) a bird of some sort perhaps heh ... 21:00
FROGGS *g* 21:03
I see
gtodd bird that starts with p and has a "backend" ... (peacock?)
anyway add to TODO ;-) the GSoC stuff looks excellent 21:04
21:23 denis_boyun joined 21:53 FROGGS joined 22:03 hdanak joined 22:22 FROGGS joined
dalek p/awesome_bindattr: 1af1098 | (Timo Paulssen)++ | src/vm/parrot/ (3 files):
WIP on bind/set/getattr with hints
23:25
p/awesome_bindattr: b04f59f | (Timo Paulssen)++ | src/vm/parrot/QAST/Operations.nqp:
this actually works!