-
Notifications
You must be signed in to change notification settings - Fork 67
[native_assets_*] Error on conflict dylib names #1512
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
Conversation
@blaugold Could you review this as well? As it interacts with the renaming/dynamic linking you're working on. |
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. |
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!
TYVM @HosseinYousefi ! 🙇 |
LGTM!
Yeah, that's not something those uses cases cover yet. |
On not all OSes it's easy to rename dylibs.
So, let's throw an error for now, to make it explicit that we do not allow conflicting dylib names.
Context:
NativeCodeAsset
s with conflicting install names and conflicting file names #1425Some design decisions
native_assets_builder
is invoked per hook by the embedder.