-
-
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
chore(core): remove meson warnings for wasm builds #12827
Conversation
Replace deprecated function calls. Also add `strip` command to wasm build defaults.
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
# not really a file that needs to be configured, but the `copy` parameter | ||
# is deprecated and `fs.copyfile` doesn't work with files that are not in | ||
# the source directory | ||
configuration: cfg, |
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.
Strange thing is that fs.copyfile
works in core/tests/unit/ldml/keyboards/meson.build
where we also use files from outside of the current meson project. I tried but couldn't get it to work here. This is a hack I don't like, but at least it works.
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
haven't really done much with meson outside the tests in core.
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
Changes in this pull request will be available for download in Keyman version 18.0.159-alpha |
Replace deprecated function calls. Also add
strip
command to wasm build defaults.@keymanapp-test-bot skip