On Monday 29 December 2008 18:41:56 James Keenan via RT wrote:
> Well, I have to admit I don't know what a fakecutable would be. In any
> event, my main concern right now is to see if someone deems this program
> valuable enough to take it over and get it working. Otherwise, per
> Jerry's origin
On Sat Dec 27 20:56:38 2008, rgrjr wrote:
>
> When updating an old working copy, I just happened to notice that
> "parrot-config" was deleted since June. So was able to find this:
>
> r28977 | chromatic | 2008-07-02 21:42:27 -0400 (Wed, 02 Jul 2008)
> | 2 lines
>
> [parrot-config] Turne
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61814]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61814 >
S12:
To declare a lexically scoped class, use my class.
This currently does not work i
# New Ticket Created by Jeff Horwitz
# Please include the string: [perl #61826]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61826 >
assume the following three files:
Bar.pm:
say "in Bar.pm";
foo1.p6:
module F
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61824]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61824 >
rakudo: my @a = <1 2 3 4 5 6>; my @b = (10..16); for @a Z @b
<-> $a,$b { $a++ }; say @
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61816]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61816 >
perl6: $OUT.say("hi")
rakudo 34584: OUTPUT«Scope not found for PAST::Var '$OUT' [...]
In A04 the sub section
RFC 022: Control flow: Builtin switch statement
There's the table:
Table 1: Matching a switch value against a case value
and the remark at the end:
[Update: This is inaccurate in several ways; see the most recent table in
S04.]
as best I can tell, the actual table is in S0
Author: schwarzer
Date: 2008-12-29 22:43:47 +0100 (Mon, 29 Dec 2008)
New Revision: 24682
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[docs/Perl6/Spec] typos and minor style changes
Modified: docs/Perl6/Spec/S03-operators.pod
Author: schwarzer
Date: 2008-12-29 22:41:59 +0100 (Mon, 29 Dec 2008)
New Revision: 24681
Modified:
docs/Perl6/Spec/S01-overview.pod
Log:
[docs/Perl6/Spec] typo: use lower case letters
Modified: docs/Perl6/Spec/S01-overview.pod
===
Author: lwall
Date: 2008-12-29 18:16:02 +0100 (Mon, 29 Dec 2008)
New Revision: 24680
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] derivatives of * are Code, not Whatever
Modified: docs/Perl6/Spec/S02-bits.pod
===
--- docs/Pe
# New Ticket Created by Ilya Belikin
# Please include the string: [perl #61806]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61806 >
Hi there!
examples:
> sub foo (%h?) { { a => 1, %h }.perl.say; }; foo( { b => 2 } );
{
# New Ticket Created by Saleem A. Ansari
# Please include the string: [perl #61812]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61812 >
Removed Duplicate example code for creating "Foo" class in
docs/book/ch05_pasm.pod
F
Cool! I found that bug too, but understand it wrong and do not
reproduce in small example. Thank you!
2008/12/28 via RT Matthew Walton :
> # New Ticket Created by Matthew Walton
> # Please include the string: [perl #61766]
> # in the subject line of all future correspondence about this issue.
>
# New Ticket Created by "Daniel Keane"
# Please include the string: [perl #61800]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61800 >
Implements array_fill() function within pipp.
Files affected:
* src/common/php_array
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Dec 29 14:00:00 2008 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with m
Hi,
Captures are sensitive things, they can only be used "as-is" inside a
scalar, otherwise you have to enforce a context and it is no longer a
capture, but one of the views of its content.
for instance...
sub foo {
...
return @thingy, :named($value);
}
sub bar($capture) {
my $
16 matches
Mail list logo