Bug: pm and pm6 get mixed up

2019-04-23 Thread ToddAndMargo via perl6-users
Hi All, I found out the hard way after upgrading Perl 6 $ perl6 -v This is Rakudo version 2019.03 built on MoarVM version 2019.03 implementing Perl 6.d. That 2019.03 can no longer tell the difference between Perl 5 modules (*.pm) and Perl 6 modules (*.pm6) and will read in the Perl 5 module

Help! Upgrade broke -M

2019-04-23 Thread ToddAndMargo via perl6-users
Hi All, Okay, I am, in trouble. I just upgraded from rakudo-pkg-Fedora29-2018.11-01.x86_64.rpm to rakudo-pkg-Fedora29-2019.03.1-01.x86_64.rpm and now I bomb on all my "use lib's". Virtually everything I have written bombs. $ ls CurlUtils* CurlUtils.pm6 $ perl6

gtk widget?

2019-04-23 Thread ToddAndMargo via perl6-users
Hi All, I see https://github.com/perl6/gtk-simple/tree/master/examples but I have no clue what is going on. Is there some kind of gtk widget that you can graphically design these windows with? Many thanks, -T -- ~ I am Windows I am the Blue Screen of Death No one

Re: Why so slow?

2019-04-23 Thread ToddAndMargo via perl6-users
On 4/21/19 6:32 PM, ToddAndMargo via perl6-users wrote: Hi All, One liners are fast, but my own programs are very slow to start. I download https://github.com/perl6/gtk-simple/blob/master/examples/05-bars.pl6 To check it out and it also takes ten second to start. What gives? Many thanks,

Re: Why so slow?

2019-04-23 Thread ToddAndMargo via perl6-users
On 4/22/19 4:21 AM, ToddAndMargo via perl6-users wrote: On 22/04/2019 12:51, ToddAndMargo via perl6-users wrote: On 22/04/2019 03:32, ToddAndMargo via perl6-users wrote: Hi All, One liners are fast, but my own programs are very slow to start. I download

Re: gtk widget?

2019-04-23 Thread ToddAndMargo via perl6-users
On 4/22/19 2:22 AM, mimosin...@gmail.com wrote: Missatge de ToddAndMargo via perl6-users del dia dl., 22 d’abr. 2019 a les 5:44: I see https://github.com/perl6/gtk-simple/tree/master/examples but I have no clue what is going on. Is there some kind of gtk widget that you can graphically

Re: gtk widget?

2019-04-23 Thread ToddAndMargo via perl6-users
> On 22/04/2019 05:44, ToddAndMargo via perl6-users wrote: >> Hi All, >> >> I see >> >> https://github.com/perl6/gtk-simple/tree/master/examples >> >> but I have no clue what is going on. >> >> Is there some kind of gtk widget that you can graphically >> design these windows with? >> >> Many