Skip to content
#

ffi

Here are 645 public repositories matching this topic...

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

bug good first issue
chinedufn
chinedufn commented Apr 21, 2022

Right now all of our Swift+Rust integration tests are stuffed into https://github.com/chinedufn/swift-bridge/blob/master/test-integration.sh

We should instead have ./test-swift-rust-integration.sh and ./test-swift-packages.sh.

Then call both of those from separate MacOS CI jobs.

https://github.com/chinedufn/swift-bridge/blob/45951c8029c7d9ef5a14307fef34c3d934694623/.github/workflows/t

good first issue

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