Failing t//tools/pbc_merge.t

2006-08-07 Thread chromatic
Only one test file fails for me on Linux/PPC. I have the attached patch applied locally to show off what seems odd. My output is: $ perl -Ilib t/tools/pbc_merge.t 1..4 directory_pack segment 'MERGED_DB' used size 22 but reported 24 (Ret: 2142551472, Cursor: 270128576) Parrot VM: Can't stat

Re: [perl #40058] Disambiguate usage of class PMCs from class name lookup (pdd15, pdd06, pdd19)

2006-08-07 Thread Martin Kealey
On Sun, 6 Aug 2006, chromatic wrote: > If my code depends on the undefinedness of certain symbols, and those symbols > may or may not appear in some namespace somewhere due to something totally > unrelated to my code, I have a problem. Ah. I thought we were considering the namespace which the lang

Parrot Bug Summary

2006-08-07 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Aug 7 13:15:01 2006 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with mo

Re: [perl #40102] [BUG] Using splice with an out-of-range array index gives bad error

2006-08-07 Thread Leopold Toetsch
Am Montag, 7. August 2006 05:43 schrieb Matt Diephouse: >      splice $P0, $P1, 20, 0 >    mini:~/Projects/parrot mdiep$ parrot test.pir >    list structure chaos! > > That's an awful error. It should say "Array index out of bounds" or   > anything more useful than "list structure chaos!". Well,