Skip to content
#

ffi

Here are 600 public repositories matching this topic...

davidhewitt
davidhewitt commented Feb 26, 2022

I believe Rust 1.60 (due in six weeks' time) will contain a stabilised -C instrument-coverage flag to support the coverage for which we currently use nightly.

It might be interesting when that lands to rewrite our CI a bit so that coverage is done as part of all jobs, and we can then remove the separate coverage jobs. That should hopefully help give a truer picture of sections which really ar

flutter_rust_bridge
Heasn
Heasn commented Mar 4, 2022

Describe the bug

the generator will panic when source use #[path="xx/xx.rs"] marco to import mod

Codegen logs with RUST_LOG=debug env variable

[2022-03-04T16:40:49Z DEBUG flutter_rust_bridge_codegen::commands] execute command: bin=sh args=["-c", "dart pub global list"] current_dir=None cmd="sh" "-c" "dart pub global list"
[2022-03-04T16:40:50Z DEBUG flutter_rust_bridge_cod
core
viferga
viferga commented Jan 26, 2022

🐛 Bug Report

Since CMake 3.20, the write_compiler_detection_header has been deprecated ( https://cmake.org/cmake/help/latest/module/WriteCompilerDetectionHeader.html ). My recommendation is to completely remove it. It is being used in a lot of parts of the CMake code and it generates a lot of unnecessary boilerplate.

All the <module>_features.h should be removed from the project, instea

Improve this page

Add a description, image, and links to the ffi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ffi topic, visit your repo's landing page and select "manage topics."

Learn more