-
Notifications
You must be signed in to change notification settings - Fork 60
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
Move non-transitive dependencies to dev_dependencies #866
Conversation
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
|
Package | Change | Current Version | New Version | Needed Version | Looking good? |
---|---|---|---|---|---|
jni | Non-Breaking | 0.8.0-wip | 0.8.0-wip | 0.8.0 | |
jnigen | None | 0.8.0-wip | 0.8.0-wip | 0.8.0-wip | ✔️ |
native_assets_cli | None | 0.3.3-wip | 0.3.3-wip | 0.3.3-wip | ✔️ |
ffigen | None | 11.0.0-wip | 11.0.0-wip | 11.0.0-wip | ✔️ |
native_toolchain_c | None | 0.3.3 | 0.3.3 | 0.3.3 | ✔️ |
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
@brianquinlan What was this trying to fix? |
package:collection, package:ffi and package:path are the only packages used by the library package:jni. I thought I could move the other packages to dev_dependencies because they are only used by the CLI tool, etc. Basically I misunderstood how the dependency system works. |
Contribution guidelines:
dart format
.Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.