[perl #128090] [RFC] Easy Way to Export Only Specific Symbols At Compile Time

2016-05-06 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128090] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128090 > Currently, there seems to be no easy way to import only specific symbols from a module *a

[perl #128088] rakudo is failing to invalidate precomp files in situations that it actually should

2016-05-06 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128088] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128088 > Hi, Please see this issue opened on zef and ugexe's explanation that the cause of the is

[perl #128087] [BUG] Rakudo docs not converted to man nor installed for "make install"

2016-05-06 Thread via RT
# New Ticket Created by Tom Browder # Please include the string: [perl #128087] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128087 > This is Rakudo version 2016.04 built on MoarVM version 2016.04 implementing Perl 6.c.

[perl #124442] no warning when a subroutine named "byte" is created

2016-05-06 Thread Sam S. via RT
Looks like a bug to me as well. Simpler example: ➜ class a {}; { sub a {42}; say a } (a) ➜ class a {}; { sub a {42}; say a() } Method 'shortname' not found for invocant of class 'Perl6::Metamodel::CoercionHOW' in block at -e line 1(a)

[perl #128084] [CONC][BUG] `.hyper/.race.map(&f)` produces an empty sequence if `&f` is a multi-sub

2016-05-06 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #128084] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128084 > ➜ sub f ($a) { $a**2 }; say (^10).hyper.map(&f).list; (0 1 4 9 16 25 36 49 64 81)

[perl #128076] [RFC] Allow native-int enums as speculated by S12

2016-05-06 Thread Sam S. via RT
This doesn't look like a bug to me; just a case where ideas from the synopses did not make it into the language. The synopses are not the "spec", they are just design documents. I also don't see how your assignment could work, considering how enums ended up behaving in Perl 6.c. As you can see

Re: [perl #128077] [BUG] `comb "foo"` does not work the same way as `"foo".comb`

2016-05-06 Thread Elizabeth Mattijsen
> On 06 May 2016, at 04:02, Alex Brooke (via RT) > wrote: > > # New Ticket Created by Alex Brooke > # Please include the string: [perl #128077] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=128077 > > > >> comb "foo";

[perl #128077] [BUG] `comb "foo"` does not work the same way as `"foo".comb`

2016-05-06 Thread via RT
# New Ticket Created by Alex Brooke # Please include the string: [perl #128077] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128077 > > comb "foo"; ===SORRY!=== Error while compiling Calling comb(Str) will never

Re: Helping Perl 6: a complete dev environment

2016-05-06 Thread Dominique Dumont
On Thursday 28 April 2016 16:52:27 Jovan Trujillo wrote: > I see Padre has hooks for running Perl 6 and even parrot code. Unfortunately, Padre project is mostly dead. All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: do

Re: [perl #122709] [PERF] await Promise in different thread

2016-05-06 Thread Elizabeth Mattijsen
FWIW, I think it was 1ee27e660a8dce3ae > On 06 May 2016, at 11:55, Lloyd Fournier wrote: > > It works now! > > whoever fixed it++. Close this! (and #125758). > > On Mon, May 2, 2016 at 11:34 PM Will Coleda via RT > wrote: > On Wed Apr 27 03:02:14 2016, lloyd.fo...@gmail.com wrote: > > Now I'

Re: [perl #122709] [PERF] await Promise in different thread

2016-05-06 Thread Lloyd Fournier
It works now! whoever fixed it++. Close this! (and #125758). On Mon, May 2, 2016 at 11:34 PM Will Coleda via RT < perl6-bugs-follo...@perl.org> wrote: > On Wed Apr 27 03:02:14 2016, lloyd.fo...@gmail.com wrote: > > Now I'm at home I tried it on my Mac, I can confirm that: > > > > perl6 -e 'my $