Skip to content

feat(core): new actions APIs#9828

Merged
mcdurdin merged 12 commits intomasterfrom
feat/core/9720-actions-apis
Oct 25, 2023
Merged

feat(core): new actions APIs#9828
mcdurdin merged 12 commits intomasterfrom
feat/core/9720-actions-apis

Conversation

@mcdurdin
Copy link
Copy Markdown
Member

@mcdurdin mcdurdin commented Oct 23, 2023

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

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.
@mcdurdin mcdurdin requested a review from rc-swag as a code owner October 23, 2023 08:03
@keymanapp-test-bot
Copy link
Copy Markdown

keymanapp-test-bot bot commented Oct 23, 2023

@keymanapp-test-bot keymanapp-test-bot bot added this to the A17S24 milestone Oct 23, 2023
@github-actions github-actions bot added core/ Keyman Core feat labels Oct 23, 2023
Copy link
Copy Markdown
Contributor

@sgschantz sgschantz left a 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.

@mcdurdin
Copy link
Copy Markdown
Member Author

Note: failed build due to #9832.

Fixes #9832. Addresses a couple of other cross-platform compile issues.
Copy link
Copy Markdown
Contributor

@sgschantz sgschantz left a 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!

Copy link
Copy Markdown
Contributor

@rc-swag rc-swag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Copy Markdown
Contributor

@ermshiperete ermshiperete left a 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 😄

@mcdurdin mcdurdin merged commit de66002 into master Oct 25, 2023
@mcdurdin mcdurdin deleted the feat/core/9720-actions-apis branch October 25, 2023 08:08
@keyman-server
Copy link
Copy Markdown
Collaborator

Changes in this pull request will be available for download in Keyman version 17.0.198-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(core): marker has uint32_t type and uintptr_t type confusion refactor(core): rework action and context APIs to simplify Engine implementations

6 participants