David Mládek

Results 52 issues of David Mládek

`dev` is the default so this isn't that bad but still. Specifying `PROFILE dev` in `corrosion_import_crate` leads to the following error for me: Windows: ``` C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(242,5):...

good first issue

I am building my crate in CI and if that succeeds I build it again with CMake. I think there should be a way to skip this additional compilation by...

I haven't found anything regarding using header files generated from `cbindgen` for shared libraries written in Rust. I think it might be a nice addition from the point of view...

**Is your feature request related to a problem? Please describe.** We have a private package repository that needs authentication. These credentials should not be actual credentials of the developer as...

keep
epsilon

/closes #505 Initial implementation, I would like feedback on the direction. I admit the matching across the new `Reader` is not nice, but there is currently no way to discriminate...

We have a workspace with several projects, each containing one binary. We would like to have a single caching layer where all dependencies for all binaries are already precompiled and...

help wanted
good first issue

*Issue #, if available:* #238 *Description of changes:* Adds `--bins` which builds all binaries. The second commit makes it possible to call `--bin` multiple times like `--package`. This is to...

## Problem Our crates use unpacked debuginfo which are not copied to `recipe.json` which makes `cargo build` rebuild everything, making the cache step useless. ## Reproduction Setup a project: ```...

bug
good first issue

This is possibly the same issue as #179 We have a project with a workspace with crate `X`. One of the projects depends on an older version of `X` for...

bug