Branch: refs/heads/smoke-me/jkeenan/local-variable-warnings
Home: https://github.com/Perl/perl5
Commit: 2e390abe087b1ccb2ba4469b94a47ef2c72583bb
https://github.com/Perl/perl5/commit/2e390abe087b1ccb2ba4469b94a47ef2c72583bb
Author: James E Keenan <[email protected]>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M hv.c
Log Message:
-----------
Fix: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Commit: 14c0555106392096c0d0af6df4a63ae70b5110f4
https://github.com/Perl/perl5/commit/14c0555106392096c0d0af6df4a63ae70b5110f4
Author: James E Keenan <[email protected]>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M mg.c
Log Message:
-----------
Fix: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Commit: f2250c7a7e24639df121b62e10fef0c87c30c206
https://github.com/Perl/perl5/commit/f2250c7a7e24639df121b62e10fef0c87c30c206
Author: James E Keenan <[email protected]>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M mro_core.c
Log Message:
-----------
Fix: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Compare: https://github.com/Perl/perl5/compare/2e390abe087b%5E...f2250c7a7e24