Jake Shadle

Results 189 comments of Jake Shadle

- [x] [`dependabot:` Update to Rust 1.37.0](https://github.com/dependabot/feedback/issues/650) Dependabot is using an older version of cargo which doesn't support the `default-run` key, breaking the dependency update.

- https://github.com/briansmith/ring/issues/902

- [x] [`wasmer` Panic hooks stop working after 2nd panic](https://github.com/wasmerio/wasmer/issues/1333)

https://rust-embedded.github.io/embedonomicon/custom-target.html bookmarking creation of custom targets.

Yah, by default it could just be the licenses we allow, and, obviously, ```toml [bans] deny = [ # You can never be too sure { name = "openssl" },...

I would be ok with this as long as the update cadence of moltenvk was relatively low?

Ahh interesting, maybe I shot myself in the foot, I changed the address used for testing segfault handling https://github.com/EmbarkStudios/crash-handling/blob/6ff595e0e809ab5028bf76d22c4fb036ed4ffa6e/sadness-generator/src/lib.rs#L122 to make it > `u32::MAX` to ensure that 64-bit addresses were...

FWIW I have yet to see the kernel ever fill out this field, regardless of the instruction address so it's good that rust-minidump does that now.

Note that this bug also affects the output of the metadata subcommand, but not the tree subcommand. Weak dependencies are resolved in the `resolve.nodes` map even if they haven't been...