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.
00:43 LizM joined, woolfy joined 03:58 plobsing joined 05:02 brrt joined 05:07 fperrad joined 06:06 brrt joined
brrt \\o morning everyone 06:21
i have found a fresh segfault
and due to the wonders of gdb
i even know why
just not the.. why, of the why 06:22
dalek d_parrot: 92bda93 | (Bart Wiegmans)++ | / (4 files):
added tests for psgi, but have stumbled upon segfault
06:31
07:14 brrt joined
brrt niner,, i've read your comment, i will answer shortly 07:16
ping nine 08:02
08:16 lucian joined 10:20 Psyche^ joined 10:34 brrt left 12:11 JimmyZ joined 12:42 mtk joined 12:58 PacoAir joined 13:30 whiteknight joined
Coke does #798 have some sample code? 13:31
whiteknight I can try to dig some up 13:53
14:53 dmalcolm joined 15:21 NotFound_b joined 15:24 bluescreen joined, mj41_ joined, perlite joined, plobsing joined, sivoais joined, dngor joined, Khisanth joined, schm00ster joined, jsut_ joined, drift joined, rurban joined, Hunger joined, cotto joined, Coke joined, slavorg joined, jevin joined, knewt joined, sorear joined, atrodo joined, simcop2387 joined 15:26 PerlJam joined 16:19 particle joined 16:29 alester joined 16:33 brrt joined
brrt ping nine 16:46
benabik ~~ 16:47
16:50 brrt1 joined 16:52 zby_home joined
brrt1 \\o benabik 16:52
benabik o/ brrt1 How's things?
brrt1 pretty well, just puzzling a bit with mod_parrot 16:53
hows things on your side?
benabik Work is proceeding extremely slowly. I'm getting enough sleep to function, but critical thinking is definitely impared.
brrt1 .. then sleep more :-) 16:54
benabik The fondest dream of every new father.
brrt1 ah, i see
16:55 brrt joined
benabik :-D 16:55
dalek rrot: c346c81 | rurban++ | config/gen/makefiles/root.in:
Copy&Paste error in INSTALLABLEPDB makefile target

INSTALLABLEPDB must link against install_config.o, not parrot_config.o
17:04
17:11 brrt1 joined 17:15 lucian joined 17:17 contingencyplan joined 17:24 zby_home joined 17:34 tuxit joined 17:42 fperrad joined 17:53 jashwanth joined 18:52 travis-ci joined
travis-ci [travis-ci] parrot/parrot#475 (master - c346c81 : Reini Urban): The build was fixed. 18:52
[travis-ci] Change view : github.com/parrot/parrot/compare/2...46c8158048
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/1837856
18:52 travis-ci left 19:09 rurban left 19:20 lucian joined 19:25 particle1 joined
dalek rrot: e9ef437 | rurban++ | lib/Parrot/Install.pm:
Fix [GH #782] Installed parrot_config.o: Permission denied

make install may be done via sudo make install. File::Copy::copy may drop the 644 permissions and leave only a root owned 600 file of the files created as prep to the install target. Which are installable's and install_config.o, which is copied to parrot_config.o.
Use the newer File::Copy::cp instead, which works back to perl 5.6 (2.03), but tries to keep the src perms starting with v2.14, with perl 5.10.1.
19:48
19:52 contingencyplan joined 20:06 preflex joined
dalek kudo/nom: d66eff4 | pmichaud++ | src/core/Version.pm:
Refactor Version so that it's not ~~ List.
20:17
kudo/nom: efc327f | pmichaud++ | src/core/Version.pm:
Add Version.new(Str:d) method.
kudo/nom: a67c130 | pmichaud++ | src/Perl6/ (2 files):
Switch compiler to use Version.new(Str) instead of Version.new(@array).
kudo/nom: d0963e9 | pmichaud++ | src/core/Version.pm:
Remove Version.new(@args, :plus) form.
kudo/nom: 6282653 | pmichaud++ | / (2 files):
Add &infix:<cmp>(Version, Version);
20:56 rurban joined 21:22 dukeleto joined
dukeleto ~~ 21:22
Coke dukeleto: you're a git guy. you have any OS X boxes? 21:23
(if so, seen atlassian's SourceTree?)
22:21 kid51 joined
kid51 , passing thru Rochester, gives benabik and family++ a shoutout 22:21
dalek p/toqast: 08f40a4 | jnthn++ | src/QAST/Operations.nqp:
Implement CATCH and CONTROL cases of nqp::handle.
22:23
p/toqast: 1def481 | jnthn++ | src/QAST/Operations.nqp:
Add nqp::die_s.
22:24
p/toqast: b38ba4a | jnthn++ | t/qast/qast.t:
A couple of tests for nqp::handle, both of which pass.
dukeleto Coke: i have some OS X boxen, but none of them are turned on 22:40
Coke: i have not heard of SourceTree
22:48 whiteknight joined
whiteknight good evening, #parrot 22:53
dalek p/toqast: 8dfe9bb | jnthn++ | src/QAST/Operations.nqp:
Missing exception handler pops.
23:05
kudo/nom: a7aeeaf | pmichaud++ | src/ (3 files):
Add nqp::p6listitems, which returns $!items RPA for a List, vivifying it if needed.
23:31
kudo/nom: a3b6fa8 | pmichaud++ | src/core/Array.pm:
Update some Array methods to use nqp::p6listitems();
kudo/nom: 8ab5600 | pmichaud++ | src/core/List.pm:
List.values always returns a List that may be mutated separately from the invocant.
kudo/relist: 5126575 | pmichaud++ | src/ (3 files):
Add nqp::p6listitems, which returns $!items RPA for a List, vivifying it if needed.
kudo/relist: 2520130 | pmichaud++ | src/core/Array.pm:
Update some Array methods to use nqp::p6listitems();
kudo/relist: 2164859 | pmichaud++ | src/core/List.pm:
List.values always returns a List that may be mutated separately from the invocant.