-
### Zig Version
0.14.0-dev.185+c40708a2c
### Steps to Reproduce and Observed Behavior
```zig
const std = @import("std");
pub fn main() !void {
const stdout = std.io.getStdOut().writer();
…
-
### Zig Version
0.14.0-dev.823+624fa8523
### Zig Language Server Version
d8fa63aedaf7ee7ee62610c165ee8b3d4a8792f5
### Client / Code Editor / Extensions
VS Code with vscode-zig
### St…
-
Please add **FreeBSD** support. Currently it doesn't build under **FreeBSD 13.2-RELEASE** and **zig-0.11**:
```
$ zig build
zig build-lib xev Debug native: error: the following command failed with …
-
Given the file minimal.c
```C
int main(int argc, char** argv)
{ return 42; }
```
Which compiles succesfully on the host (windows x86_64)
```
H:\zig_on_ppc>zig build-exe --c-source minimal.c -…
-
### Zig Version
0.12.0-dev.3381+7057bffc1
### Steps to Reproduce and Observed Behavior
When compiling to UEFI, the `ModuleBuildInfo` struct will use `std.pdb.Pdb`.
This PDB struct fails to compile…
-
Mandando essa issue pra passar uma ideia de outra maneira de fazer a cola entre Python e Zig.
O que eu acabei achando mais prático é utilizar de maneira direta a geração de .h e .so do Zig como man…
-
### Zig Version
0.9.0
### Steps to Reproduce
For this to work you must have a Linux kernel with `CONFIG_BPF_KPROBE_OVERRIDE=y`. Apparently this is the default on Arch Linux, but for NixOS I had to …
-
### What version of Bun is running?
_No response_
### What platform is your computer?
_No response_
### What steps can reproduce the bug?
`bun run boo`
[package.json](https://github.com/oven-s…
-
### Xmake Version
2.9.4+20240729
### Operating System Version and Architecture
Ubuntu 22.04.3 LTS x86_64
### Describe Bug
Setting zig as a default toolchain for entire script and including a cmak…
-
### Pre-requisites
- [X] I have looked for any other duplicate issues
### Ly version
1.1.0
### Observed behavior
Attempted building `ly` using `zig build`, received this error:
![image](https:…