[perl6/specs] 493684: Removed redundant second entry for .flat

2010-12-10 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 493684ecee8ecfeb6deadabc0fa2722bf2a3beef https://github.com/perl6/specs/commit/493684ecee8ecfeb6deadabc0fa2722bf2a3beef Author: thundergnat thunderg...@comcast.net Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths:

[perl6/specs] b578b5: Distinguish listy ords/chrs from ord/chr

2010-12-10 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: b578b580a3e219efc829bb723db457566c2f07e0 https://github.com/perl6/specs/commit/b578b580a3e219efc829bb723db457566c2f07e0 Author: TimToady la...@wall.org Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M

[perl6/specs] ef12f7: make $x++ return 0 on appropriate undefs

2010-12-10 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ef12f7f7c56fd623c4ab85cfc5c41552404b857d https://github.com/perl6/specs/commit/ef12f7f7c56fd623c4ab85cfc5c41552404b857d Author: TimToady la...@wall.org Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M

[perl #80540] User-defined .ACCEPTS is not called if smart-matching against $_

2010-12-10 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #80540] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=80540 20:19 moritz_ rakudo: class A { method ACCEPTS($x) { say ACCEPTS: $x } }; $_ =

Re: [perl #80540] User-defined .ACCEPTS is not called if smart-matching against $_

2010-12-10 Thread Stefan O'Rear
I'm pretty sure this is correct. ~~ is supposed to temporarily set $_ to the LHS; this is how $obj ~~ .defined works.

Re: Recognising libraries.

2010-12-10 Thread NotFound
I see a pattern - the libs not found have a version number. They should also be removed (along with the .so), let the linker determine the version. How it will decide between 4.7 and 4.8 when you tell it to load libdb is an exercise for someone else. I hate linkers. Some systems does not

[perl #80450] [BUG] %*ENV : Method 'key' not found for invocant of class 'String'

2010-12-10 Thread via RT
# New Ticket Created by k...@mib.org # Please include the string: [perl #80450] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=80450 It appears that Rakudo Star 2010.11 mishandles the %*ENV hash. (Either that, or I'm

[perl #80474] [PATCH] Fix RT #80256, Can't curry * ! $n in Rakudo

2010-12-10 Thread via RT
# New Ticket Created by Tomoki Aonuma # Please include the string: [perl #80474] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=80474 http://irclog.perlgeek.de/perl6/2010-12-05#i_3059071 uasi rakudo: say 1, 2 ... *

New natural language ?

2010-12-10 Thread Tarmo Pikaro
Hi ! I'm kinda fan of perl language (v5) and was curious to see how it has evolved in v6, and was kinda disappointed to see that it's evolving in bit more cryptic direction than it was. I would like to head into new natural language direction - making language to be partly natural (can be used

Re: [perl6/specs] b578b5: Distinguish listy ords/chrs from ord/chr

2010-12-10 Thread The Sidhekin
On Fri, Dec 10, 2010 at 6:10 PM, nore...@github.com wrote: Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: b578b580a3e219efc829bb723db457566c2f07e0 https://github.com/perl6/specs/commit/b578b580a3e219efc829bb723db457566c2f07e0 Author: TimToady la...@wall.org Date:

[perl6/specs] 995ad1: braino noticed by Eirik++

2010-12-10 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 995ad12ee6929f6d2066431a636c8bd0a3da4402 https://github.com/perl6/specs/commit/995ad12ee6929f6d2066431a636c8bd0a3da4402 Author: TimToady la...@wall.org Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M