-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bug fixs and C++ conversion start #57
Conversation
Fixed issue where variable self.device was referenced instead of self.devices
still needs testing/validation and bug fixes if required
Removed empty drives from the list and simplified the logic of choosing what devices end up on the list.
This is going to be a LONG, arduous process. So start with the easy stuff now.
Python doesn't ignore the `lib` at the beginning of library names. So we need to remove it ourselves.
Fix issue #51
libcommon will remain Python in this branch, for now
Keep all C++ conversion to C++_conversion branch
Hello @Batcastle! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2022-01-15 06:01:57 UTC |
Fix #51 thanks to @SenlisO
Convert
usr/bin/system-installer
to C++ for better performance and integration with future conversion effortsUpdate copyright dates to 2022
fix minor build bug