% rdice has joined #parrotsketch % rdice has left rdice!~richarddi@CPE001ff33cb98b-CM00159a01d44c.cpe.net.cable.rogers.com % paco has joined #parrotsketch % rdice has joined #parrotsketch % moritz has joined #parrotsketch % jhorwitz has joined #parrotsketch % pmichaud has joined #parrotsketch % NotFound has joined #parrotsketch % ambs has joined #parrotsketch % chromatic has joined #parrotsketch % Coke has joined #parrotsketch We've still got 2 minutes. Hi everybody. (one minute) * jhorwitz waves * pmichaud hears bells in the distance. Welcome to another fun filled week of parrot development. % allison has joined #parrotsketch pmichaud: you ready to report? yes. == Closed 18 RT tickets == Marked Super PMC as deprecated == Have notes on potentially closing a dozen more -- need to send to list or discuss == Rakudo improvements: : Fixed fatarrow pair parsing: foo => 'bar' : Added default values to signatures: sub foo($x = 3, $y = 'x') : Updated STATUS, ROADMAP : Fixed TODO tests in Test.pm : Refactored tests in t/spec/S02-* : Added prefix: and prefix: == PGE improvements: : Fixed handling of <.ws> rule in operator precedence parsing (RT#52718) : Updated PGE to match newer S05 syntax . non-capturing is now <.foo> . means zero-width assertion . Added form of aliasing . Added and argument syntax . Updated Match object methods to follow S05 : Updated tools and languages to use new PGE syntax == Working on improving register and value handling in PAST == Added lt, le, gt, ge to NQP .eor % cotto_work has joined #parrotsketch Woof. you're back! chromatic? Applied several patches; want to discuss this in question time. Closed several tickets. We're hovering around 800. Going to work on the concurrency branch shortly. Blocking on some complexity in the GC related to the Stack_Chunk_t changes I want. Will explore the GC tickets soonish. Doing preliminary work for wknight and his SoC work. .end *hovering around 700 That too. (800 if you count stalled. which we're not just now.) particle, you spoke, you're up. some talks with tpf and parrot folk about parrot foundation matters .end ok. Allison? - Working on concurrency implementation tasks. - Have spent a good deal of time chasing down rabbit holes of old code. - Checking in a few things now, more tomorrow. - I'm about to move on to the 'threads' side of the concurrency implementation. EOR thanks! jhorwitz? getting some more time to work on things, which is good with YAPC around the corner. migrating the mod_perl6 bundled w/ mod_parrot to pure perl6. several small changes required to make that happen, which were working before w/ small hacks to rakudo, but want to formalize those changes and commit. orking on a "just enough" implementation of interpolated namespaces in rakudo to support mp6. it works, but needs fleshing out -- i'm registering a question about that for some further discussion. EOR alright. no one else said hi, earlier, so I'll go next. ... trying to clean up the RT queue. .EOR lol ambs, you're next! .EOR :-P I reserve a question for ambs. :P Anyone else have anything other than no report to report? private message me if you want to queue a report after discussion... chromatic, you had a patchy question? japhb raised a point in that we have a lot of patches hang around for a while until someone can get to them. I realize not everyone feels comfortable applying patches... but just about anyone (and not just committers) can test the patch locally. How can we address patches more effectively? I had mentioned that in the parrotblog entry. Get feedback on the patches to let us know if they still apply cleanly, any tests fail, etc. that's what my "dozen or so comments" is about I think it's a symptom of managing the RT queue. I think over the next week or so, we'll see an improvement. (as we're tearing through a lot of stuff after your "700 " challenge.) I'm in the "not feeling comfortable applying patches" group I figured there are a lot of people not comfortable applying patches to certain areas. % rgrjr has joined #parrotsketch they can still do the legwork, though. Is there a RT patches query? I'll try to do a few. that'll be nice tewk: yes. I've been looking for things to do that don't involve direct code contributions http://www.parrotcode.org/resources.html // Open Patches chromatic: I'll post to the mailing list a link to the blog and mention that. Thanks. jhorwitz, your q? for namespace interpolation.... i have a working patch for subroutine calls, but that's it. probably not what we want long term. should i still commit? the patch is for rakudo? is it in the queue? yes send it to rakudobug and let me or jonathan take a look Coke: didn't submit as a ticket, but i can (or attach patch to existing ticket) if you have a doubt, RT it. normally I'd say go ahead and commit it, but since it's specific to subroutine calls it's probably worth a look first ok, will do. my concern is that we should have a more generic way of doing it, and i'm too parser-challenged to figure it out. :) alrightee, we can fight that out in the queue. =-) that's all i had. my question for ambs: any thing parrot-related show up in this quarter's TPF grant proposals? (having the patch will definitely help me clarify my thoughts on the issue) (yes, I know I know that already. :P) Coke, yes, I would say that ... that something showed up or that i should already have known? =-) But no, no parrot-reated grant proposal just a SMOP and a Perl 6 related grants Danke. but there is one proposal for Q3 I haven't gotten any private msgs about pending reports, that's all the questions in the queue... ambs: excellent. Tcl/Tk access for Rakudo But we will get on that later (July) *boggle* that's of direct concern to me, I think, I'll have to go look at that one! I hope we have heredocs ready by then. :-) Anyone blocking on anything other than time? I have a small block (need to look it up) ok. If you get stuck too long, ask on list to see if you can offload. (or parrot.) RT#47956. That's preventing me from implementing closures properly. (or at least getting closer.) Sat Jan 12 12:51:00 2008 allison - Taken allison, are you still on that? yup related is RT#47794. allison took that one about two minutes before she took the other one. =-) it's not currently on the "this week" list, but can be it's not that urgent, I don't think... but some people are starting to do closure-like things in Rakudo we'll need them for exception handler subs too or, they're wanting to do them, but can't in some instances because PCT/Parrot won't support them. that's it for me. you know, reading those two tickets side-by-side makes me wonder if we've got an imcc parser problem with :outer RT#47956 looks to me like a parsing problem,yes. I'm getting that "trying to jump from runloop" error with the exceptions implementation too, so definitely consider 47956 a "this week" okay, that would solve most of it RT#47794 isn't common. excellent. Looking forward to seeing many of you in the next month. A note to the group that next Tuesday is release day update NEWS, test platforms, etc. don't break it or we'll make you do the release. Also pay attention to DEPRECATED.pod, as I'm planning to rip some things out on Wednesday. :-) chromatic, you're up, right? It's all mine. pmichaud: you can always create a branch and get a head start if you're impatient. Can we do a bug day on Saturday? I won't be around all day, but it might be nice. (the type_ids branch is all about deprecations) I might be able to do Saturday bug day, yes I can't promise availability, but will check email. Coke: my ripping is all ready to go -- I just have to pull the trigger. :-) if we have a bug day, perhaps we can target killing another 50 tickets. (before the release.) oh, that would be cool. I'll plan for Saturday bug day, although I'll likely be unavailable 9am-1pm CDT. chromatic: you want to post something at parrotblog about that? Will do. alrightee. I'm calling it. Thanks, everybody! thanks, Coke! % chromatic has left #parrotsketch % rgrjr has left rgrjr!~user@c-98-216-94-251.hsd1.ma.comcast.net % allison has left #parrotsketch % ambs has left ambs!~ambs@255.92.54.77.rev.vodafone.pt % NotFound has left #parrotsketch % moritz has left #parrotsketch % ambs has joined #parrotsketch % ambs has left #parrotsketch % Coke has left #parrotsketch % jhorwitz has left #parrotsketch % cotto_work has left #parrotsketch % rdice has left rdice!~richard_d@CPE0014bfafbbd5-CM0011e6ecf48a.cpe.net.cable.rogers.com % liona29 has joined #parrotsketch % liona29 has left liona29!~liona29@d033.dhcp212-198-248.noos.fr % rdice has joined #parrotsketch % particl1 has joined #parrotsketch % particl1 has left #parrotsketch % davidfetter has left davidfetter!~davidfett@start.fetter.org % pmichaud has left #parrotsketch % rdice_ has joined #parrotsketch % rdice has left rdice!~richarddi@CPE001ff33cb98b-CM00159a01d44c.cpe.net.cable.rogers.com % particle has left particle!~particle@c-24-19-3-148.hsd1.mn.comcast.net % particle has joined #parrotsketch % particle has left #parrotsketch % particle has joined #parrotsketch % rdice_ has left rdice_!~richarddi@CPE001ff33cb98b-CM00159a01d44c.cpe.net.cable.rogers.com