Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread Elizabeth Mattijsen
$ time raku -e '' real0m0.120s user0m0.111s sys 0m0.022s Doesn't take 10 seconds for me. > On 31 Jul 2020, at 03:45, ToddAndMargo via perl6-users > wrote: > > Hi All, > > Any sign of a fix for the 10 second compile time? > > Do you know if a bug has been opened on it so I can >

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread Richard Hainsworth
Todd, Strangely after all the correspondence we have had, but I am unable to read your mind, and so understand your question. Perhaps you could have pity on me and give me a bit more information about a) which bug has appeared b) what is it that you are compiling c) a short snippet of code

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread Veesh Goldman
Does your code have a 'use lib "lib"' line by any chance? Because that'll make raku recompile everything in each directory you run your script in. I had this problem once, so I'm guessing that might be what happened to you? On Fri, Jul 31, 2020, 04:45 ToddAndMargo via perl6-users < perl6-us...@per

SF Perl's Raku Study Group

2020-07-31 Thread Joseph Brenner
As usual, on Sunday afternoon at 2pm Pacific Standard Time, we're going to be doing our usual Raku study group... since we're zooming 'em these days there's no reason not to publicize them wider: https://www.meetup.com/San-Francisco-Perl/events/272258217/ These tend to be intermediate level discu

Re: SF Perl's Raku Study Group

2020-07-31 Thread William Michels via perl6-users
On Fri, Jul 31, 2020 at 9:55 AM Joseph Brenner wrote: > > As usual, on Sunday afternoon at 2pm Pacific Standard Time, we're > going to be doing our usual Raku study group... since we're zooming > 'em these days there's no reason not to publicize them wider: > > https://www.meetup.com/San-Francisco

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread ToddAndMargo via perl6-users
On 2020-07-31 01:41, Richard Hainsworth wrote: odd, Strangely after all the correspondence we have had, but I am unable to read your mind, and so understand your question. Perhaps you could have pity on me and give me a bit more information about a) which bug has appeared b) what is it that

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread ToddAndMargo via perl6-users
On Fri, Jul 31, 2020, 04:45 ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: Hi All, Any sign of a fix for the 10 second compile time? Do you know if a bug has been opened on it so I can sign up for the CC? Many thanks, -T On 2020-07-31 02:09, Veesh

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread ToddAndMargo via perl6-users
>> On 31 Jul 2020, at 03:45, ToddAndMargo via perl6-users wrote: >> >> Hi All, >> >> Any sign of a fix for the 10 second compile time? >> >> Do you know if a bug has been opened on it so I can >> sign up for the CC? >> >> Many thanks, >> -T On 2020-07-31 01:40, Elizabeth Mattijsen wrote: $ tim

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread Tom Browder
On Fri, Jul 31, 2020 at 14:55 ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > >> On Fri, Jul 31, 2020, 04:45 ToddAndMargo via perl6-users > >> mailto:perl6-us...@perl.org>> wrote: Todd, a couple of questions: 1. In your modules that change all the time, do have "use lib ...;" stat

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread ToddAndMargo via perl6-users
On 2020-07-31 15:32, Tom Browder wrote: On Fri, Jul 31, 2020 at 14:55 ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: >> On Fri, Jul 31, 2020, 04:45 ToddAndMargo via perl6-users >> mailto:perl6-us...@perl.org>

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread ToddAndMargo via perl6-users
On 2020-07-31 15:36, ToddAndMargo via perl6-users wrote: On 2020-07-31 15:32, Tom Browder wrote: On Fri, Jul 31, 2020 at 14:55 ToddAndMargo via perl6-users mailto:perl6-us...@perl.org>> wrote: >> On Fri, Jul 31, 2020, 04:45 ToddAndMargo via perl6-users >> mailto:perl6-us...@perl.org>

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread Tom Browder
On Fri, Jul 31, 2020 at 5:38 PM ToddAndMargo via perl6-users wrote: > >> Todd, a couple of questions: > >> 1. In your modules that change all the time, do have "use lib ...;" > >> statements in any of them? > > > > No. If I do, they crash > > # use lib '/home/linuxutil/p6lib'; # may not be prec

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread ToddAndMargo via perl6-users
On 2020-07-31 16:40, Tom Browder wrote: On Fri, Jul 31, 2020 at 5:38 PM ToddAndMargo via perl6-users wrote: Todd, a couple of questions: 1. In your modules that change all the time, do have "use lib ...;" statements in any of them? No. If I do, they crash # use lib '/home/linuxutil/p6lib';