Closed p5pRT closed 10 years ago
Hi all\,
Attached are two patches for cleanups to perlref.pod. See:
https://github.com/shlomif/perl/tree/perldoc-get-rid-of-dollar-a
Regards\,
Shlomi Fish
--
Shlomi Fish http://www.shlomifish.org/ Beginners Site for the Vim text editor - http://vim.begin-site.org/
Giles\, Willow: Buffy? SMG: Nah! Iām Sarah Michelle Gellar. Iām the actress who played her. Buffy: Myā¦ kindredā¦ spirit! [She faints into Xanderās arms.] ā http://www.shlomifish.org/humour/Buffy/A-Few-Good-Slayers/
Please reply to list if it's a mailing list post - http://shlom.in/reply .
On Fri Oct 10 06:01:36 2014\, shlomif@shlomifish.org wrote:
Hi all\,
Attached are two patches for cleanups to perlref.pod. See:
https://github.com/shlomif/perl/tree/perldoc-get-rid-of-dollar-a
Regards\,
Shlomi Fish
Thanks for the patches!
I've applied the first patch in commit d962e43687db045a52ba2406aafccd53e6af23ff.
I'm holding off on applying the second because I know that our contributors hold a range of opinions on revisions such as:
##### - $arrayref = [1\, 2\, ['a'\, 'b'\, 'c']]; + my $array_ref = [1\, 2\, ['a'\, 'b'\, 'c']]; #####
So I request additional eyeballs on the 0002 patch.
Thank you very much.
-- James E Keenan (jkeenan@cpan.org)
The RT System itself - Status changed from 'new' to 'open'
On Fri Oct 10 18:38:48 2014\, jkeenan wrote:
On Fri Oct 10 06:01:36 2014\, shlomif@shlomifish.org wrote:
Hi all\,
Attached are two patches for cleanups to perlref.pod. See:
https://github.com/shlomif/perl/tree/perldoc-get-rid-of-dollar-a
Regards\,
Shlomi Fish
Thanks for the patches!
You're welcome!
I've applied the first patch in commit d962e43687db045a52ba2406aafccd53e6af23ff.
Thanks for applying it.
I'm holding off on applying the second because I know that our contributors hold a range of opinions on revisions such as:
##### - $arrayref = [1\, 2\, ['a'\, 'b'\, 'c']]; + my $array_ref = [1\, 2\, ['a'\, 'b'\, 'c']]; #####
So I request additional eyeballs on the 0002 patch.
Sure\, it comes with the territory. Just let's try to avoid Colour of the Bikeshe discussions -
* https://en.wikipedia.org/wiki/Parkinson%27s_law_of_triviality
* https://en.wikipedia.org/wiki/The_miller,_his_son_and_the_donkey
Regards\,
-- Shlomi Fish
On Fri Oct 10 18:38:48 2014\, jkeenan wrote:
I'm holding off on applying the second because I know that our contributors hold a range of opinions on revisions such as:
##### - $arrayref = [1\, 2\, ['a'\, 'b'\, 'c']]; + my $array_ref = [1\, 2\, ['a'\, 'b'\, 'c']]; #####
So I request additional eyeballs on the 0002 patch.
I don't think it's necessary to my every variable or ensure every variable/sub name in the perl core documentation follow some one-true-naming-convention.
You have whitespace changes mixed up in the patch which should probably be separate too.
Tony
On Sun Oct 12 17:02:29 2014\, tonyc wrote:
On Fri Oct 10 18:38:48 2014\, jkeenan wrote:
I'm holding off on applying the second because I know that our contributors hold a range of opinions on revisions such as:
##### - $arrayref = [1\, 2\, ['a'\, 'b'\, 'c']]; + my $array_ref = [1\, 2\, ['a'\, 'b'\, 'c']]; #####
So I request additional eyeballs on the 0002 patch.
I don't think it's necessary to my every variable or ensure every variable/sub name in the perl core documentation follow some one-true- naming-convention.
You have whitespace changes mixed up in the patch which should probably be separate too.
Tony
Having looked at the patch a second time\, I'm going to agree with Tony. I don't think the addition of 'my $ ' to this document adds enough value to warrant application.
Marking ticket Resolved.
Thank you very much.
-- James E Keenan (jkeenan@cpan.org)
@jkeenan - Status changed from 'open' to 'resolved'
Migrated from rt.perl.org#122942 (status was 'resolved')
Searchable as RT122942$