Mads Marquart
Mads Marquart
Yeah, that check is wrong, I plan to fix it in `objc2 v0.7.0`. This is also reported in https://github.com/madsmtm/objc2/issues/645. Use the following in the meantime: ```toml # In top-level Cargo.toml...
Yeah, I've seen this kind of issue when using `rust-analyzer` before. Probably due to our (very) weird macros. I'll keep it open in case I get around to investigating it...
Sorry for the late answer, this must have slipped by my GH notifications. I tried running the example repo you provided, but once I change to your second `main`, I'm...
Thanks! I won't merge this 'till after I begin on v0.4, so don't worry about keeping it rebased.
Damn. This is a bug in Apple's headers (the header is marked `NS_ASSUME_NONNULL_BEGIN`, so `contents` should have been opted out with some sort of `__nullable`). Swift is actually also affected...
Hmm, actually, I know that's what the docs say, but how are you observing this? The small test below seems to indicate that [the docs for `contents`](https://developer.apple.com/documentation/metal/mtlbuffer/contents\(\)?language=objc) are actually incorrect?...
See also https://github.com/gfx-rs/wgpu/issues/7357.
> The small test below I tried running this on both a Macbook Pro M2 running macOS 15.6.1, and on an older 2013-something Intel Macbook (integrated graphics card) running Mac...
> So, not wanting to off-topic your issue tracker Not at all, feel free to ask questions! I think the panic is from calling `setMetadataObjectTypes` with `AVMetadataObjectTypeQRCode` that it says...
The issue here is that `CFMutableDictionary::new` is auto-generated and made non-generic (I'd like to fix that, but it's a breaking change, so haven't done so yet), whereas `.add` only works...