Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-15 Thread sympy
Comment #20 on issue 1757 by idichekop: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 Hello all, Comment 17 by smichr, Yesterday (20 hours ago) Julio, you might compare your reindent output with the existing tool found at

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-15 Thread sympy
Comment #21 on issue 1757 by asmeurer: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 Ah. Is that script open source so we can include it in SymPy then? -- You received this message because you are listed in the owner or CC fields of this issue,

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-15 Thread sympy
Comment #22 on issue 1757 by Vinzent.Steinberg: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 Chris, please rebase on master. Or do it rather after the release, if you want to have this in for 0.7. As usual, mpmath and pyglet should be fixed

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-15 Thread sympy
Comment #23 on issue 1757 by Vinzent.Steinberg: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 Ah. Is that script open source so we can include it in SymPy then? From the reindent script: # Released to the public domain, by Tim Peters, 03

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-15 Thread sympy
Comment #24 on issue 1757 by Vinzent.Steinberg: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 And it is already included in Python. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-15 Thread sympy
Comment #25 on issue 1757 by smichr: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 in pythonXX/tools/Scripts -- 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

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-15 Thread sympy
Comment #26 on issue 1757 by smichr: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 I was following the lead of Refactor trigonometric function code with no change in behaviour...figured if we liked this a little we might like it a lot. The branch

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-14 Thread sympy
Comment #16 on issue 1757 by smichr: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 I suppose the reason for skipping third party and mpmath is that ideally we aren't maintaining them...that should be handled upstream. But I think we should so

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-14 Thread sympy
Comment #17 on issue 1757 by smichr: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 Julio, you might compare your reindent output with the existing tool found at http://coverage.livinglogic.de/Tools/scripts/reindent.py.html -- You received this

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-14 Thread sympy
Comment #18 on issue 1757 by asmeurer: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 That's what I was thinking at first for __init__.py files, but back in issue 1454, we were adding all manner of variables into the namespace because __init__.py

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-14 Thread sympy
Comment #19 on issue 1757 by smichr: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757 regarding comment 14: I felt that way at first (about changing the indenation structure) but I have come to prefer the if-return/do-more to the

Re: Issue 1757 in sympy: Tools to check and correct indentation

2009-12-11 Thread sympy
Updates: Summary: Tools to check and correct indentation Status: Started Labels: -Type-Defect -Milestone-Release0.6.6 -PassedReview Type-Enhancement Milestone-Release0.7.0 Comment #12 on issue 1757 by ronan.l...@gmail.com: Tools to check and correct indentation