Skip to content
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

bug(developer): kmc-generate lists all platforms for lexical models #12592

Closed
mcdurdin opened this issue Oct 30, 2024 · 1 comment · Fixed by #12803
Closed

bug(developer): kmc-generate lists all platforms for lexical models #12592

mcdurdin opened this issue Oct 30, 2024 · 1 comment · Fixed by #12803
Assignees
Milestone

Comments

@mcdurdin
Copy link
Member

mcdurdin commented Oct 30, 2024

lexical model README.md test fixture shows:

Supported Platforms
-------------------
 * Windows
 * macOS
 * Linux
 * Web
 * iPhone
 * iPad
 * Android phone
 * Android tablet
 * Mobile devices
 * Desktop devices
 * Tablet devices

Maybe this is carry-over from Developer template projects.
I thought lexical-models are only supported on mobile platforms.

Originally posted by @darcywong00 in #11014 (comment)

@mcdurdin
Copy link
Member Author

Solution is probably to remove 'supported platforms' altogether since lexical models never have any platform-specific code in them by design. (The limitation on platform is in the predictive text engine itself at this point)

mcdurdin added a commit that referenced this issue Dec 8, 2024
Lexical models are not specific to a platform, so the readme should not
list supported platforms.

Fixes: #12592
@mcdurdin mcdurdin modified the milestones: A18S19, A18S17 Dec 8, 2024
@github-project-automation github-project-automation bot moved this to Done in Keyman Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant