-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Contributing: Fix typos #4633
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
Contributing: Fix typos #4633
Conversation
Changing the name of the variable only in the places you did seems to not be enough, since all of the builds are failing with this error:
@MaherJendoubi did you try to build this in your machine before opening the PR? I would think that this would have to fail on your machine too. Please, try to fix this renaming and check if it builds in your machine before updating this PR. Thanks! |
@antoniovs1029 My mistake. I am working on fixing 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.
Thanks for the fix. Once the unit tests are passing it looks good to merge.
I think you're missing the one here: machinelearning/src/Microsoft.ML.AutoML/Experiment/Experiment.cs Lines 96 to 100 in 54b2b04
And as @antoniovs1029 suggests, building locally will catch any missing renames. Since functionality isn't modified, I'm not expecting the unit tests to show anything interesting; though they're always nice to run, and further end-to-end testing of an AutoML pipeline can catch additional problems. |
@justinormont actually, I have issues to compile the whole solution. But, I fixed the missing changes. |
@MaherJendoubi . Unfortunately the builds are still failing, as you can see here: The error is
So there are still places where variables need to be renamed. Can you tell us what problem are you encountering when building ML.NET? I might be able to assist you so you can run things locally and make it easier for you to fix this problem. Thanks for your contributions! |
You can also check on the errors in the CI tests. You can see a build error here: Which ends with:
This error is pointing to this line: Renaming within Visual Studio is easier as it generally finds all occurrences when renaming. Build instructions: You can navigate to the build output by clicking on the warning/errors on Checks page (or by clicking the Details for the CI on this page): |
@antoniovs1029 @justinormont I still have one error : |
Codecov Report
@@ Coverage Diff @@
## master #4633 +/- ##
=========================================
Coverage ? 75.66%
=========================================
Files ? 938
Lines ? 168766
Branches ? 18228
=========================================
Hits ? 127689
Misses ? 36047
Partials ? 5030
|
@MaherJendoubi: I can build your branch, and the unit tests pass (on macOS). I'm just going to retry the CI checks; they seem rather unstable currently. |
@antoniovs1029 Thank you for your feedback. Build and Run are successful for me using commandline but still having issues when building using VS2019 Preview Version 16.5.0 Preview 1. |
Fixing some typos