[perl #45357] [TODO] Which exception should be thrown with register overflow?

2007-09-11 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #45357] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45357 Having a look through PDD03 I noticed the TODO item left by Chip: =head3

Re: [perl #45013] Configure fails if prefix ends with '/'

2007-09-11 Thread Joshua Juran
On Sep 10, 2007, at 6:52 PM, James Keenan via RT wrote: On Mon Sep 10 10:53:43 2007, [EMAIL PROTECTED] wrote: Is the chance that $prefix ends in slash-newline sufficiently rare that the $ anchor is better than \z? Can we get some tests on Win32 as well? And how about that Mac OS 9? I'm

[perl #45359] [TODO] Enumerate all non-C89 assumptions that Parrot depends on

2007-09-11 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #45359] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45359 In the coding standards PDD (pdd07) there is the todo item: {{ TODO: Enumerate

[svn:parrot-pdd] r21179 - trunk/docs/pdds

2007-09-11 Thread paultcochrane
Author: paultcochrane Date: Tue Sep 11 02:26:58 2007 New Revision: 21179 Modified: trunk/docs/pdds/pdd03_calling_conventions.pod Log: [pdds] Minor formatting and textual corrections. Modified: trunk/docs/pdds/pdd03_calling_conventions.pod

[perl #45363] [TODO] Deprecate opcode lists surrounded by parentheses

2007-09-11 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #45363] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45363 In pdd03, Chip deprecated the syntax of opcode lists as a whole surrounded by

[perl #45365] [TODO] Update parrot.el to remove return argument parenthesis requirement

2007-09-11 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #45365] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45365 In the coding standards PDD (pdd07) there is the todo item (with context):

[perl #45367] [TODO] Limit the required interface for PMCs

2007-09-11 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #45367] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45367 In the pdd03 design document there is the todo item (with context): =item 5

[svn:parrot-pdd] r21180 - trunk/docs/pdds

2007-09-11 Thread paultcochrane
Author: paultcochrane Date: Tue Sep 11 05:01:37 2007 New Revision: 21180 Modified: trunk/docs/pdds/pdd03_calling_conventions.pod trunk/docs/pdds/pdd07_codingstd.pod Log: [pdd] Converted TODO items to RT tickets. Modified: trunk/docs/pdds/pdd03_calling_conventions.pod

[perl #45249] [BUG] r21103-21121 won't build on 64-bit intel

2007-09-11 Thread Patrick R. Michaud via RT
Agreed, r21175 appears to have resolved this problem, so I'm closing the ticket. Instead of filing a ticket for the t/pmc/fixedfloatarray.t problem, I just went ahead and fixed it (r21182). Pm

[svn:parrot-pdd] r21183 - trunk/docs/pdds

2007-09-11 Thread paultcochrane
Author: paultcochrane Date: Tue Sep 11 06:27:26 2007 New Revision: 21183 Modified: trunk/docs/pdds/pdd07_codingstd.pod Log: [pdd] Minor textual and formatting cleanups. Modified: trunk/docs/pdds/pdd07_codingstd.pod

Re: [perl #45255] [PATCH] Add Generated File Warning to Externally-Generated Files

2007-09-11 Thread chromatic
On Tuesday 11 September 2007 06:53:13 Jerry Gay via RT wrote: it'd be even better if the patch included the perl code used to do the fixup. without it, the idea is made clear, but it will remain unproven on any system but your own. oops! Er, yeah. -- c fixup_gen_file.pl Description: Perl

Re: [perl #45023] SUGGESTION inlining subs

2007-09-11 Thread Bernhard Schmalhofer
Patrick R. Michaud schrieb: On Tue, Aug 28, 2007 at 09:37:39AM -0700, Debbie Harry wrote: # New Ticket Created by Debbie Harry # Please include the string: [perl #45023] # in the subject line of all future correspondence about this issue. # URL:

[perl #43513] [docs] new content in book/ch01_overview.pod

2007-09-11 Thread Nuno Carvalho via RT
Hi all, On Wed Jul 11 13:14:15 2007, bernhard wrote: On Di. 03. Jul. 2007, 13:19:56, smash wrote: Hi all, I spent some time around docs/book/ch01_overview.pod. Since most of this chapter is not very technical it's still pretty much up to date. I added a lot of info about roles and

[svn:perl6-synopsis] r14454 - doc/trunk/design/syn

2007-09-11 Thread larry
Author: larry Date: Tue Sep 11 11:54:28 2007 New Revision: 14454 Modified: doc/trunk/design/syn/S05.pod Log: Last (we hope) major revision of regex syntax. Modified: doc/trunk/design/syn/S05.pod == ---

[svn:perl6-synopsis] r14455 - doc/trunk/design/syn

2007-09-11 Thread larry
Author: larry Date: Tue Sep 11 12:06:38 2007 New Revision: 14455 Modified: doc/trunk/design/syn/S05.pod Log: wb is zero-width so takes ? or ! Modified: doc/trunk/design/syn/S05.pod == ---

Re: [perl #44101] Parrot 0.4.14 fails: src/pmc/object.c, line 153: void function cannot return value

2007-09-11 Thread Andy Dougherty
On Tue, 11 Sep 2007, Bernhard Schmalhofer via RT wrote: On Mo. 23. Jul. 2007, 10:35:38, doughera wrote: As of version 0.4.14, parrot no longer builds for me with Sun's Workshop compiler on Solaris 8/SPARC. I get 66 errors of the form: src/pmc/object.c, line 153: void function

[svn:perl6-synopsis] r14456 - doc/trunk/design/syn

2007-09-11 Thread larry
Author: larry Date: Tue Sep 11 13:20:07 2007 New Revision: 14456 Modified: doc/trunk/design/syn/S05.pod Log: Clarifications requested by pmichaud++ Modified: doc/trunk/design/syn/S05.pod == ---

[perl #42769] Should 'object' and basic PMC names be keywords in PIR

2007-09-11 Thread Allison Randal via RT
We will deprecate all types for .local other than string, num, int, and pmc. Allison

[perl #45387] [BUG] languages/lua/pmc/lua_private.h generating error in t/codingstd/c_header_guards.t

2007-09-11 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #45387] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45387 I've been getting these errors: [parrot] 504 $ prove -v