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

chore(developer): make package subfile description fully optional #12665

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mcdurdin
Copy link
Member

The package subfile description field is never really used in the end-user apps. As it is meaningless metadata, we'll make it fully optional, and start to remove all references in the designers and compilers.

TODO: For packages targeting Keyman 18.0+, we should consider removing the description field altogether from the subfiles. This should be done in a separate PR.

@keymanapp-test-bot skip

The package subfile description field is never really used in the
end-user apps. As it is meaningless metadata, we'll make it fully
optional, and start to remove all references in the designers and
compilers.

TODO: For packages targeting Keyman 18.0+, we should consider removing
the description field altogether from the subfiles.
@@ -93,7 +93,7 @@ function do_test() {

#-------------------------------------------------------------------------------------------------------------------

builder_run_action clean rm -rf ./build/ ./tsconfig.tsbuildinfo
builder_run_action clean rm -rf ./build/ ./tsconfig.tsbuildinfo ./src/schemas/ ./node_modules/ ./obj/
Copy link
Member Author

Choose a reason for hiding this comment

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

This is not related but not worth splitting into a separate PR IMO. Just means clean really does a proper clean of all built files in common/web/types. Doesn't impact CI really.

@mcdurdin mcdurdin marked this pull request as ready for review November 21, 2024 00:54
@mcdurdin
Copy link
Member Author

TODO: For packages targeting Keyman 18.0+, we should consider removing the description field altogether from the subfiles. This should be done in a separate PR.

See #12682

@darcywong00 darcywong00 modified the milestones: A18S15, A18S16 Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants