[perl #41738] languages/APL is broken

2007-03-08 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #41738] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41738 Checking the languages smokes on http://smoke.parrotcode.org/smoke/ I

[perl #41739] [PATCH]: add clone method for iterators

2007-03-08 Thread via RT
# New Ticket Created by Eric Hanchrow # Please include the string: [perl #41739] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41739 b/CREDITS|4 b/t/pmc/iterator.t | 49

[perl #41743] [PATCH] Make all but (perl5|pugs|t) have a MAINTAINER

2007-03-08 Thread Julian Fondren
# New Ticket Created by Julian Fondren # Please include the string: [perl #41743] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41743 Some-but-not-many of the languages/ tree have MAINTAINER files. This patch makes

PIR Tutorial

2007-03-08 Thread Klaas-Jan Stol
hi, I've started a bit on a PIR tutorial on the wiki. If anybody can spare a few moments, some feedback would be very welcome! regards, kjs

Re: PIR Tutorial

2007-03-08 Thread Julian Fondren
On 3/8/07, Klaas-Jan Stol [EMAIL PROTECTED] wrote: hi, I've started a bit on a PIR tutorial on the wiki. If anybody can spare a few moments, some feedback would be very welcome! I don't really have any feedback on what you have, but for what you don't have: 1. docs/compiler_faq.pod teaches

[perl #41746] [BUG] pdump doesn't build.

2007-03-08 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41746] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41746 $ make pdump src/packdump.c src/packdump.c: In function 'PackFile_Constant_dump':

[perl #41733] invoke :vtable - execution stops

2007-03-08 Thread Matt Diephouse via RT
On Wed Mar 07 17:02:47 2007, mdiep wrote: This gets us close to what I want: void* invoke(void *next) { STRING *meth = CONST_STRING(interp, __invoke); STRING *meth_v = CONST_STRING(interp, invoke); PMC *sub = Parrot_find_vtable_meth(interp, pmc, meth_v);

C pmclass - parrot object inheritance, interaction vtables/methods/object identities

2007-03-08 Thread Mehmet Yavuz Selim Soyturk
Hello, I'm implementing ECMAscript (javascript) which has prototype based inheritance. An object is some sort of hash which has some properties. An object can have a prototype, from which it inherits all of the properties. And the objects prototype can also have a prototype, from which the

[perl #41569] t/distro/file_metadata.t fails on win32

2007-03-08 Thread Ron Blaschke
Hi, Could someone please tell me the expected result of t/distro/file_metadata.pl at revision 17389? After looking into bug #41569 I'm getting the following on Windows (XP, SP2, VC++ 8.0, Subversion). prove t/distro/file_metadata.t t/distro/file_metadata# Collecting svn:mime-type

[perl #25253] [PATCH] Remove Parrot_INTERP

2007-03-08 Thread Jerry Gay via RT
chromatic~ embed/extend is up your alley. do you see a problem with removing Parrot_INTERP since we've already got Parrot_Interp laying around? even though this patch is about three years old, it looks almost valid, and should be quick and easy to apply, if approved. ~jerry

[perl #41753] [CAGE] better document and test PMETHOD and PMINVOKE

2007-03-08 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41753] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41753 c-level support for parrot calling conventions (PMETHOD) and for calling C methods

Re: PIR Tutorial

2007-03-08 Thread James E Keenan
Klaas-Jan Stol wrote: hi, I've started a bit on a PIR tutorial on the wiki. If anybody can spare a few moments, some feedback would be very welcome! I am very glad to see this. One suggestion and one request for clarification: 1. First bullet point in FAQ should be: What does PIR stand

Re: [perl #41569] t/distro/file_metadata.t fails on win32

2007-03-08 Thread Will Coleda
I expect the first two to pass, but metadata is often often overlooked on commits. The last one is a new test, not everything has been updated yet. (And I'm not sure it *can* be without breaking windows). Should be passing the second test again as of r17398. On Mar 8, 2007, at 4:23 PM,

[perl #41750] [PATCH] Pynie updates

2007-03-08 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #41750] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41750 hi, attached a patch for pynie: * fixed rule for floatingpoints and