-
This is music for the future, but might be already good for consideration, also when thinking about the solution for 'standalone` (meaning, distribution of SC in a custom made ready to share and insta…
-
Follow-up issue to #77.
Zig binaries built in debug mode on MacOS will still contain an absolute path to Bazel's output-base directory, even when the Zig library directory is set to a relative path.
…
-
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 …
-
This is the output:
```
zig build-lib raylib Debug native: error: error(compilation): clang failed with stderr: In file included from /Users/mark/code/zig-odin-raylib-template/raylib/src/rglfw.c:1…
-
### Zig Version
1fc42ed3e7ca0b74b54aaa827276d995d6c7c6cd
### Steps to Reproduce and Observed Behavior
1. Install Wasmtime 23.0.1 (maybe earlier?).
2. Run the standard library tests with `-fwasmtim…
-
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
-
Absolute paths are generally problematic:
* not portable
* subject to inter-process race conditions
* emplace artificial limitations on lengths of file system paths
* security concerns; incompatib…
-
### Description
Specifically manifests when on mainnet, does not manifest on testnet nor devnet.
### How to Reproduce the Bug
```
❯ zig build run -- gossip -e 34.83.231.102:8001 -e 145.40.67.83:80…
-
### 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…
-
Thanks for putting this together - it is super useful! It would be helpful if there was a machine readable version of this, similar to https://ziglang.org/download/index.json
That would allow vario…