[PATCH] multiple heredoc beginning in the same line

2016-11-30 Thread francois
This is to document the fact that, as in POSIX shell, you can use multiple HEREDOC strings in the same line. --- doc/Language/quoting.pod6 | 14 ++ 1 file changed, 14 insertions(+) diff --git a/doc/Language/quoting.pod6 b/doc/Language/quoting.pod6 index f7fe658..393807b 100644 --- a/

[perl #130207] [SITE] directory "/downloads/rakudo" needs a "latest" entry to ease automating installation procedures

2016-11-30 Thread Zoffix Znet via RT
On Wed, 30 Nov 2016 10:49:43 -0800, tbrowder wrote: > On Wed, Nov 30, 2016 at 12:21 PM, Zoffix Znet via RT > wrote: > > According to our records, your request regarding > > "[SITE] directory "/downloads/rakudo" needs a "latest" entry to > > ease automating installation procedures" > > has been r

[perl #130222] Sets (and Bags and Mixes) are exposing allomorphs and are generally very type sensitive

2016-11-30 Thread Zoffix Znet via RT
On Wed, 30 Nov 2016 10:18:50 -0800, david.warring wrote: > One example from this stack overflow question: question > http://stackoverflow.com/questions/40814933/how-do-the-perl-6-set- > operations-compare-elements > > my $num_set = set( < 1 2 3 4 > ); > say "set: ", $num_set.perl; > say "4 is in s

Re: [perl #130207] [RESOLVED] [SITE] directory "/downloads/rakudo" needs a "latest" entry to ease automating installation procedures

2016-11-30 Thread Tom Browder
On Wed, Nov 30, 2016 at 12:21 PM, Zoffix Znet via RT wrote: > According to our records, your request regarding > "[SITE] directory "/downloads/rakudo" needs a "latest" entry to ease > automating installation procedures" > has been resolved. > > If you have any further questions or concerns, ple

[perl #130222] Sets (and Bags and Mixes) are exposing allomorphs and are generally very type sensitive

2016-11-30 Thread via RT
# New Ticket Created by David Warring # Please include the string: [perl #130222] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130222 > One example from this stack overflow question: question http://stackoverflow.com/questio

[perl #130168] [BUG] Interval supplies < 1ms can get stuck

2016-11-30 Thread jn...@jnthn.net via RT
On Thu, 24 Nov 2016 07:01:27 -0800, g...@google.com wrote: > See discussion starting at: > > https://irclog.perlgeek.de/perl6-dev/2016-11-24#i_13623505 > > In short, if the interval is too short, the supply will stop progressing: > > 06:54 < jnthn> m: react { whenever Supply.interval(.001) {

[perl #130185] Should Perl 6 run MAIN if the file is required?

2016-11-30 Thread jn...@jnthn.net via RT
On Sun, 27 Nov 2016 02:39:29 -0800, elizabeth wrote: > FWIW, this indeed feels as a bug to me > To me also. We may also want to consider what happens with `EVAL` and `EVALFILE`, while we get this nailed down. /jnthn