Re: [perl #132170] fork + react + IO::Socket::Async issue

2017-09-28 Thread Parrot Raiser via RT
Would it be fair to describe that as "rendering unto the system software that which belongs to the system, and unto the user that which properly belongs to the application"? (Which, in my opinion, is a principle neglected far too often by programmers who've been taught to write OSs, but have to so

Re: [perl #132030] [REGRESSION] Broken Text::CSV tests and possibly other ecosystem fallout

2017-09-05 Thread Parrot Raiser via RT
Perl 5 programmers are used to being casual about closing file handles. Obviously, 6 requires a change of habits. A cultural shift, if that's not too pretentious a term. Perhaps it needs to be mentioned in large, friendly letters somewhere in the documentation? On 9/5/17, jn...@jnthn.net via RT w

Re: [perl #131718] .int-bounds on Ranges with large Num end points is faulty

2017-07-07 Thread Parrot Raiser via RT
Isn't there a point at which there's no obvious practical application for extreme numbers? It's all very well letting mathematicians romp around unconstrained, but is it worth complicating the language or its development for the rest of us?

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser via RT
> Something bit you; note that you are not using "-e" but "–e" (U+2013 EN DASH). > Right, the consequence of cutting & pasting. It's interesting that the error message on the corrected version is unlike either of the original examples.

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser via RT
I just noticed the - was a different length, so I changed it, et voila: perl6 -e "my \foo = Callable but role:: { };" ===SORRY!=== Error while compiling -e Undeclared routine: role used at line 1. Did you mean 'roll'? On 6/5/17, Parrot Raiser <1parr...@gmail.com> wrote: > As a kibitzer, I tri

Re: [perl #131492] Camelia produces different error message from commandline

2017-06-05 Thread Parrot Raiser via RT
As a kibitzer, I tried that with "This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53-g66c6dda implementing Perl 6.c". and got: perl6 –e "my \foo = Callable but role:: { };" Could not open –e. Failed to stat file: no such file or directory while: perl6 -e "say 'boo'" boo worked

Re: [perl #131398] Feature Request: trait for unimplemented subs/methods

2017-06-01 Thread Parrot Raiser via RT
That is so easy for a programmer to implement; I have an "nyi" subroutine/function in the my skeleton scripts for both Perl 5 and Bash. Is it worth cluttering the language?

Re: [perl #131239] where clause thunk's return value used for smartmatching

2017-05-04 Thread Parrot Raiser via RT
If Zoffix gets this confused, maybe the explanation needs some work for mere mortals? On 4/30/17, Zoffix Znet via RT wrote: > On Sun, 30 Apr 2017 18:47:16 -0700, c...@zoffix.com wrote: > >> The correct way to write that would be to use `&`. > > And .so on .name >