Re: Needed: Rakudo Star with 6.c Christmas Perl 6 release

2016-01-25 Thread James E Keenan
On 01/25/2016 08:49 AM, Will Coleda wrote: FYI, http://blogs.perl.org/users/coke/2016/01/perl-6c-christmas-rakudo-star-coming-soon.html We hope to have an R* release out in the next two weeks. Thanks for your patience. Thanks for the update! jimk

Re: '!' versus 'not' in boolean expression

2016-01-25 Thread Brandon Allbery
On Mon, Jan 25, 2016 at 2:42 PM, Carl Mäsak wrote: > >> my %h; say 'false' if !%h:exists; > > Unexpected named parameter 'exists' passed By the way, is it me or would it be a lot more appropriate and helpful if this error said *what* it was passed to? -- brandon s allbery kf8nh

Re: '!' versus 'not' in boolean expression

2016-01-25 Thread Carl Mäsak
Tom (>): > In creating some new Perl 6 programs I've run across several instances > I'm confused about, to wit: > > Example 1 > --- > >> my %h; say 'false' if !%h:exists; > Unexpected named parameter 'exists' passed I can explain this one. But it's the kind of explanation that makes a

[perl #127367] [BUG] multimethod calls with subsets as type constraints fail when called the second time

2016-01-25 Thread via RT
# New Ticket Created by rightfold # Please include the string: [perl #127367] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127367 > Consider the following code: use v6.c; subset T of List where *[0] eqv 1; class R { m

[perl #127365] Bizzare speed results when .hyper are used

2016-01-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127365] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127365 > While playing around, I noticed the of .hyper produces very strange results. First, a con

[perl #127364] .race makes code run 5 times slower

2016-01-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127364] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127364 > I was playing around and noticed that using .race makes this code actually run 5 times SL

Re: [perl #127355] rakudo configuration and build overly dependent on specific version

2016-01-25 Thread Brandon Allbery
On Mon, Jan 25, 2016 at 11:00 AM, Will Coleda via RT < perl6-bugs-follo...@perl.org> wrote: > 3) Try the macport version. It's possible that might work, even on your > machine. No promises. > You could also get a modern cURL and git from MacPorts/Homebrew/whatever. Note that your OS certificate s

Re: [perl #125817] chr(999999999999999999999999999) – chr codepoint cannot be negative (LTA)

2016-01-25 Thread Aleks-Daniel Jakimenko-Aleksejev
This is not closable at all. Now it segfaults. Code: say chr Result: Segmentation fault Code: say chr Result: chr codepoint cannot be negative in block at /tmp/jicTmB4rt5 line 1 Code: say chr 999 Result: Cannot unbox 90 bit wide bigint into n

[perl #127355] rakudo configuration and build overly dependent on specific version

2016-01-25 Thread Will Coleda via RT
On Sat Jan 23 04:27:45 2016, jkeenan wrote: > Following up on my failed attempt to build Rakudo Star on an older Mac > (https://rt.perl.org/Ticket/Display.html?id=127308), this morning I > attempted to build the Rakudo compiler from blead. Following the > instructions at http://rakudo.org/how-to-g

[perl #127355] rakudo configuration and build overly dependent on specific version

2016-01-25 Thread Will Coleda via RT
On Sat Jan 23 04:27:45 2016, jkeenan wrote: > Following up on my failed attempt to build Rakudo Star on an older Mac > (https://rt.perl.org/Ticket/Display.html?id=127308), this morning I > attempted to build the Rakudo compiler from blead. Following the > instructions at http://rakudo.org/how-to-g

[perl6/specs] cbb897: remove leading v in version example

2016-01-25 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: cbb8978d60889be271a721c5b83152fa7cb97ba7 https://github.com/perl6/specs/commit/cbb8978d60889be271a721c5b83152fa7cb97ba7 Author: Steve Mynott Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M S22-p

[perl #127363] Stale tools/build/NQP_REVISION prevents nmake test on Windows

2016-01-25 Thread via RT
# New Ticket Created by A. Sinan Unur # Please include the string: [perl #127363] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127363 > If I do a git clone from rakudo/rakudo, and do a perl Configure.pl --gen-moar ... It p

[perl6/specs] db4354: update perl version example to use 6.c type vers

2016-01-25 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: db43544188b774d1fe51d85a9293b1190503bb2b https://github.com/perl6/specs/commit/db43544188b774d1fe51d85a9293b1190503bb2b Author: Steve Mynott Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: M S22-p

[perl6/specs] ca0a0b: delete file accidentally checked

2016-01-25 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: ca0a0bc610201ef3bbe75b0dce998b8f27f0f5fa https://github.com/perl6/specs/commit/ca0a0bc610201ef3bbe75b0dce998b8f27f0f5fa Author: Stéphane Payrard Date: 2016-01-23 (Sat, 23 Jan 2016) Changed paths: R t

[perl #127355] rakudo configuration and build overly dependent on specific version

2016-01-25 Thread via RT
# New Ticket Created by James E Keenan # Please include the string: [perl #127355] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127355 > Following up on my failed attempt to build Rakudo Star on an older Mac (https://rt.per

[perl #127352] [BUG] Behavior of Regular Expressions Contained in a Constant with a Sigil

2016-01-25 Thread via RT
# New Ticket Created by Joseph Polanik # Please include the string: [perl #127352] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127352 > Constants are not required to have a sigil but apparently they may. Unfortunately, whe

Re: Needed: Rakudo Star with 6.c Christmas Perl 6 release

2016-01-25 Thread Will Coleda
FYI, http://blogs.perl.org/users/coke/2016/01/perl-6c-christmas-rakudo-star-coming-soon.html We hope to have an R* release out in the next two weeks. Thanks for your patience. On Sat, Jan 16, 2016 at 1:45 PM, Brandon Allbery wrote: > On Sat, Jan 16, 2016 at 1:40 PM, James E Keenan wrote: >> >>