Thank you Jay.

All these mistakes will be corrected in the next release

>Should I be troubled by the above diagnostics?

No - most of them are really harmless. Some others have no functional 
impact.

The following lines indicated bugs with functional impact under certain 
conditions! I'm sorry.

Possible precedence problem on bitwise & operator at assp.pl line 17763. - 
operator must be the logical &&
Useless use of hash element in void context at assp.pl line 30610. - 
closing brackets at wrong position
Useless use of hash element in void context at assp.pl line 30658. - 
closing brackets at wrong position
Name "main::hmmdb" used only once: possible typo at assp.pl line 56632. - 
yes a typo, name must be main::HMMdb

Thomas



Von:    j...@m5.chicago.il.us
An:     assp-user@lists.sourceforge.net, 
Datum:  19.01.2014 03:57
Betreff:        [Assp-user] Troubling Output from "perl -c -w assp.pl"




 /opt/assp # perl -c -w assp.pl 
 ASSP 2.3.3(13335) is starting in directory /opt/assp
 on host m5
 using Perl /usr/local/bin/perl version 5.018001 (5.18.1)
 compiling code please wait .....Possible precedence problem on bitwise & 
operator at assp.pl line 17763.
 "my" variable $sub masks earlier declaration in same scope at assp.pl 
line 26071.
 Useless use of hash element in void context at assp.pl line 30610.
 Useless use of hash element in void context at assp.pl line 30658.
 "my" variable $buf masks earlier declaration in same scope at assp.pl 
line 36944.
 "my" variable $size masks earlier declaration in same scope at assp.pl 
line 40117.
 "my" variable $F masks earlier declaration in same scope at assp.pl line 
40118.
 "my" variable $tmpfh masks earlier declaration in same scope at assp.pl 
line 41648.
 "my" variable $mem masks earlier declaration in same scope at assp.pl 
line 55695.
 Name "ASSP_FC::TEST" used only once: possible typo at assp.pl line 39987.
 Name "Net::IP::IP_A_IN_B_OVERLAP" used only once: possible typo at 
assp.pl line 57827.
 Name "Return::Value::NO_CLUCK" used only once: possible typo at assp.pl 
line 8286.
 Name "IO::Uncompress::AnyUncompress::AnyUncompressError" used only once: 
possible typo at assp.pl line 31016.
 Name "main::hmmdb" used only once: possible typo at assp.pl line 56632.
 assp.pl syntax OK
 /opt/assp # 


Should I be troubled by the above diagnostics?  I am particularly
considered about the redeclarations of "my" variables; if the
programmer was assuming -- as would be the case in many other
programming languages, but is not the case in perl -- that two
variables declared in the same scope, with the same name, are either
the same variable or a compiler error, then those are not benign
warnings.

Is it safe to run ASSP 2.3.3(13335) despite the above diagnostics?
I await your assurances.

Thank you in advance for your replies.


                                                 Jay F. Shachter
                                                 6424 N Whipple St
                                                 Chicago IL  60645-4111
 (1-773)7613784   landline
 (1-410)9964737   GoogleVoice
 j...@m5.chicago.il.us
                                                                 
http://m5.chicago.il.us

                                                 "Quidquid latine dictum 
sit, altum videtur"


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk

_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to