% Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % slightlyoff has left slightlyoff!~slightlyo@204.14.154.209 % bacek has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot % clunker3 has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot % tetragon has left tetragon!~seneca@gw-312-705.somanetworks.com % barney has joined #parrot % iblechbot has joined #parrot % Zaba_ has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % barney has left barney!~bernhard@p549A273B.dip0.t-ipconnect.de r28375 | fperrad++ | trunk: : [install] : - fix Cardinal test diff: http://www.parrotvm.org/svn/parrot/revision?rev=28375 % barney has joined #parrot % barney has left barney!~bernhard@p549A273B.dip0.t-ipconnect.de % barney has joined #parrot % barney has left barney!~bernhard@p549A273B.dip0.t-ipconnect.de % barney has joined #parrot % schmalbe has joined #parrot % barney has left barney!~bernhard@p549A273B.dip0.t-ipconnect.de % schmalbe has left schmalbe!~bernhard@p549A273B.dip0.t-ipconnect.de % bacek has left bacek!~bacek@123-243-38-218.tpgi.com.au % barney has joined #parrot r28376 | bernhard++ | trunk: : [Plumhead] : Clean up gen_actions.pir diff: http://www.parrotvm.org/svn/parrot/revision?rev=28376 % mire has joined #parrot % Ron has joined #parrot % mire has left mire!~Frodo@180-175-222-85.adsl.verat.net % barney has left barney!~bernhard@p549A273B.dip0.t-ipconnect.de % DietCoke has joined #parrot r28377 | jonathan++ | trunk: : [rakudo] Implement %*ENV. There seems to be some issues iterating it, but it should be enough to do the basic CGI bits that the PerlMonk wanted. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28377 arggggh jonathan: mind if I revert your implementation of %*ENV so I can put in mine? % TiMBuS has joined #parrot I decided to create a src/builtins/globals.pir where we can put global variable initializations never mind, I'll just call it a refactor. :-) we had the same code, just in different locations. :-) % Zaba_ has joined #parrot r28378 | pmichaud++ | trunk: : [rakudo]: : * Refactor %*ENV, $*IN, $*OUT, $*ERR to src/builtins/globals.pir . diff: http://www.parrotvm.org/svn/parrot/revision?rev=28378 % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % cognominal has joined #parrot % jan has left jan!~chatzilla@90-229-128-103-no52.tbcn.telia.com % TiMBuS has left TiMBuS!~Hurf@123-243-167-27.static.tpgi.com.au % particle[ventus] has joined #parrot % ron_ has joined #parrot pmichaud: Refactor my code, as much as you like. :-) You're much better at overall architecture stuff than I. pmichaud: I dunno if iterating over %*ENV with .kv works where you are, but it didn't for me. One of us should look into that. % Zaba has joined #parrot http://sial.org/pbot/31314 that's what I get when iterating over %*ENV.kv % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru moritz: ARgh. I was getting similar. But now I can't reproduce it. Check it with -G. % jan has joined #parrot jonathan: will do, just a sec I can only reproduce it in the interactive shell -G seems to fix that gc-- Geck. Maybe I'll get my C debugger out later and see if I can trace this. And the 1..1000 one. afk for a while % ron_ has left ron_!~chatzilla@pool-151-198-113-38.nwrknj.btas.verizon.net % teknomunk has joined #parrot uhm, this is weird... as you know I reported that with gcdebug a simple -e 1 fails... now I compiled that to PIR, added the load_bytecode $perl6_pbc_location manually... ... run it again with gcdebug, and no failure at all % Zaba_ has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % teknomunk has left teknomunk!~teknomunk@r74-195-239-111.stl1cmta01.stwrok.ok.dh.suddenlink.net % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % pmurias has joined #parrot % tetragon has joined #parrot why dosn't ../../parrot perl6.pbc --target=post -e 'say 4' work> s/>/?/ only --target=pir works % allison has joined #parrot % pmurias has left pmurias!~pawel@xdsl-1122.zgora.dialog.net.pl (compiling to pir, adding $perl6_pbc_location) -- I'm not surprised that works. One of the characteristics of the -G bugs is that making changes (even minor ones) causes them to disappear. They're very sensitive to the order in which things occur. btw parsing of t/spec/S29-conversions/ord_and_chr.t still loops, although it seems to be valid utf8 I'll look at that also. (on phone) % Theory has joined #parrot % dolmen has joined #parrot % cognominal has left cognominal!~cognomina@cac94-1-81-57-150-201.fbx.proxad.net % jhorwitz has joined #parrot % jhorwitz has left jhorwitz!~chatzilla@208.84.249.4 % tetragon has left tetragon!~seneca@gw-312-705.somanetworks.com % Zaba_ has joined #parrot % chromatic has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % tetragon has joined #parrot % hachi has joined #parrot anyone need to eat? * moritz but I'm not in Chicago ;) * PerlJam will be in Chicago in about 3.5 hours (sitting in an airport waiting for my flight now) % jcgood has joined #parrot % jcgood has left #parrot % Theory has left Theory!~Theory@c-24-21-175-208.hsd1.or.comcast.net % Theory has joined #parrot % Theory has left Theory!~Theory@c-24-21-175-208.hsd1.mn.comcast.net ord_and_chr.t doesn't parse because we don't have ?? !! yet. ??? ?? and !!? !!! ... (the Manga operator) r28379 | pmichaud++ | trunk: : [rakudo]: : * Add ternary ?? !! operator. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28379 pmichaud, what do ?? and !! do? Zaba_: It's the ternary if/else operator (spelled cond ? true : false in other languages) aha % cognominal has joined #parrot % davidfetter has joined #parrot % davidfetter has left davidfetter!~chatzilla@start.fetter.org % bacek has joined #parrot Do we have a test helper function to invoke parrot with particular args and get a response back? Or will then depend on kid51's upcoming patch? "that" % cotto_yapc has left cotto_yapc!~cotto@209.9.237.164 % cotto_yapc has joined #parrot % Eevee has left Eevee!~eevee@c-67-160-3-54.hsd1.wa.comcast.net const SymReg * const ra = *(SymReg**)a; reg_sort_f(ARGIN(const void *a), ARGIN(const void *b)) ouch. Ah, it's used from a quicksort. That makes more sense. % chromatic has left chromatic!~chromatic@209.9.237.164 % chromatic has joined #parrot r28380 | chromatic++ | trunk: : [IMCC] Cleaned up IMCC code; no behavioral changes. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28380 % particle[ventus] has left particle[ventus]!~particle@209.9.237.164 % allison has left allison!~chatzilla@209.9.237.164 % cotto_yapc has left cotto_yapc!~cotto@209.9.237.164 r28381 | coke++ | trunk: : RT #52048 : Fix pgegrep; it had been broken as a result of hllmacros.pir; : pmichaud++ for his help with updating some PGE syntax used here. : updated to use more single quotes. : removed the not-implemented --c option. : use more idiomatic .HLLmacros (avoid NL when unneeded) : use say, die, etc. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28381 % allison has joined #parrot % toddr has joined #parrot % chromatic has left chromatic!~chromatic@209.9.237.164 % cognominal has left cognominal!~cognomina@82.67.232.89 % cbrandtbuffalo has joined #parrot % cognominal has joined #parrot % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % chromatic has joined #parrot % particle[ventus] has joined #parrot % malte has joined #parrot Hm, we're logging #parrot now. Interesting. hasn't that been the case for a while? I forget until Piper reminds me every time I log on. I could regularly kick you so that you'd be reminded when you rejoined, if you like % cotto_home has joined #parrot r28382 | pmichaud++ | trunk: : [rakudo]: : * Make Parrot's t/doc/pod.t happy with src/globals.pir . diff: http://www.parrotvm.org/svn/parrot/revision?rev=28382 % cotto_home has left cotto_home!~cotto@209.9.237.164 % cotto_home has joined #parrot % cotto_home is now known as cotto_yapc % allison has left allison!~chatzilla@209.9.237.164 % allison has joined #parrot r28383 | chromatic++ | trunk: : [IMCC] Refactored a small part of the register allocator to avoid an inner : loop. It's not a big deal, but the compiler should optimize a switch better : than the loop -- and there's a good opportunity not to do some work. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28383 % kid51 has joined #parrot % chromatic has left chromatic!~chromatic@209.9.237.164 r28384 | pmichaud++ | trunk: : [pge]: : * Avoid using find_not_cclass for .CCLASS_ANY (e.g., with : .* or .*? in regexes). diff: http://www.parrotvm.org/svn/parrot/revision?rev=28384 r28385 | rblasch++ | trunk: : [config] Make alpha part in OpenSSL version detection optional. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28385 % toddr has left #parrot % toddr has joined #parrot % kid51 has left kid51!c625147f@67.207.141.120 % chromatic has joined #parrot % allison has left allison!~chatzilla@209.9.237.164 r28386 | coke++ | trunk: : [tcl] : Convert all the PIR level return-code constants over to macro_local : (requires a change to pasm for the returncodes file). In prep for the : switch to the new official control exceptions types. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28386 % Ron_ has joined #parrot % tetragon has left tetragon!~seneca@216.126.67.44 % chromatic has left chromatic!~chromatic@209.9.237.164 % allison has joined #parrot % Ron has left Ron!rblasch@80-121-74-170.adsl.highway.telekom.at % tetragon has joined #parrot % Zaba_ has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % chromatic has joined #parrot % kid51 has joined #parrot % Zaba_ has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % kid51 has left kid51!c625147f@67.207.141.120 % cotto_yapc has left cotto_yapc!~cotto@209.9.237.164 r28387 | pmichaud++ | trunk: : [core]: : * Testing unicode strings for .CCLASS_ANY really shouldn't require ICU. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28387 % rblackwe has joined #parrot r28388 | chromatic++ | trunk: : [IMCC] Replaced another loop in the register allocator with a switch. See : r28383. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28388 r28389 | pmichaud++ | trunk: : [rakudo]: : * Add .perl to Bool class. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28389 r28390 | jkeenan++ | trunk: : Applying fix for problem reported by Todd Olson in RT 55856. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28390 % malte has left malte!~chatzilla@d077011.adsl.hansenet.de % cotto_yapc has joined #parrot Where can I find pir.vim? pir.vim is the first vim syntax file I have had to "compile" % cbrandtbuffalo has left cbrandtbuffalo!~cbrandt@ellvpn14-209.cit.buffalo.edu % barney has joined #parrot editor/ purl, pir.vim is also installed with 'make vim-install' from parrot source okay, dolmen. thx purl, pir.vim is not installed with 'make vim-install' from parrot source ...but pir.vim is the first vim syntax file I have had to "compile" or installed with 'make vim-install' from parrot source... purl, pir.vim is installed with 'cd editor ; make vim-install' from parrot source ...but pir.vim is the first vim syntax file I have had to "compile" or installed with 'make vim-install' from parrot source... purl, pir.vim is also installed with 'cd editor ; make vim-install' from parrot source okay, dolmen. * Tene works on smalltalk grammar again. % kid51 has joined #parrot Am I really here? yes % kid51 has left kid51!c625147f@67.207.141.120 Perl6 patch submitted: #55860 s/Perl6/rakudo/ % kid51 has joined #parrot BOO! test (eek) purl, boo Aaaaaigh! purl, hackathon? hackathon is in the dorms' common area r28391 | bernhard++ | trunk: : [Plumhead] : More work on migration from TGE to NQP-Actions. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28391 Anyone want to sanity check some old PIR? t/op/lexicals_28.pir totally crazy btw chromatic: this channel is publically logged % barney has left barney!~bernhard@dslb-084-058-116-085.pools.arcor-ip.net Wow, if only something could notify me every hour! 0 * * * * /kick chromatic msg chromatic this channel is publically logged Message for chromatic stored. % iblechbot has left iblechbot!~iblechbot@ppp-62-216-200-133.dynamic.mnet-online.de % chromatic has left chromatic!~chromatic@209.9.237.164 % chromatic has joined #parrot r28392 | chromatic++ | trunk: : [IMCC] Made IMCC allocate fewer registers. Now only named registers and : lexicals assigned to cause the allocation of actual registers in contexts. : I suspect we may still be allocating more register space than we need in : certain circumstances, but we're much better now. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28392 r28393 | cotto++ | trunk: : a.k.a. update and commit bit check diff: http://www.parrotvm.org/svn/parrot/revision?rev=28393 % paco has left paco!~chatzilla@139.Red-80-36-122.staticIP.rima-tde.net % Zaba has joined #parrot % tetragon has left tetragon!~seneca@69-196-138-130.dsl.teksavvy.com % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % jhorwitz has joined #parrot mod_lolcode? jhorwitz: perl tools/dev/mk_language_shell.pl lightning danke r28394 | pmichaud++ | trunk: : [rakudo]: : * Add .perl method for Range objects (RT#55860, dolmen++) : * Patch courtesy Olivier Mengué diff: http://www.parrotvm.org/svn/parrot/revision?rev=28394 r28395 | allison++ | pdd25cx: : [pdd25cx] Implement a pair of ops for branch and ret, with a user-controlled stack. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28395 "chromatic" at 198.37.20.110 pasted "const string updates" (321 lines) at http://nopaste.snit.ch/13280 r28396 | allison++ | pdd25cx: : [pdd25cx] Update PGE to use branching ops with user-controlled stack. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28396 % chromatic_ has joined #parrot % chromatic has left chromatic!~chromatic@209.9.237.164 % chromatic_ is now known as chromatic r28397 | pmichaud++ | trunk: : [rakudo]: : * Add a .perl method to Code objects. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28397 Hey! r28397 is cheating! ;-) % tetragon has joined #parrot % Ron_ has left Ron_!rblasch@80-121-87-123.adsl.highway.telekom.at % kid51 has left kid51!kid51@feather.perl6.nl it's not correct? ;-) :) jonathan: if you'd like to refactor r28397, feel free! *burn* % chromatic has left chromatic!~chromatic@209.9.237.164 % slightlyoff has joined #parrot pmichaud: Once I get :instanceof in place, can probably do something - long term, bytecode annotations should hold it. * jonathan will refactor it. Later. ;-) pmichaud: What works for Rakudo day next week, given YAPC::EU is happening? Wed or Thu work for me. pmichaud has stepped away, but i could reply from his keyboard, since it's next to mine see! :) morning... Thu I'll be on a plane. although I don't know when I'll be on the plane... just a sec oh, my flight isn't until 1:00pm (CDT). So I expect I'll be on in the morning until it's time to head to the airport. % cotto_yapc has left cotto_yapc!~cotto@209.9.237.164 OK. Would Wed be better? I can do either. so, Thu may be good. Let me check the YAPC::NA schedule for wed. OK. I'm pondering spending it on roles. Or mostly on roles. If that works for you / there's nothing higher priority you want me on. % jhorwitz has left jhorwitz!~chatzilla@209.9.237.164 roles would be very good. I don't have a higher priority item at the moment. OK. I got role attributes mostly fathomed last time. I need to refactor the way we're parsing does. To be a trait aux. Erm. trait verb. I think. :-) Need to look into roles made up of other roles. does is trait aux OK, meaning it's multi-dispatch like is? Oh, no aux doesn't imply that necesarily. Anyway, there's no shortage of role-related things to be doing. % teknomunk has joined #parrot % particle[ventus] has left particle[ventus]!~particle@209.9.237.164 % tetragon has left tetragon!~seneca@216.126.67.44 % tetragon has joined #parrot r28398 | allison++ | pdd25cx: : [pdd25cx] Applying a patch from chromatic to fix the CONST_STRING bug : introduced by merge. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28398 % Zaba_ has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru r28399 | pmichaud++ | pdd25cx: : [pge]: : * Fix PGE cstack so that TGE compiles. Still some PGE errors to : fix, but those appear to require some patches to core. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28399 % allison has left allison!~chatzilla@209.9.237.164 % tetragon has left tetragon!~seneca@216.126.67.44 % mire has joined #parrot yay, smalltalk grammar is coming along okay. After reading some recent messages, I wondering if we must create a todo ticket for a tool to automatically generate names for compilers X-) heh % Andy has joined #parrot % allison has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot % cognominal has left cognominal!~cognomina@82.67.232.89 Here is a parrot crash case: perl -e 'print "class Foo;\n" x 3;' | languages/perl6/parrot perl6.pbc Oups perl -e 'print "class Foo;\n" x 3;' | parrot languages/perl6/perl6.pbc perhaps send it to rakudobug@perl.org ? That will open a ticket for it. % tetragon has joined #parrot % Zaba_ has joined #parrot % bacek_ has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % Zaba_ has joined #parrot % AndyA has left AndyA!~andy@82.152.157.85 % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % tetragon has left tetragon!~seneca@gw-312-705.somanetworks.com % AndyA has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru r28400 | tene++ | trunk: : Add a smalltalk grammar under the name 'chitchat'. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28400 % Zaba has joined #parrot % slightlyoff has left slightlyoff!~slightlyo@204.14.154.209 r28401 | pmichaud++ | trunk: : [rakudo]: : * Move postfix: from builtins/op.pir to classes/Complex.pir . diff: http://www.parrotvm.org/svn/parrot/revision?rev=28401 % particle[ventus] has joined #parrot % Zaba_ has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Whiteknight has joined #parrot % mire has left mire!~Frodo@57-169-222-85.adsl.verat.net r28402 | Whiteknight++ | gsoc_pdd09: : [gsoc_pdd09] update to trunk r28401 diff: http://www.parrotvm.org/svn/parrot/revision?rev=28402 % Whiteknight has left Whiteknight!~Whiteknig@c-71-230-33-251.hsd1.pa.comcast.net % Whiteknight has joined #parrot r28403 | pmichaud++ | trunk: : [rakudo]: : * Fix prefix:<^>(Any) to return an exclusive Range instead of an inclusive one. : * Refactor prefix:<^>(Any) into src/classes/Range.pir . diff: http://www.parrotvm.org/svn/parrot/revision?rev=28403 % TiMBuS has joined #parrot % bacek__ has joined #parrot i never know, and i rarely ask % bacek_ has left bacek_!~bacek@mcas-151.usr.optusnet.com.au % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru summon pmichaud :) pmichaud, http://nopaste.snit.ch/13235 this is changes to S29-list/minmax.t that require your opinion... first hunk (parenthesizing the @array.min : { ... } ) I agree with. second hunk (changing $^a to 0+$^a) shouldn't be needed. <=> already imposes numeric context. karma pmichaud pmichaud has karma of 1402 karma coke coke has karma of 1921 % chromatic has joined #parrot karma jonathan jonathan has karma of 650 karma allison allison has karma of 743 karma particle particle has karma of 1352 cheater. oh, I see, the 0+ are arguments to abs. Still, shouldn't be needed. rakudo: min({ abs $^a <=> abs $^b }, (-2..2)); pmichaud: 0+ is for abs() pmichaud: not for <=>... but abs already treats its argument as being in numeric context. hmm.. looks like it works now pugs: say ((0,1,2) x (0,1,2)).perl pugs: say ((0,1,2) X (0,1,2)).perl wrong chan anybody here good with IMCC? with "good" == "understands it at all"? maybe ask the imcc question? well, i'm tyring to implement the .macro_local statement, and I'm trying to find the best place to do it I don't know that one, sorry. it's okay I'll monkey my way through it, and we can fix my mistakes later :) % chromatic has left chromatic!~chromatic@209.9.237.164 r28404 | pmichaud++ | trunk: : [rakudo]: : * More prefix:<^> refactoring. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28404 r28405 | chromatic++ | trunk: : [tools] Revised CONST_STRING handling so that occurrences inside : partially-generated files don't accidentally overlap hand-written occurrences. : This has been a problem occasionally in PMCs. : A better solution is to stop generating so much redundant code inside PMCs, but : this is an easier short-term fix until the long-term fix is available. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28405 r28406 | pmichaud++ | trunk: : [rakudo]: : * Fix abs() for non-numeric types. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28406 rakudo progress has been inspiring it's amazing to see things moving so quickly pmichaud: excellent. We can put S29-list/minmax.t in spectest_regression.data now :) % chromatic has joined #parrot % Andy is now known as AndyAway % DietCoke has left DietCoke!~coke@cpe-72-228-52-192.nycap.res.rr.com someone looking for chromatic r28407 | duff++ | trunk: : [rakudo]: : * Add run builtin (Zev++ RT50558) : * patch courtesy Zev Benjamin diff: http://www.parrotvm.org/svn/parrot/revision?rev=28407 r28408 | pmichaud++ | trunk: : [rakudo]: Fix abs(Int) to return Int. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28408 % chromatic has left chromatic!~chromatic@209.9.237.164 % chromatic has joined #parrot % dolmen has left dolmen!~dolmen@cho94-1-81-57-157-99.fbx.proxad.net r28409 | pmichaud++ | trunk: : [rakudo]: : * Add S29-list/minmax.t to spectest_regression.data (bacek++) diff: http://www.parrotvm.org/svn/parrot/revision?rev=28409 % Robrt has joined #parrot Sorry, I chose the very wrong moment to move RT to a different box. Everything good now? % Andy has joined #parrot Robrt: I'm still getting "Bad Gateway" I'm getting "Bad Gateway" on the https: interface. The http: interface appears to be working. fixed. When I try to log into rt (via http:) and press "Log in with it now" I get back a "Bitcard data has expired" also via https: maybe I need to restart my browser? Maybe I should just move it back to the other machine :) restarting browser didn't help either. I'm seeing that now too. Crud. Weird. I see. Fixed. okay, good. thanks! It actually feels faster to me now. (For multiple reasons.) Sorry for interrupting the bugathon Works great. Faster is definitely an improvement (and worth the interruption). I agree, it seems faster to me also. woo, it does seem speedy r28410 | chromatic++ | trunk: : [lib] Added CONST_STRING_GEN #define to dynpmcs. This fixes a problem : introduced in r28405. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28410 % davidfetter has joined #parrot The slow speed was starting to get to me :) It's still not fast enough, but it should be better ... oh, I probably should have kept the new language out of the repo until after the release. Yeah, that would have been a great idea. Tene: so ... what is chitchat? PerlJam: smalltalk smalltalk is, like, very digestable or too One True Way (program text isn't a text file, wtf.) I guess I'll have to get it, and a small test suite, working well tonight, because tomorrow looks crazy. % coke has joined #parrot * coke ~~, having remembered another box he can ssh to and run irc on. % coke has left coke!~coke@cpe-72-228-52-192.nycap.res.rr.com % coke has joined #parrot bah. /quit ain't /win close. % chromatic has left chromatic!~chromatic@209.9.237.164 ZOMG, am I an idiot. I blame ... sunspots. panel says... hurm. ok. low blood sugar. it's probably, and you have no way of checking! coke: perhaps there was too much interference from all of the other computers/brains in the room? "probable" especially pmichaud's well, next time don't sit so close to him! pmichaud's brain needs a Faraday cage. PerlJam: Basic diagnostics. I have some stuff I changed to try to add the new features. need to run an svn diff to find the one change that was not quite right. :| I swear I have to teach this sort of thing at work. Very embarassing to then forget it myself. coke: it happens to all of us at some point. ... This seems to have been a very long day of that happening. ^_^ r28411 | allison++ | pdd25cx: : [pdd25cx] Bringing the pdd25cx branch up-to-date with trunk r28410. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28411 r28412 | coke++ | trunk: : [tcl] : Update tcl to use the now-standard CONTROL_* exceptions. This replaces : the original scheme of using our own types and an extra slot on the : exception object. It should also make our control exceptions interoperable : with rakudo's. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28412 pmichaud: hey, patrick, can you make sure smash has whatever he needs in terms of PAUSE permissions? sure. tomorrow okay? jaja danke. what's smash's PAUSE id? % masak has joined #parrot SMASH yo okay, I'll check into it tomorrow. and I'm off to my room to write a journal post and sleep g'night, pmichaud r28413 | coke++ | trunk: : [codingstd] : Pass "make codetest" diff: http://www.parrotvm.org/svn/parrot/revision?rev=28413 % Robrt has left #parrot % cotto_yapc has joined #parrot r28414 | coke++ | trunk: : [chitchat] : As long as it's in the repo, generate the makefile during config. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28414 % teknomunk has left teknomunk!~teknomunk@r74-195-239-111.stl1cmta01.stwrok.ok.dh.suddenlink.net % davidfetter has left davidfetter!~chatzilla@start.fetter.org % Infinoid has left Infinoid!infinoid@mad.cow.org % Infinoid has joined #parrot r28415 | coke++ | trunk: : Build targets that differ only by case are not boss. : mingw32-make considers them the same targets. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28415 allison++ ...so does nmake... and you -use- tags. why did I have to fix that. =-) % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Zaba has joined #parrot it's been bugging me for a while that `./perl6 -e 'say $_ for ` doesn't work I submitted a bug report about it, http://rt.perl.org/rt3/Ticket/Display.html?id=55184 but this has so far been unheeded would someone be so kind as to review this patch, which resolves the issue: http://paste2.org/p/39784 I'm clearly batting in the dark, and I realize that it is a band-aid upon the couple of layers of band-aid already deployed in that area... but it solves the $_ parsing problem, and all tests still pass % uniejo has joined #parrot % DietCoke has joined #parrot masak: i'm too tired to apply now. glad it solves the problem, but __SCARY_VARIABLES are too much for me to review now i'll look in the morning, but pmichaud will likely have beat me to it & particle[ventus]: np. night btw, this solution breaks for all evaluations except the first one when perl6.pbc is run in REPL mode no idea why. % iblechbot has joined #parrot leaving now, will backlog later % masak has left masak!~user@130.238.45.242 * coke wonders why we roll our own c-level options handling. masak, you might want to log the "breaks for all" on the ticket itself. % Zaba_ has joined #parrot % Zaba has left Zaba!~zaba@ip102.148.adsl.wplus.ru % Andy has left Andy!~Andy@64.81.227.163 % iblechbot has left iblechbot!~iblechbot@ppp-62-216-200-81.dynamic.mnet-online.de the patch is taking the wrong approach to solving $_ (but so is the existing code in actions.pm) I'll work on fixing $_ and friends tomorrow. I had been waiting to resolve 'return' first, but now that is done so I can think I can do $_, $!, and $/. afk, sleep. (new journal posts at use.perl, btw) r28416 | coke++ | trunk: : RT# 45267 - Fix bug in parrot's handling of default args for long options. : (like --trace) : This allows parrot -trace foo.pir to work the same as parrot -t foo.pir : All tests pass, including the un-TODO'd one. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28416 % Psyche^ has joined #parrot % Zaba has joined #parrot % Zaba_ has left Zaba_!~zaba@ip102.148.adsl.wplus.ru % Patterner has left Patterner!~Psyche@e177239147.adsl.alicedsl.de % Psyche^ is now known as Patterner