[perl #47996] [BUG] pge - regex adverbs don't accept leading space

2007-11-30 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #47996] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47996 > PGE seems to have trouble with [ :sigspace(0) this is not spaced ] # fails

[perl #47992] [RFE] 'parrot foo' automatically finds and invokes foo.pbc

2007-11-30 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #47992] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47992 > I just recently committed examples/sdl/blue_rect.pl as an example of exercising th

[perl #47926] problem with non-existing Protoobject.pbc

2007-11-30 Thread Patrick R. Michaud via RT
Marking ticket as resolved, thanks! Pm

Re: [perl #47926] problem with non-existing Protoobject.pbc

2007-11-30 Thread James Fuller
On Nov 29, 2007 6:18 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > > On Wed, Nov 28, 2007 at 11:22:30AM -0800, James Fuller wrote: > > # New Ticket Created by "James Fuller" > > # Please include the string: [perl #47926] > > # in the subject line of all future correspondence about this issu

Re: [svn:parrot] r23284 - trunk/docs

2007-11-30 Thread chromatic
On Friday 30 November 2007 07:45:42 [EMAIL PROTECTED] wrote: > +If you embedded a Parrot in your C file and you want to invoke another > function > +in that same C file, you should pass a null string to loadlib. Do This only works if the dlopen()-like implementation on the platform follows POSI

Re: [perl #47980] [Pynie] using invalid attribute syntax...

2007-11-30 Thread Allison Randal
chromatic wrote: On Thursday 29 November 2007 20:54:13 Will Coleda wrote: $ svn diff Index: src/parser/indent.pir === --- src/parser/indent.pir (revision 23256) +++ src/parser/indent.pir (working copy) @@ -17,7 +17,7 @@

Re: prototype-based language under parrot

2007-11-30 Thread Bernhard Schmalhofer
Robert Lemmen schrieb: hi folks, i want to write a compiler for a small prototype-based language that should target parrot. as a reminder: prototype-based means that i have objects, and objects are cloned from other objects, but i have no classes. objects consist of methods and variables that ar

Re: [perl #47972] [DEPRECATED] getclass opcode

2007-11-30 Thread Allison Randal
Patrick R. Michaud wrote: The problem isn't so much with ParrotIO as it is with the way that 'say' is implemented. Say expects to be able to get the ParrotIO class object and invoke the 'say' method on it -- but this is no longer valid under pdd15 objects, where the class methods are no longe

prototype-based language under parrot

2007-11-30 Thread Robert Lemmen
hi folks, i want to write a compiler for a small prototype-based language that should target parrot. as a reminder: prototype-based means that i have objects, and objects are cloned from other objects, but i have no classes. objects consist of methods and variables that are only accessible to meth

Re: reference books for Parrot design and development?

2007-11-30 Thread Paul Cochrane
Hi Jerry, > Besides the obvious _Perl6 and Parrot Essentials_, are there any > other books that one could use to get a good background for Parrot > development? I'm wondering if there are any references that people > developing Parrot are using. AFAIK Perl6 and Parrot Essentials isn't very up to

[perl #46539] [BUG] compilers/pirc/new/pir.l failing t/codingstd/cppcomments.t

2007-11-30 Thread James Keenan via RT
On Nov 30 2007, ptc wrote: > > https://rt.perl.org/rt3/Ticket/Display.html?id=46539 > > [BUG] compilers/pirc/new/pir.l failing t/codingstd/cppcomments.t > > Coke commented on this on Oct 21, but ticket has not been resolved. > > Spot check of smoke tests suggests it may now be passing on all OSes.

Re: xml and perl 6

2007-11-30 Thread Richard Hainsworth
By the time this got written, I see James has bowed out of the discussion with some words about 'architectural break points'. Even so, my two-penniworth: JF gave some examples of how he would like xml to be 'a part of core'. For clarity, I use xml and I have designed a language to describe fi

Re: Standards bearers (was "Re: xml and perl 6")

2007-11-30 Thread Luke Palmer
On Nov 30, 2007 10:57 AM, David Green <[EMAIL PROTECTED]> wrote: > Maybe some kind of "Advisory Board" would help, where people (who > might be experts in various ways) can offer informed recommendations > on what modules make a good fit for what circumstances. Ultimately, > if this is something w

reference books for Parrot design and development?

2007-11-30 Thread jmacclure
Besides the obvious _Perl6 and Parrot Essentials_, are there any other books that one could use to get a good background for Parrot development? I'm wondering if there are any references that people developing Parrot are using. Thanks, Jerry

Re: xml and perl 6

2007-11-30 Thread David Green
On 11/29/07, James Fuller wrote: well, if my previous posts didn't attract flames this post certainly will ;) Nah, this is getting into the interesting language part! (Technically, it should be perl6+xml-language... but then the goal of perl6 is to be infinitely flexible, so I guess it is

Standards bearers (was "Re: xml and perl 6")

2007-11-30 Thread David Green
On 11/29/07, James Fuller wrote: but by making some fundamental xml processing available by the core (like file access, regex, and a host of other fundamental bits n bobs), u do promote a common and systematic approach to working with XML in all perl modules. As everyone else and his dog has

Re: Seeking Comments on a Variety of RT Tickets

2007-11-30 Thread Paul Cochrane
> https://rt.perl.org/rt3/Ticket/Display.html?id=46539 > [BUG] compilers/pirc/new/pir.l failing t/codingstd/cppcomments.t > Coke commented on this on Oct 21, but ticket has not been resolved. > Spot check of smoke tests suggests it may now be passing on all OSes. compilers/pirc/new/pir.l is exempt