zig
zig copied to clipboard
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Closes #19327
### Zig Version 0.13.0-dev.7+40118c769 ### Steps to Reproduce and Observed Behavior I am using a fork of zig-bootstrap and when I try to link LLVM in debug mode I get...
### Zig Version 0.13.0-dev.3+dddddcffd ### Steps to Reproduce and Observed Behavior Import using cImport this PHP header file: https://github.com/php/php-src/blob/b3700e29ccea783707bd269e659c9777b4717cf7/Zend/zend_call_stack.h#L71-L100 The generated code will be: ``` pub fn zend_call_stack_default_size() callconv(.C) usize...
Related: * #8726 * #8727 * #17750 * #17749 * #17807 Put simply, this issue can be closed when the following diff is applied: ```diff --- a/src/Compilation.zig +++ b/src/Compilation.zig @@...
Related: * #8726 * #8727 * #17750 * #17751 * #18205 Put simply, this issue can be closed when the following diff is applied: ```diff --- a/src/Compilation.zig +++ b/src/Compilation.zig @@...
@kubkon only took me a month of work to feel this is enough to upstream. - fixed a ton of incorrect stuff. - struct / array access when they are...
`zig fetch foo.zip` should work. Relevant logic is here: https://github.com/ziglang/zig/blob/f7bc55c0136b91805bd046a8cc8ea745d7e7567d/src/Package/Fetch.zig#L946-L1024
Closes https://github.com/ziglang/zig/issues/18523 I've put it as a subsection under the Values -> Assignment heading as it seems to be the most relevant spot for this.
``` $ zig std http://127.0.0.1:59993/ error: FileNotFound ``` 0.12.0 will output an error on macOS, it should be `open`. - https://superuser.com/questions/911735/how-do-i-use-xdg-open-from-xdg-utils-on-mac-osx Also, this PR make `/debug` endpoint works, previously it...
### Zig Version 0.11.0-dev.3298+5744ceedb ### Steps to Reproduce and Observed Behavior I have found some more cases of link errors following on from this closed issue #8531. As it looks...