On Jun 23, 2012, at 1:41 AM, Sergiu Ivanov <[email protected]> wrote:
> On Sat, Jun 23, 2012 at 2:07 AM, Aaron Meurer <[email protected]> wrote: >> Without getting into the discussion about Basic args, it should be >> possible to sort the args in a platform independent way. For example, >> with str or __name__ (str should work unless it's a class that hasn't >> overridden it, which will have the id in the string). > > Yes, indeed; however, that would make the impact of creating a > FiniteSet even more serious, because doing str often requires > traversing the expression tree. I mean just using it for non-Basic types. > >> My concern right now is more about getting tests to pass with hash >> randomization than with architectural issues, so that we can release. >> So I'd gladly see some quick fixes to get the tests to pass now, and >> we can work out a better architecture later. > > I'll to try to drop the sorting right now and see how I can fix the > things that get broken (if something indeed gets so). Of course, if you can do this, it will be even better. Aaron Meurer > > Sergiu > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
