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

2006-06-12 Thread audreyt
Author: audreyt Date: Mon Jun 12 00:42:35 2006 New Revision: 9589 Modified: doc/trunk/design/syn/S02.pod Log: * S02: more elimination of lvalue-parenthesis form, spotted by spinclad++ Modified: doc/trunk/design/syn/S02.pod

Re: [perl #39378] Pheme Segfault with Keyed Class Names

2006-06-12 Thread Leopold Toetsch
Am Freitag, 9. Juni 2006 21:19 schrieb chromatic: Oddly, I see these only when running through the Pheme interpreter, not when dumping out the raw PIR code and executing that. (gdb) r -G pheme.pbc t/cdr.t 1..2 ok 1 - tail of three elem list should be two elem list ok 2 - tail of two elem list

Parrot Bug Summary

2006-06-12 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Jun 12 13:15:01 2006 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with

Re: Perl++ Wikicosm (was: OT: wiki engine architecture)

2006-06-12 Thread Matt Todd
I'll be honest and say that I'm not too concerned with the prize/grant, so that may be the reason I want to go beyond that minimal ideal. I'm specifically concerned with a poorly designed (or at least slightly clumsy to upgrade) wiki, all in for the sake of speed, minimal functionality, and

Re: A question about .begin_eh

2006-06-12 Thread Chip Salzenberg
On Sun, Jun 11, 2006 at 11:52:14AM -0400, Bob Rogers wrote: I notice the following paragraph, vintage late May, in pdd23_exceptions.pod: A C.begin_eh directive marks the beginning of a span of opcodes which the programmer expects to throw an exception. If an exception

class introspection and extention

2006-06-12 Thread max demmelbauer
hello.. i am new to this list. i wrote a small web-framework called webtek ( http://max.xaok.org/ webtek ) in perl 5.8 and try now to port this to perl6 (inspired by the speak from juerd at the austrian perl workshop :). but i have some problems: * how can i serialize objects (like the

RE: Perl++ Wikicosm (was: OT: wiki engine architecture)

2006-06-12 Thread Conrad Schneiker
From: Michael Mathews [mailto:[EMAIL PROTECTED] Having just been away on yet /another/ training course in Agile methodology, I'd say this is a classic disconnect of concerns. Sounds like Conrad just want something that works, and can be available quickly -- a rather traditional customer

[perl #39425] [TODO] namespaces: store_global variant

2006-06-12 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39425] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39425 Need a store_global opcode that takes a multi-element NS key. -- Will Coke Coleda

[perl #39426] [BUG] Can't build with cygwin.

2006-06-12 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39426] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39426 The cygwin build fails with the following error during make: Invoking Parrot to

Re: OT: wiki engine architecture

2006-06-12 Thread Juerd
Conrad Schneiker skribis 2006-06-10 15:37 (-0700): target spec. (2) Would Juerd be willing to serve as the judge of who sufficiently fulfilled the specs? I would, but perhaps my personal opinions would matter too much to be an objective judge. Regards, Juerd --

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

2006-06-12 Thread David Romano
On 6/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (Operators that imply list operations are excluded: C@, C%, and Cxx, for instance. Hyper operators are also excluded, but -post-assigment forms such as CSIMPLE += SIMPLE is allowed.) +post-assigment forms such as CSIMPLE += SIMPLE are

[perl #39425] [TODO] namespaces: store_global variant

2006-06-12 Thread Jonathan Worthington via RT
[coke - Mon Jun 12 10:29:50 2006]: Need a store_global opcode that takes a multi-element NS key. Implemented, plus test case. Jonathan

Re: Continuous testing tools

2006-06-12 Thread David Romano
On 6/9/06, Adam Kennedy [EMAIL PROTECTED] wrote: http://ali.as/pita.html The above gave a 404, but http://ali.as/pita/ worked.

[perl #39430] Method cache not always invalidated

2006-06-12 Thread via RT
# New Ticket Created by Jonathan Worthington # Please include the string: [perl #39430] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39430 Both Parrot_store_global and store_sub call

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

2006-06-12 Thread Daniel Hulme
-post-assigment forms such as CSIMPLE += SIMPLE is allowed.) +post-assigment forms such as CSIMPLE += SIMPLE are allowed. s/allowed\./allowed)./ Umm, no. The ) was correct in its original position (after the full stop). It just seems to have disappeared. -- Always crash crash crash

Re: class introspection and extention

2006-06-12 Thread Thomas Wittek
max demmelbauer schrieb: * how can i serialize objects (like the use Storable qw(freeze thaw) in perl5.8) Try $object.perl(.say) as stated in http://svn.openfoundry.org/pugs/docs/articles/tpr.pod (or http://gedankenkonstrukt.de/perl6doc/articles/tpr.html ;) ) -Thomas

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

2006-06-12 Thread David Romano
On 6/12/06, Daniel Hulme [EMAIL PROTECTED] wrote: -post-assigment forms such as CSIMPLE += SIMPLE is allowed.) +post-assigment forms such as CSIMPLE += SIMPLE are allowed. s/allowed\./allowed)./ Umm, no. The ) was correct in its original position (after the full stop). It just seems to

Re: A question about .begin_eh

2006-06-12 Thread Bob Rogers
From: Chip Salzenberg [EMAIL PROTECTED] Date: Mon, 12 Jun 2006 06:54:24 -0700 On Sun, Jun 11, 2006 at 11:52:14AM -0400, Bob Rogers wrote: I notice the following paragraph, vintage late May, in pdd23_exceptions.pod: A C.begin_eh directive marks the beginning of a

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

2006-06-12 Thread audreyt
Author: audreyt Date: Mon Jun 12 18:32:09 2006 New Revision: 9625 Modified: doc/trunk/design/syn/S03.pod Log: * S03: Even more typo/nit cleanup; also clarify that while prefix:% is not simple scalar lvalue, infix:% is. Modified: doc/trunk/design/syn/S03.pod