Hi all,
Thanks go to Sean McGrath, not _all_ code going into slim_source
needs to be PEP8, only Python code. Still, shouldn't everything be Python
anyways?
So to reiterate, acceptable slim_source styles:
Shell:
http://opensolaris.org/os/community/on/shellstyle/
http://opg-qe.central.sun.com/wiki/index.php/Bourne/Korn_Shell_Coding_Conventions
C:
http://www.opensolaris.org/os/community/on/cstyle.ms.pdf
Python:
http://www.python.org/dev/peps/pep-0008/
Thank you,
Clay
On Tue, 29 Sep 2009, Clay Baenziger wrote:
> Hi all,
> This is a notice that henceforth, all code going into slim_source
> needs to be PEP8[1] compliant. Further, to clean-up the gate, any Python file
> which is touched (even just modifying) will need to be converted to PEP8
> before the file can be pushed. Lastly, any code review sent containing
> Python, should include the pylint(1) "Raw metrics" section, the "Messages"
> section and the "Global evaluation" section for each file.
> Lastly, to ease the transition, be aware that NetBeans with the
> Python plugin has a Source->Format command which will take an initial swag at
> converting a Python file to PEP8.
> Thank you,
> Clay
> [1]:
> http://www.python.org/dev/peps/pep-0008/
>