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

Support Windows #9

Merged

Conversation

smspillaz
Copy link
Member

These changes mainly involve judicious use of multiprocessing,
disabling linters which are known to be broken on Windows and
ensuring that files are not in use before they are deleted.

@smspillaz smspillaz force-pushed the polysquare-setuptools-lint.item_9 branch 5 times, most recently from f8837e6 to 472019d Compare May 10, 2015 11:17
On Windows it is a backslash, which if left unescaped in a regex
can cause all sorts of havoc.
There's some bugs in the Windows implementation.
Frosted reports inaccurate paths in its error messages on
Windows, which messes up the suppressions logic.
Also don't run multiprocessing if the host CPU count is less
than two - doing so would be pure overhead in that case.
Windows requires that nobody be inside a directory before it
is deleted.
@smspillaz smspillaz force-pushed the polysquare-setuptools-lint.item_9 branch 2 times, most recently from 485ebfa to bd9120e Compare May 10, 2015 11:39
@smspillaz smspillaz force-pushed the polysquare-setuptools-lint.item_9 branch from bd9120e to 7d13469 Compare May 10, 2015 12:46
smspillaz added a commit that referenced this pull request May 10, 2015
@smspillaz smspillaz merged commit ed52f58 into polysquare:master May 10, 2015
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.

1 participant