Mads Marquart
Mads Marquart
Yes, and we had that before, the `all` feature, but it's not very discoverable. In my own use of the `objc2` crates, including the porting work I've done to migrate...
Thanks for the review! > 1. When using NSArray or NSDictionary, their values are usually generic types, so they need to be defined using AnyObject, such as `NSMutableDictionary::`. However, for...
I've added more detailed documentation on interop with `core-foundation` in eb39164bcf67c8e8328cfe493b7be37a9e5101a7
Again, thanks for the review. I'll close this, and consider the remaining items as tracked by https://github.com/madsmtm/objc2/issues/518 and https://github.com/madsmtm/objc2/issues/556.
One downside would be that all superclasses would have to manually create initializer methods inherited on superclasses instead of e.g. doing `Id::cast::(MySuperclass::init(MySubclass::alloc().into_super()))`. Though that should arguably be discouraged anyhow, and...
I'm not going to go down this route, as I think what the user declares in `declare_class!` should match what's in `extern_methods!`, and making declared initializers not take `this: Allocated`...
I think it's gone somewhat stale, since I [intend to replace the `header-translator` in a few months](https://github.com/madsmtm/objc2/milestone/4), and as such don't have much motivation to work on it currently. But...
Nice! Feel free to say if you need help or anything, I can be reached on the Wgpu Matrix if that's convenient, otherwise feel free to ask questions here or...
Cool that you've decided to mark the project as deprecated @cwfitzgerald! To make sure that nothing important is lost in the transition, I went through the list of open issues,...
I'd like to migrate the examples you have as well, would you be okay with me merging basically `git filter-repo --subdirectory-filter examples --to-subdirectory-filter examples/metal` into `objc2`, and noted in the...