coolbluewater
coolbluewater
Unfortunately, I was unable to get this to work, most likely because my ad-hoc "uninstall" left traces of the old extension behind. Could you explain how to do this like...
Hi, I mentioned Linux out of curiosity, am primarily interested in getting it to work on the Mac. There are 25 unit test failures. As a baseline, how many fail...
Looks like the latter exception is identical to https://github.com/dotnet/msbuild/issues/2554, which is a currently open bug :(
Xamarin lets you write iOS and macOS apps entirely in C#. It cleverly exposes Objective-C types as C# types. It also provides ready-made bindings for the various Apple SDKs. Here's...
Thanks. >> 3. A method override that needs no selectors and is declared/defined just once. > 3. Done. Interesting. - While editing methods, does autocomplete/intellisense work? - During debugging, can...
TBH these are the things I'm more interested in getting right. I've read the goals of objc2, but could you summarize the major differences between objc2 and objc at this...
Thanks for the responses, let you know if more questions come up. Re: debugging, I'm using the Xcode debugger with a small app to call into the rust code. At...
More details: 1. I'm using a private build of clang 8.0.1, from the `Release/8.x` branch. I've verified that this contains your path: ``` commit 260e962402973093380843a11a7f9172b666af09 Author: Michael Wu Date: Mon...
I was able to build successfully against the Xcode 10.3 SDK. Thus, the build is indeed broken against the Xcode 11.3 SDK. Additionally, I had to compile a very specific...
@JohnTitor, is this libc release blocked waiting for a response here? How to unblock it?