-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to python3 [$20] #199
Comments
This will probably rise some issues after the update for things not covered in the tests. I will give it a go this week. It should be both 2.7 and 3.4 compatible, right? |
I will work on this in this week. Can you have any suggestions for me? Thanks |
Hi guys, @cdvv7788 yep, 3.4 sounds great.
|
I have solved some of problems.
After that changes But i just have one problem for now , when i go to directory which is mounted using gitfs But in index view and in python2.7 environment i see that output should be ['.', '..', 'current', 'history'] Function readdir is not called. I assume that i have compatibility issue with some interfaces or classes such as I will continue work on this problem. I forgot to say this, i am working with python 3.4 Thanks |
Hi, I've created a solution with #212, it includes working tests both on drone and vagrant. |
@vtemian Can the issue be closed? |
Yep |
Gitfs was written using only Python 2 code, but now, as the things in Python 3 evolves and are very stable, we need to port our Python 2 code to Python 3 compatible code.
Did you help close this issue? Go claim the $20 bounty on Bountysource.
The text was updated successfully, but these errors were encountered: