Parrot 3.10.0 "Apple Pi" | parrot.org | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 2 December 2011.
dalek kudo/nom: 919912a | jnthn++ | src/Perl6/Actions.pm:
Compiler part of handling binding to array and hash elements.
00:18
kudo/nom: 2ea20a2 | jnthn++ | src/core/ (2 files):
Support binding of hash elements.
kudo/nom: f133a3b | jnthn++ | src/core/Any.pm:
Fix requiredo.
kudo/nom: 47540c2 | jnthn++ | t/spectest.data:
Run S03-operators/binding-hashes.t.
00:32 benabik joined 00:52 bacek joined 01:24 jsut_ joined 03:38 Psyche^ joined
bacek_at_work benabik, trac.parrot.org/parrot/ticket/903 04:49
"Opened 2 years ago" 04:50
benabik bacek_at_work: Sadly, I don't have the tuits to remove Keys from IMCC. But I can kick the existing interface so I can interact with them sanely. 04:52
bacek_at_work benabik, it's kind of "Architect decision" at I stated in my last comment on this ticket
benabik And until they're out of IMCC and core, I need to interact with them in the disassembler.
That said, I'm not against removing them. 04:53
bacek_at_work msg cotto Can you look at trac.parrot.org/parrot/ticket/903 please? 04:54
aloha OK. I'll deliver the message.
cotto ~~ 05:25
bacek, no github issue?
benabik cotto: They haven't been imported yet. 05:26
cotto ah
05:48 Khisanth joined 08:47 mj41 joined 10:58 jsut joined 11:01 Psyche^ joined
dalek kudo/nom: 2b07f6a | jnthn++ | src/binder/multidispatch.c:
A | should imply slurpy arity in a multi.
11:02
moritz ops2c++ # catching my use of $4, even though I only declared 3 params 11:17
ops2c-- # lousy error messages
dalek p/bigint-type: c4af401 | moritz++ | src/ops/nqp_bigint.ops:
give most nqp_bigint_* an additional parameter for the type of the return value

Also regularize the signature of from_str to have the type object come last, as all other ops do.
11:36
p/bigint-type: 8266846 | moritz++ | src/PAST/NQP.pir:
fix signatures in NQP.pir
p/bigint-type: e05dc77 | moritz++ | t/nqp/60-bigint.t:
adapt tests to new bigint usage
12:50 mtk joined
dalek kudo/nom: 45c44ba | jnthn++ | src/Perl6/Metamodel/BOOTSTRAP.pm:
Disallow 'is rw' on optional parameters, as per spec.
12:54
kudo/bigint-type: 5c64344 | moritz++ | / (4 files):
switch to new bigint API
13:26
p: 049712e | jnthn++ | src/6model/reprs/NativeCall.c:
Fix NativeCall REPR's copy_to function.
13:35
14:21 bluescreen joined
dalek rrot: 9e513e1 | moritz++ | compilers/opsc/src/Ops/Trans/C.pm:
[ops2c] include a bit more information in an error message

but overall it is still "less than awesome"
14:26
p: a346d8d | jnthn++ | src/ops/nqp_dyncall.ops:
Handle mapping empty library name to a NULL (thus looking in current assembly).
14:45
14:45 PacoAir joined
dalek p: ce7821c | moritz++ | / (3 files):
Merge remote branch 'origin/bigint-type'
14:53
kudo/nom: 5c64344 | moritz++ | / (4 files):
switch to new bigint API
14:55
kudo/nom: 8e66366 | moritz++ | src/core/Main.pm:
ugly hack to unb0rk MAIN_HELPER
kudo/nom: 1b1cf94 | moritz++ | / (5 files):
Merge branch 'bigint-type' into nom
kudo/nom: 645fd3e | moritz++ | tools/build/NQP_REVISION:
bump to an NQP revision with new bigint API
kudo/nom: 435334f | moritz++ | src/ (2 files):
Merge branch 'nom' of git://github.com/rakudo/rakudo into nom
kudo/nom: 01c488c | moritz++ | src/core/Any.pm:
unbork error message in hash slice binding, kboga++
14:57
15:17 JimmyZ joined 15:44 alester joined
alester I just prodded Rick at Github to see if he could get our tickets in today 15:45
efore the end of the week
15:47 dmalcolm joined 16:54 ttbot joined 17:41 schmooster joined 17:47 contingencyplan joined
dalek p: cec7bc0 | jnthn++ | src/ (2 files):
Ops for object case of positional REPR API.
18:20
p: 427aa42 | jnthn++ | src/ops/nqp.ops:
Add missing write barrier.
p: c8c19e4 | jnthn++ | src/6model/reprs/CArray. (2 files):
Basic support for arrays of strings, and groundwork for arrays of other C thingies.
cotto ~~ 18:31
aloha (parrot/parrot) Issues opened : 240 (cond_eval in Parrot::Configure::Compiler is broken) by gerdr : github.com/parrot/parrot/issues/240 19:03
19:24 jsut_ joined
dalek kudo/nom: dadd463 | kboga++ | / (3 files):
Support binding of array elements

Also runs the new binding-nested.t file.
Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
19:30
19:37 Kovensky joined
dalek kudo/nom: 8550c4e | kboga++ | src/core/Array.pm:
Fix array element binding's off by one error introduced in dadd463

The wise jnthn++ spoke: "cus it's the number of elements to reify, not the index to reify up to"
20:41
kudo/nom: cb1c756 | jonathan++ | src/core/Array.pm:
Merge pull request #54 from kboga/array-element-binding-gimme-obione

Fix array element binding's off by one error introduced in dadd463
kudo/nom: bb10869 | jnthn++ | tools/build/NQP_REVISION:
Bump to latest NQP, with various native calling improvements.
21:12
kudo/nom: 03bd280 | jnthn++ | src/core/Parameter.pm:
Don't suppress display of type on 'is parcel' parameters.
kudo/nom: e3106b4 | jnthn++ | src/core/ (2 files):
Fix IO.WHAT.say.
kudo/nom: b432fa9 | jnthn++ | src/binder/multidispatch.c:
Fix bug in narrowness calculation for native types.
21:19 bluescreen joined
dalek kudo/nom: 125512e | jnthn++ | src/core/Any.pm:
Uncomment error reporting candidates for array binding by kboga++ now that the native narrowness calc bug is fixed.
21:20
aloha (parrot/parrot) Issues opened : 241 (Cygwin build broken) by gerdr : github.com/parrot/parrot/issues/241 21:34
21:41 votz joined
dalek kudo/nom: 67fc756 | kboga++ | t/spectest.data:
run fudged test files
21:59
kudo/nom: 7d1b60c | moritz++ | t/spectest.data:
Merge pull request #55 from kboga/passingtests

run fudged test files
22:03 AzureStone joined
dalek kudo/nom: 7507a8c | jnthn++ | src/Perl6/Metamodel/ (4 files):
Fix up submethod handling in role composition.
22:06
22:08 nnunley joined
dalek kudo/nom: 260f803 | jnthn++ | src/Perl6/World.pm:
Fix obscure bug with binding to lexicals declared with signature form.
22:40
kudo/nom: 1b20a9a | jnthn++ | t/spectest.data:
Run S03-operators/identity.t.
22:47 whiteknight joined
whiteknight good evening, #parrot 22:47
dalek kudo/nom: 2c56dc9 | jnthn++ | t/spectest.data:
Fix a weird ordering.
23:06
kudo/nom: 066252e | jnthn++ | t/spectest.data:
Run S04-phasers/begin.t, which apparently was fudged for Rakudo, but never added to spectest.data.
kudo/nom: 9493f9b | jnthn++ | t/spectest.data:
Turn on S28-named-variables/cwd.t (kboga++).
23:47 not_gerd joined
not_gerd hello, #parrot 23:48
any win64+cygwin users around? 23:56