simlay
simlay
So, #96 added a work around to fix the underlying issue with [lldb](https://bugs.llvm.org/show_bug.cgi?id=36580). In CI for dinghy itself, we could actually use this feature. Since #96 was added, I've had...
https://bugs.llvm.org/show_bug.cgi?id=36580 seems to be the underlying bug.
Hey hey, just wanted to drop in and share some thoughts. Full disclosure... I've not really written much objective-c. Most of my knowledge of objective-c comes from adding the not-perfect-but-better-than-it-was...
> Looking back, I'm glad I've up until now gone the route of "let the user do things themselves", since that has led to the invaluable `msg_send_id!` macro and `Ivar`...
> Will look at merging this soon, sat down to look at the objc2 stuff today but got pulled into other issues work-related. :( No pressure! I was tempted to...
I think that this could be a good feature but if `bindgen` able to yield safe `fn`s where it's just wrapping `unsafe { ... }`, we should consider adding granular...
Yeah, at this point in the iced project I (or anyone really) should probably write something of an RFC about adding iOS support to discuss things about maintainability and what...
This is still in the backlog.
> Still work in progress? I'm still playing around with it a bit. I've gone back and forth on what debugger it should actually launch (gdb vs lldb) or how...
> Change all categories into impl Foo instead. This is not a bad idea. I've been tempted to try this. One thing I'd say is that this will result in...