-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Additional type fixups, handling of legacy cache item cargo fmt * Desugar AFIT for send bounds enforcement * children_num i32 -> usize Clippy * Re-add old text interfaces to cache * i32 -> usize for string positioning Adapt to i32 -> usize changes fmt * Add clippy exceptions for cache crate * Fix clippy issues * Fix test compiles * Fix deps * Remove the old code in state * Fix tests * formatting * Various cleanups - Rename `get_children_caret` to `get_children_from_cursor` - Remove `async_trait` in favour of dep-less solution. * Change debug level, and use question mark syntax * Remove unused trait * Remove unused dep * Remove config from state as it is unused * Thank clippy for its service * Update notify for latest atspi * Remove atspi-client from deps * Remove atspi-client from deps * Update to latest traits * Upgrade to new atspi traits * Update cargo lock * Fix test message building * default_features -> default-features Remove async fn in trait thing * Fix doc issues * fmt * Update to use live version of atspi * Remove unused feature * Remove unused deps * fmt * Remove .expect and propagate errors up
- Loading branch information
Showing
12 changed files
with
557 additions
and
535 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.