Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Python3

New issue 3344 by [email protected]: use2to3 should look for and remove files that no longer exist
http://code.google.com/p/sympy/issues/detail?id=3344

One way that py3k-sympy can become stale and require a complete delete and rerun of use2to3 is if a file is removed. In this case, it will remain in the py3k-sympy directory. Since we are only converting files from git anyway, I think another step would be to remove files that shouldn't be there.

Doing this would let us do things like not having to worry about recreating py3k-sympy from scratch with sympy-bot when testing multiple pull requests in one run. It also would reduce the number of false positives of Python 3 test failures (e.g., the one I just had recently in issue 3272).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to