Jake Shadle
Jake Shadle
Yes, unfortunately the syntaxes are incompatible so it's not a drop in replacement, which is why I added this as a draft at first. Thinking a bit more on it,...
It could, but that would require including the VC version and SDK version in the output paths, which is not done at the moment because xwin is only concerned with...
I'd be willing to take a patch but don't have the time/will to do it myself at the moment.
Note this also occurs for patch sections located in a workspace, but based on the dependency resolution code in cargo I think a fix would probably work for both workspace...
Going to close this as no one else seems to care.
Glad to hear that! Sorry for my short close comment.
Hey, I've gone ahead and ported the breakpad elf synthesization code that @luser mentioned to Rust [here](https://github.com/EmbarkStudios/sentry-contrib-rust/blob/7ef9ac83e0630337f5d2f57d0f390a92a0e39935/synth-elf/src/lib.rs) as I needed it for testing purposes for some [code](https://github.com/EmbarkStudios/sentry-contrib-rust/blob/7ef9ac83e0630337f5d2f57d0f390a92a0e39935/breakpad-handler/src/linux/elf.rs#L412-L651) that is using...
Or the `cookie` feature. ;)
#226 is a more comprehensive issue that is kind of a superset of this issue, but I'll keep both open for now as I think a solution would still need...
Oh, this would also probably include things like using the license expression as it appears in the cargo manifest as well, rather than the synthesized one we use now.