Re: Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2010-12-21 Thread sympy
Comment #2 on issue 2126 by smichr: fix doctest or quality testing to recognize doctests http://code.google.com/p/sympy/issues/detail?id=2126 A tweak to the regex that finds the docstring tests will allow this to work. It's easy to find the start of the test (it always starts with ) but

Re: Issue 2126 in sympy: fix doctest or quality testing to recognize doctests

2010-12-21 Thread sympy
Comment #3 on issue 2126 by smichr: fix doctest or quality testing to recognize doctests http://code.google.com/p/sympy/issues/detail?id=2126 Actually, I think that a test should be (for stylistic reasons) be terminated with space. In the tester such lines that are indented less than the

Re: Issue 2125 in sympy: Using Integers as python slices.

2010-12-21 Thread sympy
Comment #14 on issue 2125 by nicolas.pourcelot: Using Integers as python slices. http://code.google.com/p/sympy/issues/detail?id=2125 @Aaron: There's no point in testing it five times in Python 2.5+, so I would move the for loop into the else block. Sorry, I don't understand what you

Re: Issue 2125 in sympy: Using Integers as python slices.

2010-12-21 Thread sympy
Comment #15 on issue 2125 by asmeurer: Using Integers as python slices. http://code.google.com/p/sympy/issues/detail?id=2125 Ah, sorry, I read the code wrong. Never mind that comment. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 1917 in sympy: 1917: misc edits

2010-12-21 Thread sympy
Updates: Labels: -NeedsReview -smichr PassedReview Comment #10 on issue 1917 by asmeurer: 1917: misc edits http://code.google.com/p/sympy/issues/detail?id=1917 I too was a little perplexed by the C stuff, but I think that is a bigger issue, as noted in comment 7. Anyway, over at the

Issue 2127 in sympy: don't allow 0 or 1-arg AssocOp

2010-12-21 Thread sympy
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium New issue 2127 by smichr: don't allow 0 or 1-arg AssocOp http://code.google.com/p/sympy/issues/detail?id=2127 It is possible to create a 0 or 1-arg Add and Mul using the evaluate flag of False. This seems like a bad idea. If

Re: Issue 1917 in sympy: 1917: misc edits

2010-12-21 Thread sympy
Updates: Blockedon: 2127 Comment #11 on issue 1917 by smichr: 1917: misc edits http://code.google.com/p/sympy/issues/detail?id=1917 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 2127 in sympy: don't allow 0 or 1-arg AssocOp

2010-12-21 Thread sympy
Issue 2127: don't allow 0 or 1-arg AssocOp http://code.google.com/p/sympy/issues/detail?id=2127 This issue is now blocking issue 1917. See http://code.google.com/p/sympy/issues/detail?id=1917 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: Issue 2127 in sympy: don't allow 0 or 1-arg AssocOp

2010-12-21 Thread sympy
Updates: Labels: NeedsReview Comment #1 on issue 2127 by smichr: don't allow 0 or 1-arg AssocOp http://code.google.com/p/sympy/issues/detail?id=2127 This is part of the branch under review, a commit with the number 2127: https://github.com/sympy/sympy/pull/50 -- You received this