Benjamin Saunders

Results 203 issues of Benjamin Saunders

Some FFI crates define bindings with the form `#[link(name = "foo")] extern "C" { ... }`, and rely on the buildscript to emit a `cargo:rustc-link-search` directive to find the `foo`...

Recording this for reference by other interested users and in the hopes of motivating future work to streamline things. ## Fixups pyo3-build-config ```toml cargo_env = ["CARGO_PKG_VERSION"] [[buildscript]] [buildscript.gen_srcs] ``` pyo3-macros-backend,...

If you have a syntax error, or even something like a `buildscript.prebuilt_cxx_library` clause with a glob that has no matches, then reindeer exits without updating the generated `BUCK` file, or...