Parrot 4.1.0 "Black-headed Parrot" | parrot.org | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 28 February 2012.
00:20 alester joined
dalek rrot/remove_sub_flags: 31fc65e | Whiteknight++ | / (9 files):
Add a new include/load_bytecode.pir to simplify repeated code use. Fix a few test from the 'test' target
01:13
02:42 benabik joined 02:46 l3l1p joined
dukeleto ~~ 02:53
benabik ~~ 02:58
aloha (parrot/parrot) Issues opened : 744 (t/pmc/bigint.t failures with an clang on optimized build on Ubuntu) by leto : github.com/parrot/parrot/issues/744 03:18
03:34 jsut joined 04:18 wagle joined 04:26 lateau joined
dalek rrot: 2ba6a6f | petdance++ | compilers/imcc/cfg.c:
renamed i to j, so that it doesn't shadow an outer one
05:14
rrot: be241d6 | petdance++ | src/pmc/coroutine.pmc:
removed unused var "next_op"
rrot: 76a324a | petdance++ | compilers/imcc/ (2 files):
removed unused functions
05:28 travis-ci joined
travis-ci [travis-ci] parrot/parrot#175 (master - 76a324a : Andy Lester): The build is still failing. 05:28
[travis-ci] Change view : github.com/parrot/parrot/compare/b......76a324a
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/897574
05:28 travis-ci left 07:11 fperrad joined 07:39 jsut_ joined 08:30 mj41 joined 08:38 lateau joined 08:42 fperrad joined 09:07 lateau joined 09:09 lucian joined
dalek nxed/version_1_6: 1f27635 | NotFound++ | winxedst2.winxed:
jump verson to 1.6.0
09:32
nxed/version_1_6: 8df57d1 | NotFound++ | NEWS:
update NEWS for 1.6.0
nxed/version_1_6: f211968 | NotFound++ | pir/winxed_compiler.pir:
update installable compiler
09:35 NotFound_b joined
dalek rrot: cd06be8 | NotFound++ | ext/winxed/compiler.pir:
update winxed snapshot to 1.6.0 - f21196808c
09:38
nxed: 9948309 | NotFound++ | NEWS:
update NEWS for 1.6.0
09:45
nxed: ff77aaa | NotFound++ | winxedst2.winxed:
jump version to 1.7.devel
09:57 travis-ci joined
travis-ci [travis-ci] parrot/parrot#176 (master - cd06be8 : NotFound): The build is still failing. 09:57
[travis-ci] Change view : github.com/parrot/parrot/compare/7......cd06be8
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/898558
09:57 travis-ci left 10:06 preflex_ joined 10:18 schm00ster joined 10:48 lateau joined 12:23 lateau joined 12:39 mtk joined 13:19 awwaiid joined 13:37 lateau joined 13:48 particle joined 13:58 particle joined 14:37 PacoAir joined 15:05 lateau joined 15:14 dmalcolm joined 15:19 parth joined 15:20 parth left 15:21 parth joined
parth hello. what would be a good place to start learning parrot? "parrot babysteps" talks in detail about PIR. I was wondering if thats were I should start or just start playing around with the language generated by mk_language_shell.pl/create_language.pl 15:25
15:35 davidfetter joined 15:36 davidfetter joined 15:47 slavorg joined 15:51 Psyche^ joined 15:52 parth left 15:57 alester joined 16:12 plobsing joined
dukeleto ~~ 16:15
dalek kudo/nom: 69791b0 | masak++ | src/Perl6/Metamodel/BOOTSTRAP.pm:
[BOOTSTRAP.pm] fixed copy-paste-o
davidfetter hi dukeleto :) 16:21
dukeleto davidfetter: wazzup? 16:22
I seem to be release manager this month. I should probably do some more releasey things. 16:23
davidfetter pondering parrot on android
dukeleto davidfetter: go on...
davidfetter but first i need to figure out how to root my device 16:25
is there enough "there" there to do make something useful? 16:26
benabik o/ #parrot 16:51
tadzik hello benabik and #parrot
16:57 contingencyplan joined
dukeleto davidfetter: what do you mean? 17:08
davidfetter: there is lots of "there" on an android device 17:09
davidfetter: it is linux with a bunch of google koolaid
benabik mmmmm... kool-aid 17:10
davidfetter wonders what jim jones would have thought of dukeleto's reference... 17:12
17:35 whiteknight joined
whiteknight good afternoon, #parrot 17:35
18:01 alvis joined 18:04 schmooster joined
dalek kudo/nom: c10792f | pmichaud++ | src/core/Array.pm:
Hotpath the check for existing elements in Array.at_pos(), addressing (partially) the Array-versus-Hash initialization speed anomaly described in RT #111848.

Each Array element access via .at_pos($pos) resulted in an expensive call to self.exists($pos) for each access, whereas Hash element accesses via .at_key($key) were able to use nqp::existskey() directly. This patch uses nqp::existspos() to hotpath the detection of existing elements and avoids calls to self.exists($pos) when the Array is already fully reified. For the benchmark given in RT #111848, this results in a ~25% speedup for array element accesses, and brings it to within 5% of Hash element access times. (At present Array element accesses still have more overhead at the PIR level than Hash element accesses due to laziness considerations and boundary checks.)
18:06
alester CAN WE HAVE A RELEASE PLZ I WANTS TO BREAK MORE FINGS! 18:35
18:43 dmalcolm joined
whiteknight alester: create a branch. Break the branch 18:44
alester++ for all the hard work
alester :-) Thanks, whiteknight 19:08
19:15 cogno_ joined 19:55 cogno_ joined
dukeleto alester: yeah, feel free to break stuff on a branch :) 19:59
alester That's less fun.
And fewer people test it! 20:00
dukeleto alester: yeah, i hear yea
21:14 mj41 joined 21:53 crassus joined
crassus wow 21:53
Is there a channel for APL? 21:54
dukeleto crassus: ? 21:58
crassus Is there a channel on this irc for APL on Parrot dukeleto /
dalek kudo/nom: eff8364 | jonathan++ | src/ (3 files):
Aborted PRE does not run POST or LEAVE phasers of the block.
22:05
kudo/nom: 169bc80 | jonathan++ | docs/ChangeLog:
Couple more ChangeLog notes.
22:23
dukeleto crassus: this is the best channel for that 22:31
crassus word
dukeleto crassus: if you have questions, fire away 22:32
crassus Will do dukeleto, thanks. I was just doing some googling on APL and stumbled upon Parrot. 22:33
dukeleto crassus: coolio!
crassus: yeah, APL hasn't seem much action lately, so it could use some love.
22:34 plobsing joined
crassus Awesome, I'll see if I can help...once I learn enough APL :D 22:34
dalek kudo/nom: b2505be | masak++ | docs/ChangeLog:
[docs/ChangeLog] added macros and quasis

Oh right! Almost forgot. :-)
22:38
Coke oh, I didn't know APL at all when I started hacking on it. You'll do fine. ;) 22:55
22:56 whiteknight joined
whiteknight good evening, #parrot 23:17
cotto ~~ 23:18
cotto is at a conf in denver and may not make it to #ps tomorrow 23:19
whiteknight hello cotto 23:25
what conf?
cotto drupalcon
on $dayjob's dime, which is nice 23:26
whiteknight oh, nice 23:29
I will try to be there tomorrow, but no promises 23:33
23:34 ilbot2 joined
moderator Parrot 4.1.0 "Black-headed Parrot" | parrot.org | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
dukeleto msg cotto if you see Leslie Hawthorn at DrupalCon, please tell her I said hello :) 23:37
aloha OK. I'll deliver the message.
cotto dukeleto, deal 23:42