-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
base: master
Are you sure you want to change the base?
Conversation
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.
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
@@ -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/ |
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.
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.
See #12682 |
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