Re: "use" semantics

2008-12-28 Thread Daniel Ruoso
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

[perl #61764] [TODO] Implement ff and fff

2008-12-28 Thread Carl Mäsak
# 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.

[perl #61770] Bare 'print' and 'say' calls should be compile errors

2008-12-28 Thread Carl Mäsak
# 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

Re: [perl #61772] AutoReply: Slurpy array 'is copy' returns incorrectly.

2008-12-28 Thread Ovid
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

[perl #61772] Slurpy array 'is copy' returns incorrectly.

2008-12-28 Thread via RT
# 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

Re: [perl #61742] [BUG] Rakudo evals "use" statement during parse phase

2008-12-28 Thread Jeff Horwitz
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

[perl #61786] [PATCH] docs/book typo corrections

2008-12-28 Thread via RT
# 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

Parrot VM: PANIC: Out of mem! when running lua scripts

2008-12-28 Thread sekou diao
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

[perl #61776] Rakudo gives incorrect output for subtypes

2008-12-28 Thread via RT
# 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

[perl #61778] [TODO] braino-catching =~ operator

2008-12-28 Thread Carl Mäsak
# 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

[perl #61766] Negative array indices like [*-1] cause null PMC access on arrays which are object attributes

2008-12-28 Thread via RT
# 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

[perl #61768] [BUG] exit() function various failures

2008-12-28 Thread mbere...@flashmail.com (via RT)
# 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

r24669 - docs/Perl6/Spec

2008-12-28 Thread pugs-commits
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 ===

[perl #61774] Private methods in classes misparsed as variables?

2008-12-28 Thread via RT
# 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;

[perl #61788] [PATCH] cleanup pipp

2008-12-28 Thread Daniel Keane
# 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

r24671 - docs/Perl6/Spec

2008-12-28 Thread pugs-commits
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-