-
Notifications
You must be signed in to change notification settings - Fork 132
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
Rename enable_interrupts_and_hlt
to enable_and_hlt
?
#205
Comments
Sounds reasonable to me! We could leave the old name as a deprecated alias for a few releases to avoid breakage. |
Deprecating is breaking, so is it better to add this to #193 and get others' opinions? |
How is deprecating breaking? Both function names would continue to work, only one would show a "deprecated" warning. |
Ah, then there's no need to do that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The name of this method is well-named, but a bit long. Also, since the name of the module is
interrupts
,interrupts::enable_interrupts_and_hlt
repeatsinterrupts
. How aboutenable_and_hlt
? We can use this likeinterrupts::enable_and_hlt
.The text was updated successfully, but these errors were encountered: