[perl6/specs] 4ea8b1: Split features into sections

2017-07-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 4ea8b154253fa80c68e88e23bb100d95cf10b796 https://github.com/perl6/specs/commit/4ea8b154253fa80c68e88e23bb100d95cf10b796 Author: Zoffix Znet Date: 2017-07-05 (Wed, 05

[perl6/specs] 6eff18: Add reasoning for IO::*.chdir/.slurp-rest deprecat...

2017-07-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 6eff18021ff7252ea4c1d0d06be1ea3a709c9e09 https://github.com/perl6/specs/commit/6eff18021ff7252ea4c1d0d06be1ea3a709c9e09 Author: Zoffix Znet Date: 2017-07-05 (Wed, 05

[perl6/specs] 658d1e: Propose change to $*ARGFILES inside MAIN

2017-07-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 658d1e5c35bd36671ea09c13a4cbbfbe4af8460f https://github.com/perl6/specs/commit/658d1e5c35bd36671ea09c13a4cbbfbe4af8460f Author: Zoffix Znet Date: 2017-07-05 (Wed, 05

[perl #131707] [BUG] Private Methods/Attributes in roles do not work as expected

2017-07-05 Thread via RT
# New Ticket Created by Martin Barth # Please include the string: [perl #131707] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131707 > Hi there, this is crossposed in the perl6-users mailing list. Since noone stopped me

[perl6/specs] 030df4: Fix POD error

2017-07-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 030df46f1254c88878a51f12e44314155f779a6a https://github.com/perl6/specs/commit/030df46f1254c88878a51f12e44314155f779a6a Author: Zoffix Znet Date: 2017-07-05 (Wed, 05

[perl6/specs] 0aa72a: Clarify a bit the $*ARGFILES in MAIN

2017-07-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0aa72aa1d9be4dfed15bcedf759907fa83c0d6a6 https://github.com/perl6/specs/commit/0aa72aa1d9be4dfed15bcedf759907fa83c0d6a6 Author: Zoffix Znet Date: 2017-07-05 (Wed, 05

Re: [perl #131708] [BUILD]. Rakudo Star build instructions incomplete

2017-07-05 Thread Patrick R. Michaud via RT
On Wed, Jul 05, 2017 at 06:10:42PM -0700, Will Coleda via RT wrote: > On Wed, 05 Jul 2017 09:16:44 -0700, tbrowder wrote: > > Given this invocation for a new installation of rakudo: > > > > perl Configure.pl --backend=moar --gen-moar --prefix=/some/dir > > > > /some/dir needs to exist and

Re: [perl #131708] [BUILD]. Rakudo Star build instructions incomplete

2017-07-05 Thread Patrick R. Michaud
On Wed, Jul 05, 2017 at 06:10:42PM -0700, Will Coleda via RT wrote: > On Wed, 05 Jul 2017 09:16:44 -0700, tbrowder wrote: > > Given this invocation for a new installation of rakudo: > > > > perl Configure.pl --backend=moar --gen-moar --prefix=/some/dir > > > > /some/dir needs to exist and

[perl #131704] Can't use unknown trait 'is export' in a regex declaration

2017-07-05 Thread Will Coleda via RT
On Tue, 04 Jul 2017 22:27:14 -0700, lloyd.fo...@gmail.com wrote: > perl6 -e 'constant $foo is export = /foo/;' > > seems to be being called on the regex rather than the variable?? Please include: perl6 version; the result of the command, and the expected result. Thanks. -- Will "Coke" Coleda

[perl #131708] [BUILD]. Rakudo Star build instructions incomplete

2017-07-05 Thread Will Coleda via RT
On Wed, 05 Jul 2017 09:16:44 -0700, tbrowder wrote: > Given this invocation for a new installation of rakudo: > > perl Configure.pl --backend=moar --gen-moar --prefix=/some/dir > > /some/dir needs to exist and belong to the user attempting the > installation. That usually forces the user to

[perl #131708] [BUILD]. Rakudo Star build instructions incomplete

2017-07-05 Thread Will Coleda via RT
On Wed, 05 Jul 2017 09:16:44 -0700, tbrowder wrote: > Given this invocation for a new installation of rakudo: > > perl Configure.pl --backend=moar --gen-moar --prefix=/some/dir > > /some/dir needs to exist and belong to the user attempting the > installation. That usually forces the user to

[perl #131709] [BUILD] rakudo installation page dooesn't tell where to report star bugs

2017-07-05 Thread Will Coleda via RT
This queue is for rakudo perl6 compiler bugs. This ticket probably belongs in the github rakudo/star queue. Regards. -- Will "Coke" Coleda

[perl #131709] [BUILD] rakudo installation page dooesn't tell where to report star bugs

2017-07-05 Thread Will Coleda via RT
This queue is for rakudo perl6 compiler bugs. This ticket probably belongs in the github rakudo/star queue. Regards. -- Will "Coke" Coleda

[perl #131710] [BUG] andthen=, notandthen=, and orelse= thunk incorrectly and don't alias $_

2017-07-05 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131710] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131710 > The three ops normally do .b thunks where you can give a block to RHS and it'll be used

[perl #131386] Regression in ().Bag AT-KEY

2017-07-05 Thread Jan-Olof Hendig via RT
On Sun, 28 May 2017 01:49:06 -0700, elizabeth wrote: > Thanks for the report! > > Fixed with https://github.com/rakudo/rakudo/commit/87d0e0a39e . Tests > needed. > > > On 28 May 2017, at 03:46, hanenkamp (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by hanenkamp > > #

[perl #131695] [LTA] Confusion in precedence with <<$foo>>[0]

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 10:29:50 -0700, larry wrote: > While we could, in theory, do some lookahead to try to suppress this > warning in some cases I moved[^1] the warning to the point when we parsed a hyper and are making AST for it rather than just where we matched the potential end quoter. So now

[perl #131695] [LTA] Confusion in precedence with <<$foo>>[0]

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 10:29:50 -0700, larry wrote: > While we could, in theory, do some lookahead to try to suppress this > warning in some cases I moved[^1] the warning to the point when we parsed a hyper and are making AST for it rather than just where we matched the potential end quoter. So now

[perl #131709] [BUILD] rakudo installation page dooesn't tell where to report star bugs

2017-07-05 Thread via RT
# New Ticket Created by Tom Browder # Please include the string: [perl #131709] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131709 >

[perl #131701] [PARSER] Failure to parse `[[],]`

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 09:20:18 -0700, c...@zoffix.com wrote: > Works (space between brackets and ): > > $ perl6 -e 'dd [[ ],]' > [["a"],] > > Doesn't (no space): > > $ perl6 -e 'dd [[],]' > ===SORRY!=== Error while compiling -e > Unable to parse expression in bracketed infix;

[perl #131701] [PARSER] Failure to parse `[[],]`

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 09:20:18 -0700, c...@zoffix.com wrote: > Works (space between brackets and ): > > $ perl6 -e 'dd [[ ],]' > [["a"],] > > Doesn't (no space): > > $ perl6 -e 'dd [[],]' > ===SORRY!=== Error while compiling -e > Unable to parse expression in bracketed infix;

[perl #131272] .pickpairs .Int-ifes the argument, but .pick doesn't (say ^5 .BagHash.pick(2.5))

2017-07-05 Thread Jan-Olof Hendig via RT
On Mon, 08 May 2017 11:51:25 -0700, elizabeth wrote: > Fixed with 31be51284e70badd8ed , tests needed. > > > On 8 May 2017, at 20:25, Aleks-Daniel Jakimenko-Aleksejev (via RT) > > wrote: > > > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > > # Please

[perl #131708] [BUILD]. Rakudo Star build instructions incomplete

2017-07-05 Thread via RT
# New Ticket Created by Tom Browder # Please include the string: [perl #131708] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131708 > Given this invocation for a new installation of rakudo: perl Configure.pl

[perl #131273] [REGRESSION] .pick and .pickpairs with negative amounts ( say ^5 .BagHash.pickpairs(-2.5) )

2017-07-05 Thread Jan-Olof Hendig via RT
On Mon, 08 May 2017 12:01:56 -0700, alex.jakime...@gmail.com wrote: > Not a big deal as it was changed yesterday, but still: > > Code: > say ^5 .BagHash.pick(-2.5) > > Result: > (3 0 1 4 2) > > > Code: > say ^5 .BagHash.pickpairs(-2.5) > > Result: > Unable to allocate an array of

[perl #131529] byte.Range should be 0..255 and not -∞^..^∞ (say byte.Range)

2017-07-05 Thread Jan-Olof Hendig via RT
On Mon, 12 Jun 2017 06:07:57 -0700, c...@zoffix.com wrote: > Fixed in > https://github.com/rakudo/rakudo/commit/af85d5380b1c3346f089ddc89054c44ce47d9464 > > Tests needed Added in https://github.com/perl6/roast/pull/275/commits/0331647a612c9f59bb70dfede1f9d16d4a40cdb3. Resolving issue.

[perl #131561] [REGRESSION] dd (0 => 1, 0 => -1, 0 => 0).MixHash Does not delete the key

2017-07-05 Thread Jan-Olof Hendig via RT
On Tue, 13 Jun 2017 01:13:43 -0700, elizabeth wrote: > Thanks for the report! Fixed with > https://github.com/rakudo/rakudo/commit/bf95bcb6c0 > Tests will be added shortly. > > > On 13 Jun 2017, at 00:52, Zoffix Znet (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by Zoffix

[perl #131303] [REGRESSION] bag operation fails and leaks internal state

2017-07-05 Thread Jan-Olof Hendig via RT
On Wed, 05 Jul 2017 07:25:34 -0700, jan-olof.hen...@bredband.net wrote: > On Sat, 13 May 2017 04:29:45 -0700, elizabeth wrote: > > The problem was actually in setting values in (Bag|Mix)Hash. The > > problem could be golfed to: > > > > my $b = BagHash.new; $b = 42; $b.total > > > > Fixed in

[perl #131303] [REGRESSION] bag operation fails and leaks internal state

2017-07-05 Thread Jan-Olof Hendig via RT
On Sat, 13 May 2017 04:29:45 -0700, elizabeth wrote: > The problem was actually in setting values in (Bag|Mix)Hash. The > problem could be golfed to: > > my $b = BagHash.new; $b = 42; $b.total > > Fixed in https://github.com/rakudo/rakudo/commit/4c813666df . Tests > needed > > > On 13 May

[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-05 Thread Zoffix Znet via RT
On Wed, 05 Jul 2017 02:42:18 -0700, c...@zoffix.com wrote: > The script needs to be fixed by using `prompt` with no args instead. After a discussion, wrote up a 6.d proposal[^2] to make $*ARGFILES be based on $*IN and not (@*ARGS || $*IN) when inside sub MAIN() [1]

[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-05 Thread Zoffix Znet via RT
On Wed, 05 Jul 2017 02:42:18 -0700, c...@zoffix.com wrote: > The script needs to be fixed by using `prompt` with no args instead. After a discussion, wrote up a 6.d proposal[^2] to make $*ARGFILES be based on $*IN and not (@*ARGS || $*IN) when inside sub MAIN() [1]

[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 22:20:58 -0700, samant...@posteo.net wrote: > Here is the offending code > https://gist.github.com/9ed8322b4c9e1a40e1f3df495d8cee1d (not written > by > me). > > If you run it normally with no arguments and just press enter till the > end of execution, there are no issues. If

[perl #131703] [IO] [REGRESSION] Command line arguments try and open as a file

2017-07-05 Thread Zoffix Znet via RT
On Tue, 04 Jul 2017 22:20:58 -0700, samant...@posteo.net wrote: > Here is the offending code > https://gist.github.com/9ed8322b4c9e1a40e1f3df495d8cee1d (not written > by > me). > > If you run it normally with no arguments and just press enter till the > end of execution, there are no issues. If