Andrew Gaspar
Andrew Gaspar
Currently we only import the primary target of the crate, ignoring the fact that a crate can export multiple bins and libs. So we should really import the primary target...
Currently we generate a massive matrix of configurations (rust toolchain, cmake version, platform, etc.) and bootstrap all of Corrosion. Really what I should do is just a handful of bootstrap...
Cross-compiling for Android is now working for basic scenarios, but there should probably be a test for it in CI.
The right thing to do is probably to issue a warning if we detect that the user is trying to link a C++ library into a Rust executable that isn't...
add_crate should include an option to specify whether each example is its own target or all examples are a single target.
It would be useful for PowerShell sessions to be restored to some degree after a Windows Update. I'll often have several PowerShell windows open with different contexts for different projects...
One of my pet-peeves with the current PowerShell shell is that sometimes I'll execute a command and get some results, but the results are formatted in a way that is...
This issue proposes addition of support for Rust and Fortran. I briefly discussed this with @dominichamon on IRC. I have an implementation, but need organizational approval to open source. Posting...