[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-11 Thread Zoffix Znet via RT
On Mon, 11 Dec 2017 20:30:18 -0800, c...@zoffix.com wrote: > The form with space wasn't implemented. > > It is now: https://github.com/rakudo/rakudo/commit/c0f99a393b Never mind. Decided to revert that form ( https://github.com/rakudo/rakudo/commit/2f955d55e3 ) The `:()` form is actually a

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-11 Thread Zoffix Znet via RT
On Mon, 11 Dec 2017 20:30:18 -0800, c...@zoffix.com wrote: > The form with space wasn't implemented. > > It is now: https://github.com/rakudo/rakudo/commit/c0f99a393b Never mind. Decided to revert that form ( https://github.com/rakudo/rakudo/commit/2f955d55e3 ) The `:()` form is actually a

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-11 Thread Zoffix Znet via RT
On Sat, 02 Dec 2017 05:19:45 -0800, alex.jakime...@gmail.com wrote: > Yeah. It was resolved here I think: (2014-12-08) > https://github.com/rakudo/rakudo/commit/fbc87d2a6bbfc4899b0740119ac8696cc27f1f59 > > 「testneeded」 > > On 2014-12-09 04:54:08, r...@hoelz.ro wrote: > > On Sun Dec 07 07:41:52

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-11 Thread Zoffix Znet via RT
On Sat, 02 Dec 2017 05:19:45 -0800, alex.jakime...@gmail.com wrote: > Yeah. It was resolved here I think: (2014-12-08) > https://github.com/rakudo/rakudo/commit/fbc87d2a6bbfc4899b0740119ac8696cc27f1f59 > > 「testneeded」 > > On 2014-12-09 04:54:08, r...@hoelz.ro wrote: > > On Sun Dec 07 07:41:52

[perl #132570] invalid typename or unknown type when nested under builtin type hierarchy

2017-12-11 Thread via RT
# New Ticket Created by Timothy Smith # Please include the string: [perl #132570] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132570 > Save make-testcase.sh in /tmp, and: rm -rf ./invalid-typename-bug; sh make-testcase.sh

[perl #121987] Negated generic comparisons do not chain correctly

2017-12-11 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Closing this ticket in favor of this one: https://github.com/rakudo/rakudo/issues/1304 On 2017-12-01 11:03:43, alex.jakime...@gmail.com wrote: > Still failing (2017.11, HEAD(5929887)) > > On 2014-07-31 13:05:19, david.warring wrote: > > I've added some fudged tests to S03-operators/relational.t.

[perl #132249] [LTA] use lib ‘’ spills guts (use lib ‘’)

2017-12-11 Thread Zoffix Znet via RT
Tests: https://github.com/perl6/roast/commit/786472ae43

[perl #132283] [REGRESSION] BUILDALL is listed as one of the methods, maybe that's not right (say $foo.^methods)

2017-12-11 Thread Zoffix Znet via RT
Tests: https://github.com/rakudo/rakudo/commit/20d67a3d4d

[perl #132283] [REGRESSION] BUILDALL is listed as one of the methods, maybe that's not right (say $foo.^methods)

2017-12-11 Thread Zoffix Znet via RT
Tests: https://github.com/rakudo/rakudo/commit/20d67a3d4d

[perl #132353] [LTA] error with using meta assign ops with bound SetHash

2017-12-11 Thread Zoffix Znet via RT
On Mon, 23 Oct 2017 05:28:04 -0700, c...@zoffix.com wrote: > This code produces an LTA error: > > my %days := SetHash.new: Date.today … Date.new: '2030-04-02'; > %days ∖= %days.grep: *.key.day-of-week > 5; > > First, the error reads "Cannot modify an immutable SetHash" which is > confusing, >

[perl #132353] [LTA] error with using meta assign ops with bound SetHash

2017-12-11 Thread Zoffix Znet via RT
On Mon, 23 Oct 2017 05:28:04 -0700, c...@zoffix.com wrote: > This code produces an LTA error: > > my %days := SetHash.new: Date.today … Date.new: '2030-04-02'; > %days ∖= %days.grep: *.key.day-of-week > 5; > > First, the error reads "Cannot modify an immutable SetHash" which is > confusing, >

[perl #132184] [6.d] .skip semantics are inconsistent

2017-12-11 Thread Zoffix Znet via RT
On Fri, 29 Sep 2017 09:07:40 -0700, c...@zoffix.com wrote: > - Seq.skip mutates the invocant: No longer. It now consumes the iterator, which aligns the behaviour with Any.skip. Fixed by lizmat++ in https://github.com/rakudo/rakudo/commit/854c10c27e Tests:

[perl #132184] [6.d] .skip semantics are inconsistent

2017-12-11 Thread Zoffix Znet via RT
On Fri, 29 Sep 2017 09:07:40 -0700, c...@zoffix.com wrote: > - Seq.skip mutates the invocant: No longer. It now consumes the iterator, which aligns the behaviour with Any.skip. Fixed by lizmat++ in https://github.com/rakudo/rakudo/commit/854c10c27e Tests:

[perl #125183] [BUG] Crash on no strict and multi-dimensional hash

2017-12-11 Thread Ron Schmidt via RT
Recommend merging with RT 125398 - "no strict temp does not autcreate hashes and hash elements" Also seems fixed by e5b49ce and could be expected to share same cause of "...the underlying issue is that the default value of container descriptors created automatically with “no strict” are Mu