programmingkidx
programmingkidx
I asked A.I. to come up with some names for this project. Here is what it came up with: - GoKit: A simple and catchy name that combines Go and...
> Since only certain files are generated, you could make this "special file" in the target package. As long as it doesn't have ".gen" in the filename. Seems like an...
> Also, couldn't we just convert go nil to objc nil somewhere? That would not work. As soon as a call to say NSArray's dictionaryWithObjectsAndKeys: from a Go wrapper a...
> I guess to clarify are we trying to make passing `nil` work or are we trying to change these methods to not need `nil`? Actually both. For people who...
This is an equivalent Objective-C program: ``` // Description: Demonstrate the use of NSDictionary's dictionaryWithObjectsAndKeys: // Build command: clang -framework foundation dictionarytest.m && ./a.out #import int main(int argc, const char...
It looks like Objective-C doesn't like Go's nil.
Actually I am finishing up my work now.
These are all the methods I know that are effected by the same issue - having to terminate a list of objects using nil: ``` NSDictionary initWithObjectsAndKeys NSDictionary dictionaryWithObjectsAndKeys NSMutableDictionary...
You want the StoreKit framework added to ~~MacDriver~~ DarwinKit?
Is doing this in a virtual environment or emulator ok?