Re: [perl #130877] [BUG] called-without-args error refers to non-existent method

2017-02-27 Thread Zefram
Elizabeth Mattijsen via RT wrote: >My point is that without knowing the object on which one attempts to >call a method, one cannot know whether or not the method call will fail. That's true, but the conclusion one would reach from that is that one can't suggest calling the sub in method form even

Re: [perl #130877] [BUG] called-without-args error refers to non-existent method

2017-02-27 Thread Elizabeth Mattijsen
> On 27 Feb 2017, at 11:29, Zefram wrote: > > Elizabeth Mattijsen via RT wrote: >> Fixed with https://github.com/rakudo/rakudo/commit/b11dc88a3e , no tests >> needed. > > That only changed one of the two types of message to which I referred. > mkdir still has the unchanged message. Good point

Re: [perl #130877] [BUG] called-without-args error refers to non-existent method

2017-02-27 Thread Zefram
Elizabeth Mattijsen via RT wrote: >Fixed with https://github.com/rakudo/rakudo/commit/b11dc88a3e , no tests >needed. That only changed one of the two types of message to which I referred. mkdir still has the unchanged message. I don't think the change made there fixes the problem. The altered m

Re: [perl #130877] [BUG] called-without-args error refers to non-existent method

2017-02-27 Thread Elizabeth Mattijsen
Fixed with https://github.com/rakudo/rakudo/commit/b11dc88a3e , no tests needed. > On 27 Feb 2017, at 10:30, Zefram (via RT) > wrote: > > # New Ticket Created by Zefram > # Please include the string: [perl #130877] > # in the subject line of all future correspondence about this issue. > # h