Skip to content
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

Remove unused tmp files from past translation #335

Merged
merged 1 commit into from
May 6, 2019

Conversation

bakkerthehacker
Copy link
Contributor

The /tmp/ files in past translation don't actually do anything. Just remove them so this works with multiple users on the same machine and on windows.

Fixes #295 #296

@theferrit32
Copy link

theferrit32 commented Apr 10, 2018

Any idea of what the test failures are caused by? They seem to all be the same failure cause.

@bakkerthehacker
Copy link
Contributor Author

The CI tests have been broken for quite a while now.

https://travis-ci.org/PythonCharmers/python-future/pull_requests

@serge2016
Copy link

Hello! Any progress here?

@theferrit32
Copy link

@serge2016 it seems no one is maintaining this repository any more. If someone wants to volunteer an existing organization/namespace for a fork or create a new one, and then also add more than 1 person with write access that'd be great. There are several important pull requests that need to be merged for projects which rely on python-future. I would create it but I don't feel I have used the library thoroughly enough to review changes across the whole library.

@drjrm3
Copy link

drjrm3 commented Oct 15, 2018

@theferrit32 Looks like @jmadler is maintaining this now via #347

@jmadler
Copy link
Contributor

jmadler commented Oct 15, 2018

Ah this is just debugging code that snuck in? Ok, let's clear it out.

@jmadler
Copy link
Contributor

jmadler commented Oct 15, 2018

Can you rebase to merge the conflict and I'll merge this PR in?

@drjrm3
Copy link

drjrm3 commented Oct 26, 2018

@jmadler - does this look like it's ready for a merge?

drjrm3 pushed a commit to drjrm3/python-future-nodefix that referenced this pull request Nov 20, 2018
@jmadler jmadler merged commit fffb828 into PythonCharmers:master May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Past.traslate module assumes tmp folder to be present, even on windows platform
5 participants