Veikka Tuominen

Results 363 comments of Veikka Tuominen

Related https://github.com/ziglang/zig/issues/7881#issuecomment-767069673

If you write a program for Linux and want to compile it on MacOS you need to specify `-target aarch64-linux`.

I don't think something like this necessarily needs a test.

Reduced example: ```zig const S = struct { a: u32 }; pub export fn entry(a: **S) void { // _ = a.b(); // error: no field or member function named...

Problem is this [line](https://github.com/TeamPuzel/minecraft-zig/blob/b05f5e5ead3f6ab2e2ce06eb9ae448bbc664920d/src/game.zig#L162), changing it to `.neighbors = undefined` compiles.

> Currently, the import token is the one with link and highlighting (when hovered). The alternative is the import string being linkified. Can you try linkifying both the builtin token...

> Replace `extern "libname" fn func () T` with `extern fn func() linklibrary("libname") T`, the `extern "libname"` always felt out-of-language Could you make that a separate, easy to accept, proposal?...

> Done. However I'm not sure if pr won't reverted because of this [#18071 (comment)](https://github.com/ziglang/zig/pull/18071#issuecomment-1850740167) Right, guess I'll leave it then.