Hi Elizabeth,
I've never studied App::Mi6 but what I read in the Readme, this program
is only a part of what Mi6 does (mi6 release).
Have not looked at the code. How does that compare to App::Mi6 ?? (which also
uses CPAN::Uploader::Tiny, btw).
On 31 Jul 2019, at 20:08, Marcel Timmerman
On Wed, 31 Jul 2019 14:28:11 -0700
William Michels via perl6-users wrote:
> Hi Patrick, I used both your examples as perl6 one-liners. I'm not
> sure why, but I had to change .split(':') either to .split(":") or
> .split(/\:/) for both example to work. Maybe it's a command-line
> thing? Possibly
The skip directive has been removed (at least for v6.e) with commit
https://github.com/perl6/roast/commit/04c7d09341 (see also
https://github.com/perl6/roast/commit/2913fbe564 for v6.c and v6.d).
I'm closing this ticket as 'rejected', since there wasn't added any additional
information.
I've added a test to S02-names/pseudo-6e.t with
https://github.com/perl6/roast/commit/73d867501c
I'm closing this ticket as 'resolved'.
Back in 2017 jnthn++ already added a test for lazy for loops with
https://github.com/perl6/roast/commit/3659ede149. Since the evaluations in this
ticket also take the type into considerations, I've added a new test to
S32-list/seq.t with https://github.com/perl6/roast/commit/207171b5ee
I'm clos
Hi Richard, I'm trying to figure out when the parentheses in 'lines()'
can be dropped, and 'lines' used instead. Any pointers? I have about
nine or so working examples below, but formulating a clear
rule-of-thumb is proving elusive. Any help appreciated, --Best, Bill.
# test file: six_fruits1.txt
> On Aug 1, 2019, at 10:49 PM, William Michels via perl6-users
> wrote:
>
> Hi Richard, I'm trying to figure out when the parentheses in 'lines()'
> can be dropped, and 'lines' used instead. Any pointers?
—snip—
Parens will be required when `lines` is a sub call (as opposed `.lines` method