-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Manifest fields override for cargo dev targets (e.g. examples) #354
Comments
Thanks for considering this. The name would also be nice, because otherwise all the cards on device will still be indistinguishable by eye. |
I see this as table in And I see consistency problem here. Look, we have
I prefer first one because it's simpler with less changes and without breaking changes. Also, this ☝🏻 + #209 together could look pretty awesome ❤️🔥 |
This makes sense to me. For my particular use case, having the ability to specify assets at the individual example level would be great, but definitely not as important as the other metadata. If pursuing the second route, maybe I'd be happy to help out with a PR if you'd like, though I'd need a bit of a nudge in the right direction since I'm new to the codebase (and Rust itself). |
🤔 Let's say, okay. But here's another open question: |
Also I have issue about workspace metadata and inheritance like |
@paulstraw, I'll do a little refactoring before. Because there is a lot of unnecessary stuff left there, e.g. for |
@paulstraw Why don't we just name examples by the name of the example ( |
That's fair enough. It doesn't really matter to me how the configuration happens, as long as it's possible to provide custom configuration for examples. As long as the bundle ID and name can be changed for examples, I agree that the main issue will have been resolved. |
@paulstraw: In the #360 is a fix that you waiting for. |
#360 published as beta now. I'll close this issue if all is ok there. |
@paulstraw, do you have any comments or remarks on the implementation? |
Could be great to get option to set (override) manifest's fields specially for concrete example. BundleID is mostly important.
Related message in the matrix room by @paulstraw.
The text was updated successfully, but these errors were encountered: