Thread
-
perltidy
Peter Eisentraut <peter_e@gmx.net> — 2011-06-14T19:30:41Z
How much do we care about applying perltidy, as described in src/tools/msvc/README, everywhere? I just ran it across the entire tree, using perltidy -b -bl -nsfs -naws -l=100 -ole=unix **/*.pl **/*.pm and it generated 6531 lines of (unified) diff, of which 357 are in src/tools/msvc/ itself. So clearly it's not being applied very consistently. Given how easily this appears to work and how we're sneakily expanding the use of Perl, I think we ought to add this to the standard pgindent routine.
-
Re: perltidy
Bruce Momjian <bruce@momjian.us> — 2011-06-14T19:39:04Z
Peter Eisentraut wrote: > How much do we care about applying perltidy, as described in > src/tools/msvc/README, everywhere? I just ran it across the entire > tree, using > > perltidy -b -bl -nsfs -naws -l=100 -ole=unix **/*.pl **/*.pm > > and it generated 6531 lines of (unified) diff, of which 357 are in > src/tools/msvc/ itself. So clearly it's not being applied very > consistently. > > Given how easily this appears to work and how we're sneakily expanding > the use of Perl, I think we ought to add this to the standard pgindent > routine. Yes, I would support that. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. +
-
Re: perltidy
Magnus Hagander <magnus@hagander.net> — 2011-06-14T19:49:32Z
On Tue, Jun 14, 2011 at 21:39, Bruce Momjian <bruce@momjian.us> wrote: > Peter Eisentraut wrote: >> How much do we care about applying perltidy, as described in >> src/tools/msvc/README, everywhere? I just ran it across the entire >> tree, using >> >> perltidy -b -bl -nsfs -naws -l=100 -ole=unix **/*.pl **/*.pm >> >> and it generated 6531 lines of (unified) diff, of which 357 are in >> src/tools/msvc/ itself. So clearly it's not being applied very >> consistently. >> >> Given how easily this appears to work and how we're sneakily expanding >> the use of Perl, I think we ought to add this to the standard pgindent >> routine. > > Yes, I would support that. I think I suggested that before at some point, but can't find the reference. But that means, +1. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/
-
Re: perltidy
Bruce Momjian <bruce@momjian.us> — 2011-11-29T02:58:32Z
Peter Eisentraut wrote: > How much do we care about applying perltidy, as described in > src/tools/msvc/README, everywhere? I just ran it across the entire > tree, using > > perltidy -b -bl -nsfs -naws -l=100 -ole=unix **/*.pl **/*.pm > > and it generated 6531 lines of (unified) diff, of which 357 are in > src/tools/msvc/ itself. So clearly it's not being applied very > consistently. > > Given how easily this appears to work and how we're sneakily expanding > the use of Perl, I think we ought to add this to the standard pgindent > routine. I have moved the Perl indentation command-line docs into the pgindent README and it will be run as part of the pgindent checklist. Applied patch attached. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. +