Branch: refs/heads/smoke-me/jkeenan/local-variable-warnings
Home: https://github.com/Perl/perl5
Commit: d28d68389c59f18722f7104065a7a9b37c799d79
https://github.com/Perl/perl5/commit/d28d68389c59f18722f7104065a7a9b37c799d79
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M hv.c
Log Message:
-----------
Fix: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Commit: 3dbd3ba788c5da83563e4733203349e040ea51ba
https://github.com/Perl/perl5/commit/3dbd3ba788c5da83563e4733203349e040ea51ba
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M mg.c
Log Message:
-----------
Fix: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Commit: 1efa34672af0d83a260abd37b55338b3c9fc4c73
https://github.com/Perl/perl5/commit/1efa34672af0d83a260abd37b55338b3c9fc4c73
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M mro_core.c
Log Message:
-----------
Fix: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Commit: 17e2841e38f0128a171c6b8dc3e53c96741637d3
https://github.com/Perl/perl5/commit/17e2841e38f0128a171c6b8dc3e53c96741637d3
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M sv.c
Log Message:
-----------
sv.c: local variable hiding parameter of same name
First instance in this file
Per: https://lgtm.com/rules/2156240606/
Commit: 0dc9a86e22c6dca4ee06cb534783431cb80b8b76
https://github.com/Perl/perl5/commit/0dc9a86e22c6dca4ee06cb534783431cb80b8b76
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M sv.c
Log Message:
-----------
sv.c: local variable hiding parameter of same name
Second instance in this file
Per: https://lgtm.com/rules/2156240606/
Commit: c7c2454b4cf3a3550f096a43b48623a6f1361a22
https://github.com/Perl/perl5/commit/c7c2454b4cf3a3550f096a43b48623a6f1361a22
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M toke.c
Log Message:
-----------
toke.c: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Commit: dbe75755a5e414b9b6353edd21ce0cfe773336e5
https://github.com/Perl/perl5/commit/dbe75755a5e414b9b6353edd21ce0cfe773336e5
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Commit: 29df6ec525f54677ab8160e7876e5a2ba7602a01
https://github.com/Perl/perl5/commit/29df6ec525f54677ab8160e7876e5a2ba7602a01
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M util.c
Log Message:
-----------
util.c: local variable hiding parameter of same name
Per: https://lgtm.com/rules/2156240606/
Commit: 7b16ba26dc95d2a057de7b119efab3901d9ede09
https://github.com/Perl/perl5/commit/7b16ba26dc95d2a057de7b119efab3901d9ede09
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M hv.c
Log Message:
-----------
Whitespace only
Commit: 2ed84d2c0250c70276c76ee7fda52acf2cf5bed4
https://github.com/Perl/perl5/commit/2ed84d2c0250c70276c76ee7fda52acf2cf5bed4
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M sv.c
M util.c
Log Message:
-----------
sv.c, util.c: More descriptive name for local variables
Per Tony Cook's review in:
https://github.com/Perl/perl5/pull/17281
Commit: 3d0e1729f00630893c1af2fb5ba59fda61fe45ba
https://github.com/Perl/perl5/commit/3d0e1729f00630893c1af2fb5ba59fda61fe45ba
Author: James E Keenan <[email protected]>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: More descriptive name for local variables
Per Tony Cook's review in:
https://github.com/Perl/perl5/pull/17281
Compare: https://github.com/Perl/perl5/compare/080c389e0381...3d0e1729f006