Jonathan Schwender
Jonathan Schwender
I don't think we have an issue for this yet, so I'm opening one now to track this issue. Currently there are issues running rusty-demo with multiple cores, where sometimes...
This is something I've wanted to do for some time, but I haven't had the time. I'll use this issue to write down some of the issues that need to...
It's better to pass the arguments directly on the commandline. This is a first step towards allowing the working directory for cargo build to be set by the user, which...
The Minimum CMake version will likely be increased for `v0.3`. At the very least we are considering dropping support for CMake 3.12, but requiring CMake 3.16 or even 3.18 is...
Todo: improve the description of this issue. Sometimes users may want to set a property (e.g. an environment variable for a build script) for a ´lib´ crate, that is a...
- Replace undocumented `cmake -H` option with `cmake -S`, since `-H` is aliased with `--help` on more recent cmake versions. - Use the default shell in CI where possible, which...
It looks like we haven't documented our minimum supported Rust version in the Readme. We should probably add a table describing what the minimum supported versions are. - The minimum...
PR #126 brought up the topic that `corrosion_set_linker_language` currently does not do anything, since the used property `LINKER_LANGUAGE` is apparently special and can't be used in the way that it...
See: - https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
The default output location in the build tree is relative to the source directory where `corrosion_import_crate()` was called. For workspaces, this would most likely be the directory of the workspace...