Luca Barbato

Results 466 comments of Luca Barbato

I guess now the time would be fine to poke the concept. I'd start restricting it to `system-deps` users only.

It is a good idea! If you have time to send a PR I'd land it.

In the roadmap I already planned to add customization through `package.metadata.capi` entries in `Cargo.toml` and I'm already overriding the library section in code. I'm not against to support it, how...

I'm not clear on how it would work though :) you can poke me on riot or zulip if you prefer.

It does, I think we can close the issue now.

Could you please open a new issue? It looks like there is a bug in the implementation.

@sdroege probably we should add a test for it.

should be easy to add both in the hash computation, thank you for reporting.

It depends on the main project settings (e.g. rav1e always produce debug symbols), changing it would require to edit the cargo toml or use cargo-as-a-library and do something even more...

We now use cargo-as-a-library, it is still quite ugly to do an override, but the same way used in normal cargo should work (should be tested)