Lua

Results 24 comments of Lua

Okay, I now tried doing that, this happened: ``` 15:08 zig > /Users/teampuzel/Downloads/zig-macos-aarch64-0.12.0-dev.3518+d2be725e4/zig build -p stage3 --search-prefix "/Users/teampuzel/local/llvm17-release" --search-prefix "$(brew --prefix zstd)" --zig-lib-dir lib -Dstatic-llvm -Dllvm-has-m68k -Doptimize=ReleaseSafe install └─ install...

Yeah, I did build llvm with the experimental m68k target, like I said the clang I built does recognize the target.

Okay, here's the code: [code.zip](https://github.com/fwcd/kotlin-language-server/files/13539068/code.zip) It creates a window for a second then closes (although I don't know how to use pointers and structs from kotlin at the moment so...

Hey, I'm using the version installed with brew, I'm on the latest dev beta, but a while ago I tried on Monterey too The problem is, there is no output

hm it looks like Foundation on 13 requires swift 5.7? `^\n/Users/david/Library/Developer/Toolchains/swift-wasm-5.6.0-RELEASE.xctoolchain/usr/lib/swift/pm/ManifestAPI/PackageDescription.swiftinterface:4:8: error: failed to build module \'Foundation\'; this SDK is not supported by the compiler (the SDK is built with...

Hey, I would like to add something I mentioned yesterday, this is not as simple as just changing a setting, because what you're describing makes fonts look worse on a...

`macOS Sonoma 14.5 Beta (23F5064f)` (arm64) It happens regardless of source code, I deleted everything and just left `std.debug.print` and nothing changed. I spammed the run command a bit in...

Yes... Why would that cause issues, no other programming language I use has a problem with my `Projects` folder being in Documents

Moved it to a normal folder, deleted both caches, rebooted mac and it still kept crashing, probably for a different reason though Thankfully I kept the older zig version `0.13.0-dev.46+3648d7df1`,...

Seems like an odd reason, the first time I ran into this issue was running a project that was untouched for months, what edits would iCloud be doing? Doesn't seem...