-
Couldn't load subscription status.
- Fork 82
Publish 0.5.4
#1559
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
Publish 0.5.4
#1559
Conversation
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
PR HealthBreaking changes ✔️
API leaks ✔️The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
License Headers ✔️
All source files should start with a license header. Unrelated files missing license headers
Package publish validation ✔️
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
|
What are the API leaks? Did we start exporting something we didn’t before? |
|
https://github.com/dart-lang/native/commits/main/pkgs/native_toolchain_c Looks like we didn’t actually change anything. |
Could be |
Does the API tool not run on publish_to none? Or why did we not see this before? |
It does. I did add the leaking check kind of recently - maybe it was not there at the time. |
|
Seems like that check is doing it’s job 🤓 |
.
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.