Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2012-11-07 Thread sympy
Updates: Labels: -CodeInDifficulty-Medium Comment #18 on issue 1456 by asmeu...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 (No comment was entered for this change.) -- You received this message because

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2012-10-19 Thread sympy
Comment #15 on issue 1456 by smi...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 There are still many undefined variables which is bad: this means that an error is waiting to happen in code that is not being

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2012-09-25 Thread sympy
Updates: Blockedon: -sympy:2371 sympy:2371 Comment #14 on issue 1456 by julien.r...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 There was work on this at https://github.com/sympy/sympy/pull/738 -- You

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2011-11-21 Thread sympy
Comment #12 on issue 1456 by asmeu...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 So pyflakes doesn't really warn about many things that shouldn't be fixed, but pylint does. So if you use pylint, don't bother

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2011-11-15 Thread sympy
Updates: Labels: CodeInMultiple Comment #9 on issue 1456 by asmeu...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2011-11-15 Thread sympy
Updates: Blockedon: 2371 Comment #10 on issue 1456 by ronan.l...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 Note that there are lots of warnings coming from polys/densepolys.py, polys/densetools.py and

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2011-10-31 Thread sympy
Comment #8 on issue 1456 by asmeu...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 A note: if you find an actual bug with this (rather than just some code quality problem), a test should be added for it. -- You

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2011-10-23 Thread sympy
Updates: Labels: CodeInCategory-QA CodeInDifficulty-Medium Comment #6 on issue 1456 by asmeu...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 (No comment was entered for this change.) -- You received this

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2011-06-22 Thread sympy
Comment #4 on issue 1456 by krastano...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 PyLint seems like a better choice according to http://stackoverflow.com/questions/1428872/pylint-pychecker-or-apyflakes --

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2011-06-22 Thread sympy
Comment #5 on issue 1456 by asmeurer: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 If I remember correctly, pylint can be customized, right? Because I remember that it complained about a bunch of stuff that (in my opinion

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2009-12-07 Thread sympy
Comment #1 on issue 1456 by ronan.l...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 See http://groups.google.com/group/sympy/browse_thread/thread/d073a9ad2d19845 Priit wrote a tool to get a useful pyflakes report.

Re: Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2009-12-07 Thread sympy
Comment #2 on issue 1456 by asmeurer: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 There is also pychecker, which shows a lot of things similar to this (I can't get pyflakes to work, so I can't say if it does more or not).

Issue 1456 in sympy: use pyflakes to identify simple bugs in sympy and fix them

2009-06-03 Thread codesite-noreply
Status: Accepted Owner: Labels: Type-Defect Priority-Medium EasyToFix New issue 1456 by ondrej.certik: use pyflakes to identify simple bugs in sympy and fix them http://code.google.com/p/sympy/issues/detail?id=1456 Example: sudo apt-get install pyflakes $ pyflakes sympy/integrals/