Re: use lib and locations in a variable

2021-07-12 Thread Joseph Brenner
Just to clarify my use case a bit: Joseph Brenner wrote: > I want my test files to be able to find the modules they're testing > just using their relative locations, given the usual layout of "lib" > and "t" locations in parallel inside the project directory. That's like so: project

Re: How do a pe-salt an array inside an object?

2021-07-12 Thread Clifton Wood
@ToddandMargo wrote: Now I understand. You are using Str as a > skip, skip, drop 2, skip, drop 4 > This is a sequential workaround. > Also I was confused as I though Str was only > a type declaration and could be used this way. > What I would like to see is direct access, without the >

Re: Windows tutorial needed (Todd?)

2021-07-12 Thread ToddAndMargo via perl6-users
On 7/12/21 2:05 PM, Tom Browder wrote: Did you ever get your Github account? Not completely yet. I don't mind if someone else takes my stuff and formalized it somewhere else. I am not after fame (or infamy?).

Re: Windows tutorial needed (Todd?)

2021-07-12 Thread Tom Browder
On Mon, Jul 12, 2021 at 15:44 ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: I should be able to help with a few of those. Do I post > it back to the issue and have JJ formalize it? Do you know how to write in Markdown or Raku POD? Did you ever get your Github account? IMHO, you

Re: Windows tutorial needed (Todd?)

2021-07-12 Thread ToddAndMargo via perl6-users
On 7/12/21 7:28 AM, Tom Browder wrote: On Sun, Jul 11, 2021 at 17:12 ToddAndMargo via perl6-users wrote: On 7/11/21 2:31 AM, Tom Browder wrote: See https://github.com/Raku/docs issue #3913. ... Would you be a little more specific. Are you looking for an

Re: Windows tutorial needed (Todd?)

2021-07-12 Thread Tom Browder
On Sun, Jul 11, 2021 at 17:12 ToddAndMargo via perl6-users wrote: > On 7/11/21 2:31 AM, Tom Browder wrote: > > See https://github.com/Raku/docs issue #3913. ... > Would you be a little more specific. Are you looking for > an install guide? Or something else?

Re: Windows tutorial needed (Todd?)

2021-07-12 Thread Tom Browder
On Sun, Jul 11, 2021 at 14:27 yary wrote: > The link for that issue is https://github.com/Raku/doc/issues/3913 > ("doc" not "docs") > Thanks, @yary, for noticing my FF (finger fumble :-D)!

Re: use lib and locations in a variable

2021-07-12 Thread ToddAndMargo via perl6-users
On 7/11/21 11:46 PM, Elizabeth Mattijsen wrote: On 12 Jul 2021, at 00:54, ToddAndMargo via perl6-users wrote: I want the full stinkin' path, not a dot. ".".IO.full-stinkin-path; ah, no, that should be: ".".IO.absolute :-)

Re: use lib and locations in a variable

2021-07-12 Thread Elizabeth Mattijsen
> On 12 Jul 2021, at 00:54, ToddAndMargo via perl6-users > wrote: > I want the full stinkin' path, not a dot. ".".IO.full-stinkin-path; ah, no, that should be: ".".IO.absolute