AIX 5.3

2007-03-03 Thread Theodore Katseres
I managed to get parrot to build on aix-ppc-gcc4.0.0 smoked too ;) -- Ted Katseres ||=O=||

[perl #41642] [BUG] tailcall with slurpy gives segfault

2007-03-03 Thread Bob Rogers
When the get_params instruction runs, the arguments are pulled from the context pointed to by the caller_ctx member of the running context. After a tailcall, the caller_ctx can be the only pointer left to the caller's context. This member is not traced by mark_context, so a GC before get_params

[perl #41689] [BUG]: Test failures in t/pmc/smop_attribute.t and t/pmc/smop_class.t

2007-03-03 Thread James Keenan via RT
This may have been self-induced. Once I did 'make realclean; svn update;' and re-ran make and make test, the tests in question passed. Closing ticket.

[perl #41689] [BUG]: Test failures in t/pmc/smop_attribute.t and t/pmc/smop_class.t

2007-03-03 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41689] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41689 > See attached output of prove -v. I have not encountered these failures before tonight

Re: What is intended use of Parrot::Distribution?

2007-03-03 Thread Paul Cochrane
Liz, Well, being at the European Perl Hackathon sort of gave me the tuits to finally *do* something, instead of just lurking. I hope to be able to find some more tuits when $work kicks in again... Great to have you on board, independent of how many tuits you've got to spare! :-) Paul

Re: What is intended use of Parrot::Distribution?

2007-03-03 Thread James E Keenan
Elizabeth: I think the question you ask in your subject line is the most important aspect of your posting. Over the past month I've gotten errors from time to time when running tests which call Parrot::Distribution. This has led me to poke around inside lib/Parrot/Distribution.pm and be puz

[perl #41674] [TODO] Add languages/PIR to unified languages testing

2007-03-03 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #41674] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41674 > 'language/PIR' tests should show up in unified languages testing, e.g. http://s

[svn:parrot-pdd] r17312 - trunk/docs/pdds/draft

2007-03-03 Thread allison
Author: allison Date: Sat Mar 3 13:43:38 2007 New Revision: 17312 Modified: trunk/docs/pdds/draft/pdd15_objects.pod Log: [pdd]: Adding some notes on class registries to objects PDD. jonathan++ Modified: trunk/docs/pdds/draft/pdd15_objects.pod

Re: What is intended use of Parrot::Distribution?

2007-03-03 Thread Elizabeth Mattijsen
At 6:38 PM +0100 3/3/07, Paul Cochrane wrote: Great to have someone else help to muck out the cage! One solution would be to create a hash with the absolute paths of exempt Perl files as keys at module compile time, or at singleton object creation time. The "is_perl_exemption" method would the

[perl #41678] [PATCH] Updates for lang/pynie

2007-03-03 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #41678] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41678 > hi, attached a new patch for lang/pynie. This patch includes the changes of my previ

[perl #41679] Making ParrotDistribution error a little more verbose

2007-03-03 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #41679] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41679 > Instead of saying something is wrong, it will no tell how many there are wrong u

[perl #41680] A more Perl idiomatic way

2007-03-03 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #41680] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41680 > A little more Perl idiom for determining perl language files. Liz Distribution

[perl #41677] [TODO] parrotcode: Add link to smoke tests and Wiki

2007-03-03 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #41677] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41677 > The smoke test result page and the Wiki are not easily findable. It might make

[perl #41675] [TODO] Add 'languages/perl6' to unified languages testing

2007-03-03 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #41675] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41675 > Currently 'perl6' is not in unified languages testing. This is because the tests

[perl #41676] first cage cleaning job: fix error in pod

2007-03-03 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #41676] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41676 > --- docs/pdds/draft/pdd15_objects.pod.old 2007-03-03 12:09:19.0 +0

[perl #41684] [PATCH] Updates for lua

2007-03-03 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #41684] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41684 > hi, attached a patch for lang/lua. * I've tried to port some of the things done in P

Re: What is intended use of Parrot::Distribution?

2007-03-03 Thread Paul Cochrane
Elizabeth, Great to have someone else help to muck out the cage! One solution would be to create a hash with the absolute paths of exempt Perl files as keys at module compile time, or at singleton object creation time. The "is_perl_exemption" method would then simply become a hash key lookup.

Re: [perl #41633] [CAGE] convert handrolled .IMPORT macros with library function

2007-03-03 Thread jerry gay
On 3/3/07, Elizabeth Mattijsen via RT <[EMAIL PROTECTED]> wrote: On Tue Feb 27 12:58:18 2007, particle wrote: > it seems over time there have been a few handrolled implementations of > namespace import macros. they are usually named something like > '.IMPORT' and live in various pir source, test

What is intended use of Parrot::Distribution?

2007-03-03 Thread Elizabeth Mattijsen
While trying to fix the test error in t/perl/Parrot_Distribution.t as one of my cage cleaning duties, I found that this test fails because the glob fails in Parrot::Distribution::is_perl_exemption(). This happens because the current directory is changed to the test directory (t/perl), rather t

[svn:parrot-pdd] r17307 - trunk/docs/pdds/draft

2007-03-03 Thread bernhard
Author: bernhard Date: Sat Mar 3 03:25:53 2007 New Revision: 17307 Modified: trunk/docs/pdds/draft/pdd15_objects.pod Log: #41676: first cage cleaning job: fix error in pod Fix POD error in pdd15_objects.pod Courtesy of Elizabeth Mattijsen Modified: trunk/docs/pdds/draft/pdd15_objects.pod =