Re: Issue 1978 in sympy: select whether constant gets distributed into mul

2010-07-17 Thread sympy
Comment #6 on issue 1978 by asmeurer: select whether constant gets distributed into mul http://code.google.com/p/sympy/issues/detail?id=1978 I'm not sure about this one. Let's see what others think. (I'm referencing the 1978 commit in your t branch). -- You received this message

Re: Issue 1978 in sympy: select whether constant gets distributed into mul

2010-07-17 Thread sympy
Comment #7 on issue 1978 by asmeurer: select whether constant gets distributed into mul http://code.google.com/p/sympy/issues/detail?id=1978 Just to be absolutely rigorous (and to get into the habit), I am referencing commit af3778790f8d21fe047b. -- You received this message because you

Issue 1978 in sympy: select whether constant gets distributed into mul

2010-07-14 Thread sympy
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium New issue 1978 by smichr: select whether constant gets distributed into mul http://code.google.com/p/sympy/issues/detail?id=1978 There are many pieces of code that want the constant in an expression like 2*(1+x) to be

Re: Issue 1978 in sympy: select whether constant gets distributed into mul

2010-07-14 Thread sympy
Comment #1 on issue 1978 by asmeurer: select whether constant gets distributed into mul http://code.google.com/p/sympy/issues/detail?id=1978 I'm not entirely clear what you are proposing. Is it just issue 1497, or something else. And is this supposed to be on a branch somewhere? -- You

Re: Issue 1978 in sympy: select whether constant gets distributed into mul

2010-07-14 Thread sympy
Comment #2 on issue 1978 by smichr: select whether constant gets distributed into mul http://code.google.com/p/sympy/issues/detail?id=1978 It's in branch rev3 as commit 1978. (I have to fill out an issue before I know what number to call it.) I'm working on all commit messages there and

Re: Issue 1978 in sympy: select whether constant gets distributed into mul

2010-07-14 Thread sympy
Comment #3 on issue 1978 by smichr: select whether constant gets distributed into mul http://code.google.com/p/sympy/issues/detail?id=1978 sorry...that's commit 1978 in branch t not in rev3. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 1978 in sympy: select whether constant gets distributed into mul

2010-07-14 Thread sympy
Comment #4 on issue 1978 by asmeurer: select whether constant gets distributed into mul http://code.google.com/p/sympy/issues/detail?id=1978 I just want a mechanism to allow 2*(1+x) to not turn into 2 + 2*x. That *is* issue 1497 (see the issue title). Unless I am really missing

Re: Issue 1978 in sympy: select whether constant gets distributed into mul

2010-07-14 Thread sympy
Comment #5 on issue 1978 by smichr: select whether constant gets distributed into mul http://code.google.com/p/sympy/issues/detail?id=1978 I was looking at the patch not your commit. It was handling a 3-arg case. The approach here is not to remove the automatic behavior, it is to