-
### Zig Version
0.14.0-dev.367+a57479afc
### Steps to Reproduce and Observed Behavior
Example zig code:
```js
const std = @import("std");
const fs = std.fs;
const print = std.debug.print;…
-
OS: macOS 14.0
VSCode version: 1.85.1
CodeLLDB version: 1.10.0
Compiler: zig 0.11.0
I want to debug a file that can handle two or three command line arguments.
launch.json
```json
{
"…
-
Proposal: `"self"` becomes a special package name (like `"root"` currently is), referring to the current package.
This allows using `@import("self")` in any file, without specifying a relative path…
-
Trying to build from the latest I hit an error
```
Build Summary: 3/6 steps succeeded; 1 failed (disable with --summary none)
cli transitive failure
├─ zig build-exe cyber ReleaseFast native 1 e…
-
https://github.com/espressif/llvm-project/pull/42
-
Hey there! Is there any way to disable logging from Dawn, perhaps by passing [this ifdef](https://github.com/hexops/dawn/blob/80c358eb63e5f19aa6af04e9bb9903b6c93249bd/src/dawn/common/Log.cpp#L78C13-L7…
-
Expected behaviour: running `zig build run-example` plays `time.opus` on loop without error
Actual behaviour: after a few seconds of playing normally, it crashes with this error:
```
thread 22228…
-
The current variations of the separator are a bit limiting and not super ergonomic. We should see about:
* Allowing changing the width of the line.
* Allow changing the color.
* Improve the circl…
mtias updated
1 month ago
-
It would be really nice to have API support for zig-play, allowing developers to quickly run and test code without having to re-build and test. I've used this website countless times when I've wanted …
-
### Zig Version
0.9.0-dev.1737+c42763f8c
### Steps to Reproduce
```
mkdir repro
cd repro
zig init-exe
mkdir subdir
mkdir other_subdir
touch subdir/solution.zig
touch other_subdir/sol…