-
This is a fairly new addition to the language (https://github.com/ziglang/zig/pull/21264) and it would be nice if zls would autocomplete these, and show some more information (like function parameters…
-
This is not easy, and there are many places it can go wrong, also visibility into any problems is crap. I will try document fixes as they come up
---
> ⚠️ Uncaught RuntimeError: memory access ou…
-
## Layout Inspiration:
https://gleam.run/
https://dotnet.microsoft.com/en-us/languages/csharp
## Component inspiration
https://nextjs.org/
https://vercel.com/frameworks/nextjs
## This is a…
-
Frontend needs to call this function: https://github.com/ziglang/zig/blob/e5f5229fd6f9d0fe684ab32cce8f2b18e02c115b/src/link.zig#L730-L742
Otherwise you can observe incorrect debug info simply by in…
-
https://github.com/ziglang/zig/blob/8573836892ba1b7cd34d377b46258930161256c3/lib/std/Thread/Pool.zig#L57
Here the spawn method dose not pass the allocator in, but wasi thread must need an allocator…
-
Builds aren't actually deterministic on Windows yet.
See: https://github.com/ziglang/zig/issues/9432
-
https://www.ziglang.org/ 😯
ghost updated
2 months ago
-
I would like to request the addition of comptime functionality to Dart, similar to what is available in ZigLang (https://ziglang.org). This feature would allow certain computations to be executed at c…
-
## Major issues affecting Mach
- **Linux/Windows->macOS cross compilation broken**: https://github.com/ziglang/zig/issues/18571
- **Optional & target-specific dependencies**: https://github.com/zi…
-
Extracted from #14647.
https://github.com/ziglang/zig/blob/b3af5d076c24744bdd100c25eabfea2a1a4688cf/lib/std/Build/WriteFileStep.zig#L5-L10
https://github.com/ziglang/zig/blob/b3af5d076c24744bdd1…