Alan Somers

Results 656 comments of Alan Somers

Can you reproduce the problem with a single crate, or are 2 crates always required? A linker issue would be very "interesting"...

I've improved the regression test for this feature, and it fails in the way that you describe. Could you please show me the error that your CI linker shows you?...

The bug was introduced by #504 . Fixing it without breaking the intention of that PR will be tricky. There are 3 distinct use cases that we need to satisfy:...

@Enes1313 could you please provide some more information about how your project is structured? Do you build a cdylib crate containing the mock function, and call that from a C...

@Enes1313 could you please share an example of the command that you use to link the C objects and Rust objects together?

Why neglect the primary target platform? We could easily do CI on FreeBSD using Cirrus CI instead of Github Actions.

> I have an issue filed to reenable Cirrus CI. The goal of adding GH actions is to cover Linux and MacOS because the tooling for LLVM isn’t there on...

This isn't just a problem for OpenBSD. FreeBSD 12, when it comes out, will change a number of important types, like `ino_t` and `struct stat`. If libc's policy is to...

The problem just got worse. Linux 4.11, released today, added a new system call: `statx`. Until libc learns to understand versions, it can't add support for `statx`. I really think...

@alexcrichton I guess I was wrong about how libc's CI tests worked. Are you saying that libc's tests do not flag symbols defined in FFI but not present in the...