Dadoum
Dadoum
Here is a snippet from a program I am writing: ```d extern(C++, example) struct AndroidHelloWorld { mixin AndroidClass!AndroidHelloWorld; @Import static void sayHello(); } ``` It loads class from an android...
Because it does not carry context applied element (like which overload, or is the UDA made for class, struct). It does just carry the name of the symbol, which can't...
Won't it be better to have it directly (and so getting the full qualified name from these) instead of having these as a string and having to mixin them before...
[AnotherTry.tar.gz](https://github.com/atsushieno/nclang/files/4000374/AnotherTry.tar.gz) Here is a sample that triggers the bug, (It could be triggered by iPhoneSDK maybe) And "-x objective-c" is given in one argument else it outputs error unable to...
Same for me it results to an ASTReadError (and I'm on Linux, Kubuntu as I said before)
`clang -target ./target/arm64-apple-darwin14 -arch arm64 -x objective-c -fmodules -isysroot ./sdk/ Sample.m` works itself while the sample given before with ```cs static string[] Flags = { "-target " + Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "target/arm64-apple-darwin14"),...
This is because I installed libtapi on my computer, there it is in https://kabiroberai.com/toolchain/download.php?toolchain=ios-linux
(misclick)
Now netmuxd does not detect anything. usbmuxd still detects when the device is plugged in, but netmuxd is not detecting it in the network. (I also have this issue with...
 Still not detected by any muxer, and I saw that the code asks for setting a passcode when it fails (even if here it succeeded as the screenshot shows)...