Em Dom, 2008-12-28 às 00:31 -0500, Jeff Horwitz escreveu:
> the modules it uses assume they're embedded in an apache process,
> dlfunc'ing a bunch of apache API functions.
I think that means the 'dlfunc' calls need to be in INIT and not in
BEGIN.
> right now it is impossible to compile such a mod
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61764]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61764 >
Implement the ff and fff infix operators, as described in S03:2345.
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61770]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61770 >
Rakudo r34400:
$ perl6 -e 'print'
$ perl6 -e 'say'
$
S16:340, about 'print':
] It is
Forgot to add the revision and computer info:
$ svn info; uname -a
Path: .
URL: https://svn.perl.org/parrot/trunk
Repository Root: https://svn.perl.org/parrot
Repository UUID: d31e2699-5ff4-0310-a27c-f18f2fbe73fe
Revision: 34446
Node Kind: directory
Schedule: normal
Last Changed Author: kjs
Last
# New Ticket Created by Ovid
# Please include the string: [perl #61772]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61772 >
sub array_normal (@array) {
say sprintf "Array has %d elements and the first value i
On Sat, 27 Dec 2008, Moritz Lenz via RT wrote:
Example:
[j...@groovy perl6]$ cat x.p6
use Foo;
[j...@groovy perl6]$ ../../parrot perl6.pbc --target=past x.p6
Can't find ./Foo in @INC
So does Foo.{pm,pir} not exist while you compile x.p6?
correct. after reviewing the changes to rakudo, i u
# New Ticket Created by Ovid
# Please include the string: [perl #61786]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61786 >
Numerous examples of "it's" which should be "its" and various other corrections
for 10_hlls.pod
Hi, I have encountered a problem with Parrot.
I am mainly interested in running lua code in parrot so I have been testing
the PCT tools for Lua.
When running this test file included with the Lua distribution
(\Lua\5.1\examples\fib.lua), I get the following results:
# Running in Lua VM
>lua fib.lua
# New Ticket Created by Ovid
# Please include the string: [perl #61776]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61776 >
subset Letter of Str where { $_ =~ /^ <[a..z]> $/ };
my $first_letter = 'a';
say $f
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61778]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61778 >
S03:1132:
To catch "brainos", the Perl 6 parser defines an C<< infix:<=~> >>
operator w
# New Ticket Created by Matthew Walton
# Please include the string: [perl #61766]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61766 >
17:51 <@jnthn> It's possible it is something that didn't work in the
first place, or s
# New Ticket Created by mbere...@flashmail.com
# Please include the string: [perl #61768]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61768 >
In Rakudo r34416, the exit() function gives:
*** glibc detected *** /usr/local
Author: ruoso
Date: 2008-12-28 19:11:12 +0100 (Sun, 28 Dec 2008)
New Revision: 24669
Modified:
docs/Perl6/Spec/S07-iterators.pod
Log:
[spec] name OutOfItemsException in the DRAFT S07
Modified: docs/Perl6/Spec/S07-iterators.pod
===
# New Ticket Created by Ovid
# Please include the string: [perl #61774]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61774 >
Not even remotely sure how to describe this, but:
class Foo {
has @something is rw;
# New Ticket Created by "Daniel Keane"
# Please include the string: [perl #61788]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61788 >
Remove commented code from src/pct/actions.pm
Make a small change to src/common/php_a
Author: tjp
Date: 2008-12-29 03:54:57 +0100 (Mon, 29 Dec 2008)
New Revision: 24671
Modified:
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S04-control.pod
docs/Perl6/Spec/S05-regex.pod
docs/Perl6/Spec/S06-routines.pod
Log:
Fixed typos/grammar in S02-
16 matches
Mail list logo