Updates:
        Cc: Vinzent.Steinberg asmeurer
        Labels: NeedsReview

Comment #13 on issue 1757 by smichr: Tools to check and correct indentation
http://code.google.com/p/sympy/issues/detail?id=1757

It would probably be a good idea to include in the tests a test for hidden  
conditions
which won't show up in coverage, e.g.

if: foo
else: bar

In the same spirit as this issue's patch and the one for commit 3083631...  
(for which
I couldn't find an issue) I have pushed to branch 'exposure' at smichr's  
github acct
a branch that opens all the closed if/else/elif statements and unindents all
(hopefully appropriate) places where a return is followed by an else-block.  
There
were also a HUGE number (1360 hits in 97 files) of trailing whitespaces in  
pyglet.
I've included fixes to those, but we should see if they could use some of  
the same
code quality tools we're using so we don't add code like that.

So again, branch `exposure` for review is at smichr's github. All test() and
doctest() pass here.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--

You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.


Reply via email to