Can you file an issue in our tracker for this?
Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sympy/-/NZnf8ufSjhAJ.
> To post to this group, send email to sy...@googlegroups.com.
> To unsubscribe from this group, send email to
> sympy+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sympy?hl=en.
Try to run bin/use2to3 again, it's been known to forget files sometimes,
for no apparent reason.
Also try it in https://github.com/sympy/sympy/pull/726, which
apparently *still* hasn't been merged.
Aaron Meurer
- Navigate to the user's repo who has the pull request. In this case,
you would use https://github.com/vperic/sympy/.
- Click on the copy icon after the clone url. This should put
something like https://github.com/vperic/sympy.git on your clipboard.
Type
git remote add vperic https://github.com/vperic/sympy.git # Change
vperic to the username if it's a different user
git fetch vperic
git checkout vperic/branchname
You can get the branch name from the top of the pull request (it's in
a black box). In this case, it's use2to3-fixes.
If the branch is outdated against master and you need recent changes
from both, you can do
git merge master
at this point to put them together.
If you do try this branch (or any branch), please comment on the pull
request if it works or if it doesn't work for you.
Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sympy/-/exMR-BDiYxYJ.
Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sympy/-/pI7Py8DQIB0J.
Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sympy/-/b0tpJ5_Jjq4J.