[perl #77044] numeric context not narrowing

2010-08-06 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77044] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77044 > [16:02] rakudo: (+"1").WHAT.say # is that a bug? IMO should be Int [16:02] rakudo 0e5e

[perl #77056] A run-time error in MAIN() dispatch leads to USAGE call, not to a proper error message

2010-08-06 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77056] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77056 > 22:31 < moritz_> rakudo: sub MAIN($x = unknown_function()) { }; 22:31 <+p6eval> rakudo 0e

[perl #77054] rakudo doesn't like explicit $_ in multi-param signatures

2010-08-06 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77054] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77054 > 21:53 < moritz_> rakudo: for .kv -> $k, $_ { .perl.say } 21:53 <+p6eval> rakudo 0e5edb: O

[perl #77048] Type objects do not autovivify into proper instances

2010-08-06 Thread Brian McCauley
# New Ticket Created by "Brian McCauley" # Please include the string: [perl #77048] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77048 > As discussed at YAPC::EU today... my Array $array; $array[0] = "hello I'm not here"

[perl #77040] [BUG] Rakudo REPL terminates when the result of an evaluation is a Failure

2010-08-06 Thread via RT
# New Ticket Created by Lithos # Please include the string: [perl #77040] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77040 > Hi! The Rakudo REPL terminates when the result of the given expression is a Failure object, e

Re: pattern alternation (was Re: How are ...)

2010-08-06 Thread Moritz Lenz
Darren Duncan wrote: > David Green wrote: >> On 2010-08-05, at 8:27 am, Aaron Sherman wrote: >>> On Thu, Aug 5, 2010 at 7:55 AM, Carl Mäsak wrote: I see this particular thinko a lot, though. Maybe some Perl 6 lint tool or another will detect when you have a regex containing ^ at its st

r31918 -[S05] be explicit about which attributes/modifiers are allowed where

2010-08-06 Thread pugs-commits
Author: moritz Date: 2010-08-06 19:52:06 +0200 (Fri, 06 Aug 2010) New Revision: 31918 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] be explicit about which attributes/modifiers are allowed where Also removes rx:g// from existing examples. Added myself boldly to AUTHORS list Modified: doc

r31919 -[S03] smart-match entry for Match on RHS

2010-08-06 Thread pugs-commits
Author: moritz Date: 2010-08-06 19:52:10 +0200 (Fri, 06 Aug 2010) New Revision: 31919 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] smart-match entry for Match on RHS After some discussion with @Larry on YAPC::EU, we figured that's the best way to solve the dilemma that C<'string' ~~

The case of modules

2010-08-06 Thread Tadeusz Sośnierz
Hello, While writing neutro (a working module installer, while waiting for proto/pls, see [1]), and wandering around modules listed on proto.perl6.org, I started wondering about a universal way to handle installing them. For now, there are a few different approaches: - some modules just supply a

[perl #77038] Rakudo can't autovivify arrays from hash items via push()

2010-08-06 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77038] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77038 > 07:45 < moritz_> rakudo: my %h; push %h, 1, 2; say %h.perl 07:45 <+p6eval> rakudo 19931f:

Re: [perl #75752] [PATCH] make realclean before svn update (parrot)

2010-08-06 Thread Alex Varyanick
On Wed, Jul 28, 2010 at 4:58 AM, Will Coleda via RT wrote: > On Tue Jun 15 00:11:43 2010, q...@cono.org.ua wrote: >> perl Configure.pl --gen-parrot failed time to time. Need to do >> realclean before update. > +1 on this patch (at least in spirit) from me, but I cannot apply it > (probably becau

[perl #77034] [BUG] Adverbial integer literal is Num instead of Int

2010-08-06 Thread via RT
# New Ticket Created by Lithos # Please include the string: [perl #77034] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77034 > Hi! I would expect :16<10> to be an Int like 0x10, but it comes out as a Num: This is Rakudo

[perl #77036] Elements from gather list are not Stringy after join

2010-08-06 Thread via RT
# New Ticket Created by Alex Varyanick # Please include the string: [perl #77036] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77036 > #git rev-parse HEAD 0e5edb5c5fb2c2a2011c5a41d0f5161bcd1f8885 11:22 < cono> rakudo: cl