issues Search Results · repo:ziglang/zig language:Zig
Filter by
12k results
(56 ms)12k results
inziglang/zig (press backspace or delete to remove)Zig Version
0.14
Steps to Reproduce and Observed Behavior
In 0.13 this was possible:
const std = @import( std );
const A = struct {
bytes: *u8 = undefined,
};
pub fn main() void {
_ = std.mem.zeroInit(A, ...
decentninja
- 1
- Opened 6 hours ago
- #23134
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
const std = @import( std );
const S1 = packed struct {
x: u16,
y: *u64,
};
const S2 = packed struct {
x: u16,
y: u64,
}; ...
arch-x86_64
backend-self-hosted
bug
miscompilation
nektro
- 1
- Opened 13 hours ago
- #23131
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
git clone https://github.com/mlafeldt/quack-zig
cd quack-zig
zig build
You can see that consecutive zig build runs always fetch all packages, ...
mlafeldt
- 2
- Opened 14 hours ago
- #23130
For context I m playing around with making a basic UEFI app, very loosely following https://os.phil-opp.com . In that
blog series, Phil turns kmain into a dual-functionality main function - when running ...
dotcarmen
- 1
- Opened 14 hours ago
- #23129
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
The new watch mode (zig build --watch) fails to keep watching for changes on all Zig projects on Linux kernel 5.15,
hitting the following ...
bug
theseyan
- 1
- Opened 16 hours ago
- #23128
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
brew install zig
and then
zig version
outputs
0.14.0
error: Zig was built/linked incorrectly: LLVM and Clang have separate copies of libc++ ...
downstream
okmanideep
- 3
- Opened 16 hours ago
- #23127
test
+- test-link
+- link_test_cases
+- test-elf
+- test-elf-ld-script-path-error-x86_64-linux.4.19...6.13.4-gnu.2.28-Debug-llvm-no-lld
+- zig build-exe main Debug x86_64-linux-gnu ...
bug
linking
alexrp
- Opened 17 hours ago
- #23125
test
+- test-link
+- link_test_cases
+- link_test_cases.wasm_producers
+- CheckObject
+- zig build-exe lib Debug wasm32-freestanding failure
error: thread 124659369 panic: ...
arch-wasm
backend-self-hosted
bug
alexrp
- Opened 17 hours ago
- #23124
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Minimal repro:
pub fn main() !void {
loop: switch (@as(u8, 0)) {
else = {
if (true) unreachable;
continue ...
bug
Inve1951
- Opened 19 hours ago
- #23123
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
- Checkout https://github.com/timbess/zig_build_issue_repro
- rm -rf ~/.cache/zig .zig-cache zig-out
- zig build
- zig build
The ...
bug
regression
timbess
- 7
- Opened yesterday
- #23120

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.