On Tue, Jun 9, 2009 at 12:45 AM, smichr<smi...@gmail.com> wrote:
>
>>
>> Thanks. It might be a problem just on windows -- I already installed
>> windows7 into a virtualbox, so I'll try to go over it soon.
>>
>
> There is some change that has taken place in the patching that is
> causing the problem. 0.6.4 doesn't show the problem, but 0.6.5-git
> does. In 0.6.4 (3*x).match(x/a) returns None--(I think it should
> return 1/3 but that is another issue). If you can find which patch
> changed that behavior you will have found the culprit. I'm trying to
> get a fresh copy of it to make sure I haven't made some change that is
> causing the problem.

If you have git, just do:

git checkout master
git bisect bad
git checkout sympy-0.6.4
git bisect good


and then follow directions that git gives you and tell it good/bad.
That way you'll quickly find the commit that broke it. That would help
us a lot.

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to