Re: a `pe4rl6 -c` error to fix

2018-06-21 Thread ToddAndMargo
On 06/21/2018 08:42 AM, Larry Wall wrote: On Wed, Jun 20, 2018 at 10:58:01PM -0700, Brent Laabs wrote: : -c does compile time warnings, not runtime warnings. You can't make : runtime warnings appear at compile time without using a BEGIN block. That's perhaps a bit oversimplified, since in this

Re: a `pe4rl6 -c` error to fix

2018-06-21 Thread Larry Wall
On Wed, Jun 20, 2018 at 10:58:01PM -0700, Brent Laabs wrote: : -c does compile time warnings, not runtime warnings. You can't make : runtime warnings appear at compile time without using a BEGIN block. That's perhaps a bit oversimplified, since in this case the warning is coming out of the

Re: a `pe4rl6 -c` error to fix

2018-06-21 Thread JJ Merelo
> > On Wed, Jun 20, 2018 at 9:59 PM, Todd Chester > What is a BEGIN block? BEGIN is one of the "phasers" that are used in Perl 6 https://docs.perl6.org/language/phasers#index-entry-Phasers__BEGIN-BEGIN It marks a block of code for running as soon as possible, and if possible during compile

Re: a `pe4rl6 -c` error to fix

2018-06-21 Thread Todd Chester
> wrote: > On Tue, Jun 19, 2018 at 10:50 PM, Todd Chester mailto:toddandma...@zoho.com>> wrote: >> Dear Perl Developers, >> >> Would you please fix this `perl6 -c` checker error? >> >> $ perl6 -v >> This is Rakudo version 2018.05

Re: a `pe4rl6 -c` error to fix

2018-06-20 Thread Brent Laabs
-c does compile time warnings, not runtime warnings. You can't make runtime warnings appear at compile time without using a BEGIN block. On Wed, Jun 20, 2018 at 9:59 PM, Todd Chester wrote: > > > > On Tue, Jun 19, 2018 at 10:50 PM, Todd Chester > wrote: > >> Dear Perl Developers, > >> > >>

Re: a `pe4rl6 -c` error to fix

2018-06-20 Thread Todd Chester
> On Tue, Jun 19, 2018 at 10:50 PM, Todd Chester wrote: >> Dear Perl Developers, >> >> Would you please fix this `perl6 -c` checker error? >> >> $ perl6 -v >> This is Rakudo version 2018.05 built on MoarVM version 2018.05 >> implementing Perl 6.c. >> >> >> The checkers passes this line with

Re: a `pe4rl6 -c` error to fix

2018-06-20 Thread Will Coleda
It's a warning, not an error. On Tue, Jun 19, 2018 at 10:50 PM, Todd Chester wrote: > Dear Perl Developers, > > Would you please fix this `perl6 -c` checker error? > > $ perl6 -v > This is Rakudo version 2018.05 built on MoarVM version 2018.05 > implementing Perl 6.c. > > > The checkers passes

Re: a `pe4rl6 -c` error to fix

2018-06-19 Thread Todd Chester
On 06/19/2018 09:50 PM, Todd Chester wrote: Dear Perl Developers, Would you please fix this `perl6 -c` checker error? $ perl6 -v This is Rakudo version 2018.05 built on MoarVM version 2018.05 implementing Perl 6.c. The checkers passes this line with Syntax OK $ReturnStr, $CurlStatus =

a `pe4rl6 -c` error to fix

2018-06-19 Thread Todd Chester
Dear Perl Developers, Would you please fix this `perl6 -c` checker error? $ perl6 -v This is Rakudo version 2018.05 built on MoarVM version 2018.05 implementing Perl 6.c. The checkers passes this line with Syntax OK $ReturnStr, $CurlStatus = CurlDownloadFile $FileAddr, $BaseFileName,

Re: -c error to fix

2018-06-14 Thread Todd Chester
On 06/13/2018 11:28 PM, Todd Chester wrote: Hi All, $ perl6 -v This is Rakudo version 2018.04 built on MoarVM version 2018.04.1 implementing Perl 6.c. I have another `perl6 -c` bug to fix $ perl6 -c GetUpdates.pl6 ===SORRY!=== Could not find Term::termios at line 15 in:    

-c error to fix

2018-06-14 Thread Todd Chester
Hi All, $ perl6 -v This is Rakudo version 2018.04 built on MoarVM version 2018.04.1 implementing Perl 6.c. I have another `perl6 -c` bug to fix $ perl6 -c GetUpdates.pl6 ===SORRY!=== Could not find Term::termios at line 15 in: /home/linuxutil /home/todd/.perl6 /usr/lib64/perl6/site