Parrot Bug Summary

2006-11-06 Thread Parrot Bug Summary
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

[perl #40686] [TODO] release prep: update CREDITS and NEWS

2006-11-06 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #40686] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40686 > in preparation for the upcoming (date pending) parrot release, we need to update CREDITS an

[perl #40687] [TODO] Tcl - return the stacktrace for the current exception in src/macros.pir

2006-11-06 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40687] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40687 > >From the comment in languages/tcl/src/macros.pir: "return the stacktrace for the curr

[perl #40688] [TODO] Tcl - split or rename src/grammar/expr/expression.pg

2006-11-06 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40688] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40688 > >From the file languages/tcl/src/grammar/expr/expression.pg: # XXX This began as an [e

[perl #40689] [TODO] Tcl - test parsing hack in src/grammar/expr/functions.pir

2006-11-06 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40689] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40689 > Test the parsing hack in languages/tcl/src/grammar/expr/functions.pir This ticket is i

[perl #40690] [TODO] Tcl - correct workaround due to parrotbug #38896 in src/grammar/expr/past2pir.tg

2006-11-06 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40690] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40690 > Correct floating point workaround due to parrotbug #38896 in languages/tcl/src/grammar/

[perl #40691] [TODO] Tcl - is goto statement needed in src/grammar/expr/pge2past.tg

2006-11-06 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40691] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40691 > Determine if goto statement is needed in languages/tcl/src/grammar/expr/pge2past.tg Th

Re: set_pmc_keyed_int delegates to set_pmc_keyed...?

2006-11-06 Thread Patrick R. Michaud
On Sun, Nov 05, 2006 at 05:41:12PM +0100, Leopold Toetsch wrote: > Am Sonntag, 5. November 2006 15:22 schrieb Patrick R. Michaud: > > So, I can create the missing cases, but what do I put for the body > > of the method to get to the corresponding method of Capture? > > > >     .namespace [ 'Match'

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

2006-11-06 Thread larry
Author: larry Date: Mon Nov 6 14:44:17 2006 New Revision: 13463 Modified: doc/trunk/design/syn/S12.pod Log: Changed has= to autoclose for consistency with other temporal declarators. Modified: doc/trunk/design/syn/S12.pod =

Re: :init Where should we put the flag?

2006-11-06 Thread Leopold Toetsch
Am Montag, 30. Oktober 2006 22:58 schrieb Kevin Tew: > Using either of those flags ( PObj_private0_FLAG or  PObj_private2_FLAG > ) break other tests. > > I'm up for more suggestions. Sorry for the very delayed answer. Reusing these compile-time flags isn't really safe obviously, as running the c

Re: set_pmc_keyed_int delegates to set_pmc_keyed...?

2006-11-06 Thread Leopold Toetsch
Am Montag, 6. November 2006 21:54 schrieb Patrick R. Michaud: > Alas, this seems to work only for immediate subclasses of a PMC. > If we have a sub-subclass, then we're apparently back to the > same problem as before: I somehow thought that any object subclass would have a proper object vtable, b

Re: RFC: Actions without barriers

2006-11-06 Thread Bob Rogers
From: Allison Randal <[EMAIL PROTECTED]> Date: Sun, 29 Oct 2006 22:52:03 -0800 Bob Rogers wrote: > You want a patch that just gets rid of Error_Handler? This might be > messier without the other changes . . . Not urgent. It may turn out that the experiment is really only useful

Re: Anyone relying on objects stringifying to class names?

2006-11-06 Thread Patrick R. Michaud
On Sat, Nov 04, 2006 at 08:46:37PM +, Jonathan Worthington wrote: > Jonathan Worthington wrote: > >At the moment, if you have some ParrotObject instance, say foo, and do > >something like: > > > > $S0 = foo > > > >Then $S0 will contain the name of the class. > > > >=item C > > Erm, what the h