-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert command types to dictionaries (#636)
* Migrate v10 to dicts * Migrate v11 to dicts * Migrate v9 to dicts * Migrate v8 to dicts * Migrate v7 * Migrate v6 * Migrate v5 * WIP: V4 * Drop conversion to tuples * Support both tuples and dicts, for testing * Fix tests * Finish up v4 * Remove tuple handling, it's all dicts now * Allow sending with args and kwargs * Migrate `application.py` to send with kwargs * Fix unit tests * Migrate v4 to kwargs * Migrate v5 * Migrate v6 * Migrate v7 * Migrate v8 * Migrate v9 * Migrate v10 * Migrate v13 * Migrate v14 * Fix tests * Migrate legacy EZSP internals * Migrate repairs * Log sent command kwargs
- Loading branch information
Showing
37 changed files
with
2,469 additions
and
1,405 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
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.