Corentin Kerisit
Corentin Kerisit
If this project is going to be promoted, we should tag our releases especially as we are upgrading versions of various components. Cc @steeve
고쳐주세요.
In 0.52.8 Release, the linux binary executable is not "executable" ``` $ ls -l -rw-r--r--@ 1 user staff 9740576 Oct 17 11:19 /home/user/swiftformat_linux $ ```
When using `lld` as the linker using `rules_apple_linker`, linking fails with the following error: ``` unknown argument: -no_warn_duplicate_libraries ``` Happy to provide a patch wherever feels best, even if this...
Not sure it can be labeled as an issue as this can be a design decision but just FYI. I use drush_make to download all the required modules, I usually...
Rust has defined its own symbol mangling scheme (https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html) which is currently not supported since it differs completely from the C++ name mangling scheme speedscope already support. I can see...
Simple approach to fix #1271
Using `crate.from_specs` results in non reproducible `MODULE.bazel.lock` between platforms for end users of the `protobuf` bazel module. Using `crate.from_cargo` instead (which marks the crate module extension as reproducible) makes bazel...
First shot at implementing #890 # Main implementation I followed guidance from @fmeum and based this implementation on the runfiles library of `rules_python` where applicable since this was pointed as...
When using LTO and especially the `-Clinker-plugin-lto` option, object files are emitted as LLVM bitcode and not machine code. Currently, `uniffi_bindgen` only supports proper machine code and fails to extract...