rt#55782 RT 55782: [BUG] for 1..1000 -> $a { say $a } segfaults in rakudo (Gargbage Collector) - resolved % Ademan has joined #parrot % Ademan has left Ademan!~dan@h-68-167-204-244.snfccasy.dynamic.covad.net % Ademan has joined #parrot r28846 | fperrad++ | libs4php: : [php] test ltrim with trailing space diff: http://www.parrotvm.org/svn/parrot/revision?rev=28846 r28847 | fperrad++ | libs4php: : [php] add acosh & friends diff: http://www.parrotvm.org/svn/parrot/revision?rev=28847 % iblechbot has left iblechbot!~iblechbot@ppp-62-216-200-192.dynamic.mnet-online.de % cosimo has joined #parrot % bacek has left bacek!~bacek@mcas-151.usr.optusnet.com.au % magnachef_ has left magnachef_!~dmagnus@cpe-74-78-109-88.buffalo.res.rr.com % Whiteknight has joined #parrot % barney has joined #parrot % masak has joined #parrot r28848 | bernhard++ | trunk: : [Plumhead] : svn merge -r 28822:28847 https://svn.perl.org/parrot/branches/libs4php/languages/plumhead diff: http://www.parrotvm.org/svn/parrot/revision?rev=28848 % bacek has joined #parrot % Whiteknight has left Whiteknight!~nobody@c-71-230-33-251.hsd1.pa.comcast.net % tetragon has joined #parrot % skv has left skv!~skv@87.242.97.68 % Whiteknight has joined #parrot r28849 | bernhard++ | trunk: : [Plumhead] : Some whitespace changes, in order to keep diffs with 'libs4php' small. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28849 bernhard.schmalhofer@gmx.de | plumhead_renaming: link: http://www.perlfoundation.org/parrot/index.cgi?plumhead_renaming % clunker3 has joined #parrot bernhard.schmalhofer@gmx.de | Plumhead: link: http://www.perlfoundation.org/parrot/index.cgi?plumhead % Whiteknight has left Whiteknight!~nobody@c-71-230-33-251.hsd1.pa.comcast.net % ruoso has joined #parrot % jq has left jq!~jquelin@merlin.mongueurs.net % ruoso has left ruoso!~ruoso@201.45.49.162 % jq has joined #parrot r28850 | bernhard++ | libs4php: : [Plumhead] : Update the src/pct in the libs4php branch with recent changes in 'trunk'. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28850 r28851 | bernhard++ | libs4php: : [Plumhead] : Merge some more changes from 'trunk' to 'libs4php'. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28851 r28852 | bernhard++ | trunk: : [Plumhead] : clean-pmc is covered with clean-common diff: http://www.parrotvm.org/svn/parrot/revision?rev=28852 % kj has joined #parrot is RT acting funny for anyone else? logging you out within 5 minutes, failing to load its css properly, stuff like that? so far it's working okay for me -- I hadn't noticed anything yet. (But just now fired up RT) Got an Internal Server Error, when trying to enter RT Now, RT looks fine ok. I recently upgraded to firefox3, I'm wondering whether that's what caused these issues. I'm running firefox3 and haven't noticed anything (fwiw) r28853 | Whiteknight++ | trunk: : [docs] Improved function-level documentation for src/cpu_dep.c diff: http://www.parrotvm.org/svn/parrot/revision?rev=28853 % Whiteknight has joined #parrot * barney runs FF3 as well ok, I'll keep searching then. thanks guys % tetragon has left tetragon!~seneca@gw-312-705.somanetworks.com r28854 | bernhard++ | trunk: : [Plumhead] : Set up the missing superglobals as empty PhpArrays. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28854 % UltraDM has joined #parrot % gryphon has joined #parrot pmichaud: i'm still far off in scrollbackland, but your last post to p6l has a footnote marker with no footnote r28855 | bernhard++ | libs4php: : [Plumhead] : Merge some more changes from trunk into lib24php. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28855 particle1: oops, thanks. % iblechbot has joined #parrot % ruoso has joined #parrot r28856 | pmichaud++ | trunk: : [rakudo]: : * Add stringification and numification to Range objects. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28856 particle++ r28857 | Whiteknight++ | trunk: : [docs] Improved file-level documentation for src/cpu_dep.c. Added several comments to explain some of the tricker or more esoteric features of that file. Removed outdated file references. diff: http://www.parrotvm.org/svn/parrot/revision?rev=28857 % rdice has joined #parrot r28858 | moritz++ | trunk: : [rakudo] add S03-operators/range.t to spectest_regression diff: http://www.parrotvm.org/svn/parrot/revision?rev=28858 I just had to interrupt the client during my last commit, hope it didn't do any harm r28859 | Whiteknight++ | gsoc_pdd09: : [gsoc_pdd09] Update to trunk r28857 diff: http://www.parrotvm.org/svn/parrot/revision?rev=28859 % paco has joined #parrot % Andy has joined #parrot pmichaud: 56464 sounds REALLY familiar. :| r28860 | Whiteknight++ | trunk: : [misc] a few small changes, mostly additions made by headerizer diff: http://www.parrotvm.org/svn/parrot/revision?rev=28860 didn't I just track down a MMD-based problem like this? likely. I suspect there are a lot of these sorts of things floating (argh!) about :-) RT#54474 RT 54474: [BUG] cmp doesn't works for integers - resolved guessing that float.pmc has a similar MMD_DEFAULT that needs updating. yup. it's using num_val(SELF) instead of VTABLE_get_xxxx(INTERP,SELF) I thought about investigating it but we've got visitors at the house so my ability to do in-depth tracking this morning is limited so I figured I'd just file the ticket and let someone else search :-) Should be an easy fix, but someone should really go through all the PMCs so we don't have to keep doing this dance. I'll see if I can fix this particular case right now. % davidfetter has joined #parrot there was a ticket for "go through all the PMCs" but I closed it because nobody was doing it. Having specific errors seems to get action, though :-) one odd thing about the MyFloat case is that it gets the tests exactly backwards. coincidence? yes. it's using PMC_num_val() to try to extract something from a PMC structure that just doesn't exist in the object. it should be using VTABLE_get_number to use the api. god knows what it's pulling out by poking in the guts that aren't the guts it thinks. "These aren't the guts you're looking for. Move along." hurm. my simple fix is showing them reversed as well. bother. =-) r28861 | bernhard++ | trunk: : [Plumhead PCT] : Start with supporting '