Results 94 comments of Aidan Hobson Sayers

I've updated the RFC based on the comments above, including: - clarifying that the RFC proposes to re-export both `fn` and `static` items if they have `no_mangle` applied on them...

@rustbot label +I-lang-nominated Nominating this for the Lang Team to request that ```warning: `[no_mangle]` has no effect on a foreign function``` not be moved to a hard error before this...

[sccache](https://github.com/mozilla/sccache) is one option here - it has a local disk cache in addition to the more exotic options to store compiled artifacts in the cloud.

I was unable to get renaming working because cbindgen has apparently become clever in the last few years and knows that e.g. `struct in_addr` is not a valid name and...

My workaround for the "Issue: Import renames à la use Foo as Bar; are not resolved properly." issue is a macro for opaque newtype wrapping. ``` macro_rules! opaque { ($exported:ident,...

Just for cross referencing purposes since I've been skimming through related issues, https://github.com/mozilla/cbindgen/issues/24 relates to the desire to have a way to automatically generate things like: > currently, as a...

The current epoll support seems to not be aware of vfs file descriptors and so chooses overlapping ranges for epoll_ctl fds: ``` $ cat test.c #include #include #include int main()...

We’ll need to spend some time drafting an answer, so we won’t get to it during this Q&A window.

We expect the Foundation to hire for a full-time paid leadership position, appointed by the board. The foundation will likely have other paid staff, that handle things like legal, accounting,...

Hi @arjenmarkus First off, regarding death, I'll be honest - I don't use Tcl these days so don't plan to do any more work on this repo. I'm happy to...