Damian Andrei

Results 10 issues of Damian Andrei

```rust > .\target\debug\bindgen.exe thread 'main' has overflowed its stack ``` Stack trace: ```rust bindgen.exe!__chkstk() Line 109 Unknown > bindgen.exe!bindgen::options::impl$3::augment_args(clap::builder::command::Command __clap_app) Line 90 Unknown bindgen.exe!bindgen::options::impl$1::command() Line 90 Unknown bindgen.exe!clap::derive::Parser::parse_from(std::env::Args itr) Line...

Is there a plan to move away from `lazy_static`? This seems to pull an ancient version of `spin` that, at least for me, results in a duplicated dependency. I think...

I'm trying to generate the protocol based on the specifications on this repo, but I can't tell where I should be looking to understand what's the description for switches cases....

### Current Behavior Building a simple project which imports a rust static lib fails to build when invoking ninja. ### Expected Behavior The build works. ### Steps To Reproduce 1....

bug

I'm trying to compile a project under MacOS that sets `-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"` in order to create a fat binary. The code compiles, but in the linking step, it fails with the...

I tried setting a custom target while also using build-std: ```cmake set(Rust_CARGO_TARGET "${CMAKE_CURRENT_SOURCE_DIR}/rust_lib/custom-x86_64-unknown-linux-gnu.json") FetchContent_MakeAvailable(Corrosion) corrosion_import_crate(MANIFEST_PATH rust_lib/Cargo.toml FLAGS -Z build-std=std ) target_link_libraries(the_bin PRIVATE rust_lib) ``` The build seems to have succeeded,...

Migrate CMake to hardcoded source paths instead of glob. https://cmake.org/cmake/help/latest/command/file.html#filesystem

Enhancement

Create unreachable macro that prints a nice message on debug and crashes, and is optimized away on release.

enhancement

Possibilities: 1. to int32/uint32 etc.; 2. or to u32/s32 (signed).