Re: [perl #44553] [PATCH] Add a new PIR tutorial for defined

2007-08-12 Thread Paul Cochrane
On 11/08/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Sat, Aug 11, 2007 at 05:00:33PM +0200, Paul Cochrane wrote: > > > Within the past few months we've standardized on always quoting > > > type names in PIR, so the above needs to read > > > > > > $P1 = new 'String' > > > > > > Throug

Re: [perl #44553] [PATCH] Add a new PIR tutorial for defined

2007-08-11 Thread Patrick R. Michaud
On Sat, Aug 11, 2007 at 05:00:33PM +0200, Paul Cochrane wrote: > > Within the past few months we've standardized on always quoting > > type names in PIR, so the above needs to read > > > > $P1 = new 'String' > > > > Throughout Parrot you'll find lots of examples and code that > > use older depr

Re: [perl #44553] [PATCH] Add a new PIR tutorial for defined

2007-08-11 Thread Paul Cochrane
> Within the past few months we've standardized on always quoting > type names in PIR, so the above needs to read > > $P1 = new 'String' > > Throughout Parrot you'll find lots of examples and code that > use older deprecated syntaxes -- they should probably be > changed to the new syntax as wel

Re: [perl #44553] [PATCH] Add a new PIR tutorial for defined

2007-08-11 Thread Patrick R. Michaud
On Fri, Aug 10, 2007 at 04:20:04PM -0700, Colin Kuskie wrote: > This patch adds a new tutorial file, 56_defined.pir, which talks > about the concept of definedness. >... > +=head1 defined > + > +The defined function tells you if the contents of a PMC register is defined > or no

[perl #44553] [PATCH] Add a new PIR tutorial for defined

2007-08-11 Thread via RT
# New Ticket Created by Colin Kuskie # Please include the string: [perl #44553] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44553 > This patch adds a new tutorial file, 56_defined.pir, which talks about the concept of d