Skip to content

Issues: ziglang/zig

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt click/return to exclude labels
or click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

zig build test-cases --watch does not pick up changes to source files bug Observed behavior contradicts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. zig build system std.Build, the build runner, `zig build` subcommand, package management
#20606 opened Jul 13, 2024 by andrewrk 0.14.0
ability to register file system input dependencies during the configure phase enhancement Solving this issue will likely involve adding new logic or components to the codebase. zig build system std.Build, the build runner, `zig build` subcommand, package management
#20605 opened Jul 13, 2024 by andrewrk 0.14.0
open a communication channel between the build system and application enhancement Solving this issue will likely involve adding new logic or components to the codebase. zig build system std.Build, the build runner, `zig build` subcommand, package management
#20604 opened Jul 13, 2024 by andrewrk 0.14.0
rework build system memory allocations breaking Implementing this issue could cause existing code to no longer compile or have different behavior. bug Observed behavior contradicts documented or intended behavior enhancement Solving this issue will likely involve adding new logic or components to the codebase. zig build system std.Build, the build runner, `zig build` subcommand, package management
#20603 opened Jul 13, 2024 by andrewrk 0.14.0
make zig build --watch detect modifications to the build script and rerun itself enhancement Solving this issue will likely involve adding new logic or components to the codebase. zig build system std.Build, the build runner, `zig build` subcommand, package management
#20602 opened Jul 13, 2024 by andrewrk 0.14.0
--watch does not pick up sub-Compilation file system inputs such as compiler_rt, glibc, or musl source files bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#20601 opened Jul 13, 2024 by andrewrk 0.14.0
build runner: make watched Compile steps keep the compiler alive enhancement Solving this issue will likely involve adding new logic or components to the codebase. zig build system std.Build, the build runner, `zig build` subcommand, package management
#20600 opened Jul 13, 2024 by andrewrk 0.14.0
Build Runner: Implement File System Watching for kqueue contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-freebsd os-macos os-netbsd os-openbsd zig build system std.Build, the build runner, `zig build` subcommand, package management
#20599 opened Jul 13, 2024 by andrewrk 0.14.0
Build Runner: Implement File System Watching on Windows contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. zig build system std.Build, the build runner, `zig build` subcommand, package management
#20598 opened Jul 13, 2024 by andrewrk 0.14.0
--search-prefix doesn't integrate with the value of --sysroot during crossbuild bug Observed behavior contradicts documented or intended behavior
#20591 opened Jul 12, 2024 by tranzystorekk
default zig init template fails to build with x86 backend on windows bug Observed behavior contradicts documented or intended behavior
#20589 opened Jul 11, 2024 by rupakhetibinit
Compiler crash when breaking from runtime loop at comptime bug Observed behavior contradicts documented or intended behavior error message This issue points out an error message that is unhelpful and should be improved. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#20588 opened Jul 11, 2024 by mlugg
@ptrCast doesn't generate runtime assertion for sentinel in slice bug Observed behavior contradicts documented or intended behavior
#20586 opened Jul 11, 2024 by Guigui220D
ignore "local variable is never mutated" error if ignoring with "_ = myvar" error message This issue points out an error message that is unhelpful and should be improved.
#20584 opened Jul 11, 2024 by silbinarywolf
x86 backend miscompilation w/ packed structs and bitwise operation arch-x86_64 backend-self-hosted bug Observed behavior contradicts documented or intended behavior miscompilation The compiler reports success but produces semantically incorrect code.
#20581 opened Jul 10, 2024 by MasonRemaley 0.14.0
Bad dependency options don't fail build bug Observed behavior contradicts documented or intended behavior
#20578 opened Jul 10, 2024 by MasonRemaley
Proposal: std.math.{min,max}Int return T proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. standard library This issue involves writing Zig code for the standard library.
#20574 opened Jul 10, 2024 by mlugg 0.14.0
reduce on f128 Vector causes compiler crash bug Observed behavior contradicts documented or intended behavior
#20567 opened Jul 9, 2024 by Traxar
std.fmt incorrectly displaying vector of bools bug Observed behavior contradicts documented or intended behavior
#20566 opened Jul 9, 2024 by Traxar
0.14.0 regression: Segmentation fault when using an invalid zig lib directory bug Observed behavior contradicts documented or intended behavior
#20564 opened Jul 9, 2024 by gooncreeper
cmpxchgWeak and cmpxchStrong does not work with float bug Observed behavior contradicts documented or intended behavior
#20562 opened Jul 9, 2024 by hollinwilkins
codegen.zig: Lowering pointer resulted in unreachable code bug Observed behavior contradicts documented or intended behavior
#20557 opened Jul 9, 2024 by Deecellar
ProTip! Find all open issues with in progress development work with linked:pr.