-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using weak functions for Aliro command callbacks. (#33931)
We have a delegate; we should just make use of the delegate. This is not a breaking change because nothing implements Aliro bits yet. Also: * Fixes some incorrect early returns that did not respond to commands. * Fixes some validity checks that were not quite correct per spec. * Fixes some logging levels for errors. * Adds missing "mark these attributes dirty" bits. * Marks various functions that don't touch our members as static.
- Loading branch information
1 parent
0ed6756
commit 1160296
Showing
4 changed files
with
108 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters