I've done a partial implementation and refactor of the Capture class in
r29145. This version almost certainly has some bugs in it, but it's a
start and we can work on hammering out the details from there.
Thanks!
Pm
On Mon, Jul 07, 2008 at 10:09:37PM -0700, Larry Wall wrote:
: So
:
: $x = nothing(); # = []
: @x = nothing(); # = ()
: %x = nothing(); # = ()
: if nothing() {...}# always false
: $x = nothing()[0] # "Subscript out of range"
On Mon, Jul 07, 2008 at 11:43:56PM -0500, Patrick R. Michaud wrote:
: On Mon, Jul 07, 2008 at 08:18:36PM -0700, Larry Wall wrote:
: > On Mon, Jul 07, 2008 at 07:16:05PM -0700, Patrick R. Michaud via RT wrote:
: > : Note however that TimToady on #perl6 speculated [1] that an empty return
: > : shoul
On Mon, Jul 07, 2008 at 08:18:36PM -0700, Larry Wall wrote:
> On Mon, Jul 07, 2008 at 07:16:05PM -0700, Patrick R. Michaud via RT wrote:
> : Note however that TimToady on #perl6 speculated [1] that an empty return
> : should return the Object prototype. I'm not sure the answer was
> : resolved com
On Mon, Jul 07, 2008 at 07:16:05PM -0700, Patrick R. Michaud via RT wrote:
: Note however that TimToady on #perl6 speculated [1] that an empty return
: should return the Object prototype. I'm not sure the answer was
: resolved completely in that thread, however, so we'll go with returning
: 'undef
Applied (with one minor change) in r29143, thanks!
Note however that TimToady on #perl6 speculated [1] that an empty return
should return the Object prototype. I'm not sure the answer was
resolved completely in that thread, however, so we'll go with returning
'undef' for now and wait for a more d
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #56684]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56684 >
I know it's on jonathan's TODO list, but I'd like to open a ticket anyway.
Implementing
Carl MXXsak (via RT) wrote:
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #56640]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=56640 >
>
>
> A "Null PMC access" is produced when evaluatin
jason switzer (via RT) wrote:
> # New Ticket Created by "jason switzer"
> # Please include the string: [perl #56660]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=56660 >
>
>
> I found a case where my Rakudo test harne