-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG+2] Enh: Reorganize build files #6396
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
[MRG+2] Enh: Reorganize build files #6396
Conversation
return | ||
} | ||
|
||
main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file content was not changed isn't it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, nothing besides the rename
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm interesting why this didn't show up as a git move :/ Did you do the remove / add in separate commits? Would you mind squashing your commits please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah no you seem to have done that in a single commit only - (nelson-liu@231e95a)
Maybe the file mode was changed? (git config core.fileMode false
)
LGTM, let's wait for appveyor to finish. @rvraghav93 this could be merged along with PR #6254, I guess the easiest way is for you to rebase on this one, your call :) |
This LGTM too! @arthurmensch Whops :/ Sorry that one is merged now :@ But I think since this PR does not change the @nelson-liu could you rebase? Git should automatically resolve the conflicts I feel... |
Other than that, you can prefix your PR with |
try: | ||
WindowsError | ||
except NameError: | ||
WindowsError = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this? (Sorry if I missed something, but on a unix system, why would a Totally missed that this was in the removed diffWindowsError
be raised?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can clean up the useless WindowsError and cython.dat in sklearn/_build_utils/init.py while you are at it.
e937b6f
to
c393d39
Compare
fix: change path for building doc on circleci enh: removed useless WindowError and cythonize.dat in _build_utils init
c393d39
to
4b7a0e0
Compare
I've rebased and squashed the commits, let me know if there's anything else you'd like me to do |
You have to address this comment (clean up the |
@rvraghav93 it looks removed to me? |
Oh yea! Sorry! Scratch that. We'll wait for a day or two for comments from anyone and merge if there is no objection! |
LGTM. Thank you very much! |
[MRG+2] Enh: Reorganize build files
This PR addresses issue #6359 and gets rid of some redundant code in_build_utils/init.py