-
-
Notifications
You must be signed in to change notification settings - Fork 334
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
Implement CpuArch #1126
Implement CpuArch #1126
Conversation
A lot of changes to do here to prevent keeping the To make the conversion better, might be better to implement Otherwise, thanks for starting this work! Oh also, please squash your commits to not have the merge commits in the middle (you can check how to do it here). |
Thanks for your feedback, I’m not a Rust expert yet 😅. |
@GuillaumeGomez : do you know how to fix this CI error (rust 1.65 on darwin) ?
|
Please squash your commits into one (you can check how to do it here). |
I'm afraid this is beyond my Git knowledge. Following your git tips I get errors and conflicts, may be due to pull requests I've done during this development:
Can you handle squash and merge ? |
If you have conflicts locally, github won't do any better. Best way: create a branch from my |
Fixes #1118.
May need some test on Linux, BSD and Windows (tested on MacOS)