Dan Albert

Results 430 comments of Dan Albert

The only one that's wrong at first glance is https://github.com/google/sanitizers/wiki/AddressSanitizerOnAndroid/01f8df1ac1a447a8475cdfcb03e8b13140042dbd#running-with-wrapsh-recommended, but that's because you're reading an old version of the doc. Remove the SHA from the URL to see the...

> Do we need to consume Prefab AAR from Rust? (If it's even possible) I think this is actually quite doable if we're already including bindgen support in the list....

Please raise that on our [discussion forum](https://github.com/android/ndk/discussions). afaik it has nothing to do with rust support.

AOSP can't test all the things that rustc will ever compile. If there's a bug in the compiler, we can change the code to work around it. That's not the...

> A https://github.com/rust-lang/rust/pull/104799 https://github.com/rust-lang/compiler-team/issues/565 now allows directly using Option with #[linkage = "extern_weak"] rather than just *mut c_void. Once the bootstrap cycle is through, I believe this will result in...

A change in that policy would be up to @pirama-arumuga-nainar, as I wouldn't be the one paying the maintenance costs for it. Closing as we've cleaned up the misleading mess,...

FWIW, I completely agree. I'm not thrilled with this state of affairs either, but we're very short handed and have to pick our battles. This isn't something we can afford...

We only went "out of our way" to do what a user asked :( Deleting files is pretty easy. Supporting libclang is not (shipping an unsupported libclang isn't hard, no,...

(filed https://github.com/android/ndk/issues/2046)

Switching godbolt over to the assertions enabled clang shows an assertion failure: https://godbolt.org/z/xh35qaoed It also fails consistently from clang 16 through HEAD, so not a regression. We might be able...