-
### Zig Version
0.11.0-dev.2777+b95cdf0ae
### Steps to Reproduce and Observed Behavior
This was meant to be a follow-up issue of https://github.com/ziglang/zig/pull/13073#discussion_r98783866…
-
Here's what MinGW provides for Zig:
* C/C++ headers for the win32 APIs (means we can compile C/C++ code without depending on Visual Studio)
* An implementation of libc for Windows
(Let me know …
-
Consider this code:
```zig
const foo = struct {
extern fn foo() void;
}.foo;
const bar = struct {
extern var bar: u32;
}.bar;
```
What happens when you reference these symbols? …
mlugg updated
2 months ago
-
This is only an initial foundation which will need improvement.
The original api made by @jmcnamara I' m still reading. [#245](https://github.com/jmcnamara/libxlsxwriter/issues/245)
### TODO
- …
-
### Problem description
When i run zig build the output is:
warning: Encountered error: FileNotFound, falling back to default ABI and dynamic linker.
warning: Encountered error: FileNotFound, falli…
-
Zig version: 0.13.0
Os: Windows 10 64bit
Running `zig build serve` results in a lot of errors like this:
```
error: the following command exited with error code 1:
C:\Users\...\www.ziglang.org\…
Atomk updated
1 month ago
-
See #315
> See https://ziglang.org/perf/ for an example, where the x-axis is also using time and not just evenly spread commits (otherwise a big regression followed by a quick fix can be given too…
-
Pointers are different lengths depending on whether memory addresses are 64 or 32-bits long. This will cause the library to fail on non-64 bit architectures, as the sizes of structs will change. To ge…
-
https://ziglang.org/documentation/master/std/#std;ArrayList links to https://ziglang.org/documentation/master/std/#std;ArrayList.init, which doesn't exist.
-
This is a proposal to promote [`std.math.divCeil`](https://github.com/ziglang/zig/blob/38fc826a5a82bbe11a893be11d3cc1439c477ee8/lib/std/math.zig#L959-L980) to a `@divCeil` builtin.
This discussion …