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
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
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
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,