Issue 1671 in sympy: runtests modifications for Windows

2009-10-16 Thread codesite-noreply
Status: Accepted Owner: smichr CC: ondrej.certik, asmeurer Labels: Type-Defect Priority-Medium NeedsReview New issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 The runtests (latest version) have not been running easily for me on Windo

Issue 1671 in sympy: runtests modifications for Windows

2009-10-16 Thread codesite-noreply
Comment #1 on issue 1671 by asmeurer: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 This doesn't work on Mac OS X: dhcp-baca-10:sympy aaronmeurer(test*$)$./bin/test sympy_dir /Users/aaronmeurer/Documents/Python/sympy/sympy/sympy

Issue 1671 in sympy: runtests modifications for Windows

2009-10-16 Thread codesite-noreply
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #2 on issue 1671 by asmeurer: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC f

Issue 1671 in sympy: runtests modifications for Windows

2009-10-17 Thread codesite-noreply
Comment #3 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 That's how it used to work on Windows for me. Does the attached patch do any better? Attachments: 0001-modified-runtests-v2.patch 6.4 KB -- You received this m

Issue 1671 in sympy: runtests modifications for Windows

2009-10-17 Thread codesite-noreply
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #4 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fie

Issue 1671 in sympy: runtests modifications for Windows

2009-10-17 Thread codesite-noreply
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #5 on issue 1671 by asmeurer: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Sorry. dhcp-baca-10:sympy aaronmeurer(test*$)$./bin/test = test process starts ===

Issue 1671 in sympy: runtests modifications for Windows

2009-10-17 Thread codesite-noreply
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #6 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 How about this? Attachments: 0001-runtests-v3.patch 1.3 KB -- You received this message because you are li

Issue 1671 in sympy: runtests modifications for Windows

2009-10-17 Thread codesite-noreply
Comment #7 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 (No comment was entered for this change.) Attachments: 0001-runtests-v3.patch 975 bytes -- You received this message because you are listed in the owner or CC fi

Issue 1671 in sympy: runtests modifications for Windows

2009-10-17 Thread codesite-noreply
Comment #8 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Hopefully this is the patch that works. It patches test and runtests. Attachments: 0001-modified-runtests.patch 8.3 KB -- You received this message because you a

Issue 1671 in sympy: runtests modifications for Windows

2009-10-19 Thread codesite-noreply
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #9 on issue 1671 by ondrej.certik: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 With this patch, if I do: $ bin/test sympy/core/ = test process starts ==

Issue 1671 in sympy: runtests modifications for Windows

2009-10-19 Thread codesite-noreply
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #10 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 here is another iteration or runtests...please check. It is also pushed to smichr4. Attachments: 0001-tes

Issue 1671 in sympy: runtests modifications for Windows

2009-10-19 Thread codesite-noreply
Comment #11 on issue 1671 by ondrej.certik: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 I cherry-picked the patch from the smich4 branch and I am still getting $ bin/test sympy/ = test process starts ===

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #12 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 I've now pushed a branch named runtest to smichr at github. The whole problem (on windows) has been to chase down where an absolute or relative path is being used. I'm

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #13 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Please check the version pushed to runtest at smichr at github. /c -- You received this message because you are listed in the owner or CC fields of this issue, or becaus

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #14 on issue 1671 by asmeurer: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 The version at runtests seems to work for me. I tried: ./bin/test ./setup.py test ./bin/doctest ./bin/test core ./bin/doctest sympy/solvers/ode.py And they all worked

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #15 on issue 1671 by ondrej.certik: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Well, the runtests also work for me, but that's because it is equivalent to the master, e.g. you forgot to push the patch in... -- You received this message be

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #16 on issue 1671 by asmeurer: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Indeed. :) Maybe I should to a git log first before I test a branch (or at least know what the SHA1 of master is). -- You received this message because you are list

Issue 1671 in sympy: runtests modifications for Windows

2009-10-20 Thread codesite-noreply
Comment #17 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 I applied the patch but got a file mod error (655 instead of 755 or something like that). The power had gone off and I was running on reserves for a few minutes. Sorry

Re: Issue 1671 in sympy: runtests modifications for Windows

2009-11-05 Thread codesite-noreply
Updates: Status: Started Comment #18 on issue 1671 by Vinzent.Steinberg: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 Sadly not far: $ bin/test Traceback (most recent call last): File "bin/test", line 14, in import sympy ImportError:

Re: Issue 1671 in sympy: runtests modifications for Windows

2009-11-05 Thread codesite-noreply
Updates: Labels: -Priority-Medium Priority-Critical Milestone-Release0.6.6 Comment #19 on issue 1671 by Vinzent.Steinberg: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 (No comment was entered for this change.) -- You received this message bec

Re: Issue 1671 in sympy: runtests modifications for Windows

2009-11-05 Thread codesite-noreply
Comment #20 on issue 1671 by Vinzent.Steinberg: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 You might want to have a look on the mpmath test runner, which runs nicely on windows. Sorry that I introduced these problems. -- You received this messag

Re: Issue 1671 in sympy: runtests modifications for Windows

2009-11-07 Thread codesite-noreply
Updates: Cc: Vinzent.Steinberg Comment #22 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 I'm not sure...I went back to the old version that was in the runtests and took out the sys.path modifying behavior or test and do

Re: Issue 1671 in sympy: runtests modifications for Windows

2009-11-07 Thread codesite-noreply
Updates: Labels: -NeedsReview NeedsBetterPatch Comment #23 on issue 1671 by Vinzent.Steinberg: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 $ bin/test Traceback (most recent call last): File "bin/test", line 13, in import sympy Import

Re: Issue 1671 in sympy: runtests modifications for Windows

2009-11-07 Thread codesite-noreply
Comment #24 on issue 1671 by Vinzent.Steinberg: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 I added a sys.path hack that fixes my problems and allows to run bin/test from any directory. I think it doesn't hurt, but maybe it should be made optional.

Re: Issue 1671 in sympy: runtests modifications for Windows

2009-11-07 Thread codesite-noreply
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #25 on issue 1671 by Vinzent.Steinberg: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 To applied on top of your patch. Attachments: 0001-add-sys.path-hack-to-get-correct-sympy.patc

Re: Issue 1671 in sympy: runtests modifications for Windows

2009-11-08 Thread codesite-noreply
Comment #26 on issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 I applied it and all still works. I also added wildcard matching ala fnmatch so filenames matching a pattern can be selected, too. pushed to the runtest_2 branch at sm