On Thu, Oct 30, 2008 at 08:03:17AM -0700, Ovid wrote:
> This code:
>
> class Point {
> has $.x is rw;
> has $.y is rw;
>
> method get_string () {
> return "<$.x, $.y>";
> }
> }
>
> my Point $point .= new( :x<1.2>, :y<-3.7> );
> say $point.x;
> say $poi
On Wednesday 22 October 2008 09:28:38 Bernhard Schmalhofer via RT wrote:
> Does this mean that this ticket can be closed and the deprecation item
> in DEPRECATED.pod be removed?
Not until we apply this patch and all tests still pass.
-- c
=== include/parrot/pobj.h
==
On Sat Dec 01 14:29:03 2007, coke wrote:
> =item B
>
> There are several variants of some of the above ops; all are
deprecated,
> and are replaced by the ops {set,get}_[hll,root]_global. See also
> http://www.parrotcode.org/docs/ops/var.html.
DEPRECATED.pod also says that the global keyword in
I pried r32189 apart to see which chunk of it breaks my compilation.
The commit consists of two additions and one change. The two additions
compile fine, but as soon as I make the change (attached), I can't
compile.
the-chunk.patch
Description: Binary data
# New Ticket Created by Jeff Horwitz
# Please include the string: [perl #60338]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60338 >
changes in r32203 cause mod_parrot to segfault, as the param signature is
an uninitiali