-
Notifications
You must be signed in to change notification settings - Fork 52
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
[native_assets_cli] Add example using dart_api_dl.h
#858
Conversation
@mosuem The health check worker fails with exit code 1 but no useful error message.
How do I figure out what's wrong? |
The log shows
So either a bug from |
edit: Oh it's an earlier step in the steps. |
auto label is removed for dart-lang/native/858, due to - The status or check suite health / health has failed. Please fix the issues identified (or deflake) before re-applying this label. |
PR HealthPackage publish validation ✔️Details
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. License Headers ✔️Details
All source files should start with a license header. Unrelated files missing license headers
Changelog Entry ✔️Details
Changes to files need to be accounted for in their respective changelogs. Breaking changes
|
Package | Change | Current Version | New Version | Needed Version | Looking good? |
---|---|---|---|---|---|
jni | None | 0.8.0-wip | 0.8.0-wip | 0.8.0-wip | ✔️ |
jnigen | None | 0.8.0-wip | 0.8.0-wip | 0.8.0-wip | ✔️ |
native_assets_cli | None | 0.3.2 | 0.3.3-wip | 0.3.2 | |
ffigen | None | 11.0.0-wip | 11.0.0-wip | 11.0.0-wip | ✔️ |
native_toolchain_c | None | 0.3.3-wip | 0.3.3-wip | 0.3.3-wip | ✔️ |
native_assets_builder | None | 0.3.1-wip | 0.3.1-wip | 0.3.1-wip | ✔️ |
This check can be disabled by tagging the PR with skip-breaking-check
PR HealthPackage publish validation ✔️Details
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. License Headers ✔️Details
All source files should start with a license header. Unrelated files missing license headers
Changelog Entry ❗Details
Changes to files need to be accounted for in their respective changelogs. This check can be disabled by tagging the PR with Breaking changes ✔️Details
|
@mosuem Isn't the changelog entry detection somewhat strict? |
Example showing how to use
dart_api_dl.h
in native assets.Does not address yet: