Re: Quantum Code Review

2010-08-18 Thread Aaron S. Meurer
On Aug 18, 2010, at 8:31 PM, Ondrej Certik wrote: > On Wed, Aug 18, 2010 at 3:04 PM, Aaron S. Meurer wrote: >> >> On Aug 18, 2010, at 3:29 PM, Brian Granger wrote: >> >>> On Wed, Aug 18, 2010 at 2:22 PM, Ondrej Certik wrote: Hi Brian, Matt and Addison, I think the discussion w

Re: Quantum Code Review

2010-08-18 Thread Ondrej Certik
On Wed, Aug 18, 2010 at 3:04 PM, Aaron S. Meurer wrote: > > On Aug 18, 2010, at 3:29 PM, Brian Granger wrote: > >> On Wed, Aug 18, 2010 at 2:22 PM, Ondrej Certik wrote: >>> Hi Brian, Matt and Addison, >>> >>> I think the discussion wandered a bit from the review. >>> >>> 1) Git history: >>> >>> D

Re: Quantum Code Review

2010-08-18 Thread Aaron S. Meurer
On Aug 18, 2010, at 3:29 PM, Brian Granger wrote: > On Wed, Aug 18, 2010 at 2:22 PM, Ondrej Certik wrote: >> Hi Brian, Matt and Addison, >> >> I think the discussion wandered a bit from the review. >> >> 1) Git history: >> >> Do you want to keep your history? Does the history bring any value

Re: Quantum Code Review

2010-08-18 Thread Ondrej Certik
On Wed, Aug 18, 2010 at 2:22 PM, Ondrej Certik wrote: > Hi Brian, Matt and Addison, > > I think the discussion wandered a bit from the review. > > 1) Git history: > > Do you want to keep your history? Does the history bring any value to > sympy? From what I understood, many times it doesn't import

Re: Quantum Code Review

2010-08-18 Thread Brian Granger
On Wed, Aug 18, 2010 at 2:22 PM, Ondrej Certik wrote: > Hi Brian, Matt and Addison, > > I think the discussion wandered a bit from the review. > > 1) Git history: > > Do you want to keep your history? Does the history bring any value to > sympy? From what I understood, many times it doesn't import

Re: Quantum Code Review

2010-08-18 Thread Ondrej Certik
Hi Brian, Matt and Addison, I think the discussion wandered a bit from the review. 1) Git history: Do you want to keep your history? Does the history bring any value to sympy? From what I understood, many times it doesn't import, or tests don't pass. So it seems to me there isn't really any valu

Re: var and symbols

2010-08-18 Thread Mateusz Paprocki
Hi, On Wed, Aug 18, 2010 at 02:15:05AM -0700, smichr wrote: > > > On Aug 17, 6:32 pm, Vinzent Steinberg > wrote: > > 2010/8/17 Aaron S. Meurer : > > > > > Well, here's the problem with the spaceless option: > > > > var('ab cd ef') > > > (ab, cd, ef) > > var('ab cd') > > > (ab, cd) > >

Re: var and symbols

2010-08-18 Thread smichr
On Aug 17, 6:32 pm, Vinzent Steinberg wrote: > 2010/8/17 Aaron S. Meurer : > > > Well, here's the problem with the spaceless option: > > var('ab cd ef') > > (ab, cd, ef) > var('ab cd') > > (ab, cd) > var('ab') > > (a, b) > > You could still do > > >>> var('ab ') > > ab > I don't