-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
feat(core): new actions APIs #9828
Conversation
Fixes #9720. Note: this will deprecate a number of Keyman Core APIs -- pretty much all existing action and context APIs. Deprecation marks will come in a follow-up commit.
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be a nice improvement, but I have a few comments on naming and documentation of the APIs.
Note: failed build due to #9832. |
Fixes #9832. Addresses a couple of other cross-platform compile issues.
* Renamed various functions and types * Clarified return values * Updated doc comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for making these changes -- I will be calling this code very soon!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! I'm happy now 😄
Changes in this pull request will be available for download in Keyman version 17.0.198-alpha |
Fixes #9720.
Fixes #9832.
Note: this should make a number of Keyman Core context and action APIs unnecessary, except for use by IMX and debugger. Once we move over to these APIs with existing Engines, then we should audit the remaining usage and remove unnecessary APIs to reduce the maintenance burden.
@keymanapp-test-bot skip