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

Sema: incorrectly simplifies comptime zero divided by runtime float bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22749 opened Feb 4, 2025 by jacobly0 0.15.0
Sema: false positive undefined behavior at comptime when dividing floats by zero bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22748 opened Feb 4, 2025 by jacobly0 0.15.0
@import ZON not picking up changed files bug Observed behavior contradicts documented or intended behavior
#22746 opened Feb 4, 2025 by MasonRemaley 0.14.0
Sema: incorrectly simplifies runtime float vectors multiplied by zeros bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22745 opened Feb 4, 2025 by jacobly0 0.15.0
Sema: incorrectly compares float vectors at comptime bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22744 opened Feb 4, 2025 by jacobly0 0.15.0
Sema: incorrectly multiplies float vectors containing zeros at comptime bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#22743 opened Feb 4, 2025 by jacobly0 0.15.0
Compiler crash involving error{}!noreturn bug Observed behavior contradicts documented or intended behavior
#22742 opened Feb 4, 2025 by wooster0
std.fs.accessAbsolute when accessing forbidden file returns error.Unexpected but also prints stack trace bug Observed behavior contradicts documented or intended behavior
#22733 opened Feb 3, 2025 by giann
Some GPA tests are disabled on WASI arch-wasm 32-bit and 64-bit WebAssembly bug Observed behavior contradicts documented or intended behavior os-wasi standard library This issue involves writing Zig code for the standard library.
#22731 opened Feb 3, 2025 by mlugg 0.14.0
Multiline @compileError formats poorly enhancement Solving this issue will likely involve adding new logic or components to the codebase. error message This issue points out an error message that is unhelpful and should be improved.
#22730 opened Feb 3, 2025 by lambdadog 1.0.0
cannot link object files with different floating-point ABI on RV32 target bug Observed behavior contradicts documented or intended behavior
#22727 opened Feb 3, 2025 by XiangYyang
Assigning to comptime field through pointer with a different value doesn't yield a compile error bug Observed behavior contradicts documented or intended behavior
#22724 opened Feb 2, 2025 by tauoverpi
Proposal: remove implicit @intCast behavior from @enumFromInt breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22712 opened Feb 1, 2025 by mlugg 0.15.0
Documentation inconsistency in std.ArrayList*.pop(OrNull) docs standard library This issue involves writing Zig code for the standard library.
#22711 opened Feb 1, 2025 by n0s4 1.0.0
Proposal: remove std.builtin.Type.undefined; the expression undefined requires a result type breaking Implementing this issue could cause existing code to no longer compile or have different behavior. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#22710 opened Feb 1, 2025 by mlugg 0.15.0
When using ChildProcess.collectOutput() on multiple processes, it waits for longest living process in Windows bug Observed behavior contradicts documented or intended behavior
#22709 opened Feb 1, 2025 by capthehacker99
--sysroot is behaving differently between search paths for includes, libraries, and frameworks. bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness. zig cc Zig as a drop-in C compiler feature
#22704 opened Jan 31, 2025 by mcourteaux 0.15.0
error: Invalid record (Producer: 'zig 0.13.0' Reader: 'LLVM 18.1.8') bug Observed behavior contradicts documented or intended behavior
#22703 opened Jan 31, 2025 by gfokkema
Zig only reads CA Certificates from SystemRootCertificates.keychain and not from System.keychain bug Observed behavior contradicts documented or intended behavior
#22700 opened Jan 31, 2025 by dreilly1982
bufPrintZ forgets terminator when print is too long bug Observed behavior contradicts documented or intended behavior
#22699 opened Jan 31, 2025 by Ilup
std.os.linux.clock_getres still uses i32 for the clock id instead of clockid_t bug Observed behavior contradicts documented or intended behavior
#22697 opened Jan 31, 2025 by Trevor-Strong 0.14.0
incremental compilation: reached unreachable code and accumulation of errors if @importing non-existent files bug Observed behavior contradicts documented or intended behavior incremental compilation Problem occurs only when reusing compiler state.
#22696 opened Jan 31, 2025 by llogick
translate-c: error when accessing extern variable with macro bug Observed behavior contradicts documented or intended behavior
#22688 opened Jan 31, 2025 by BratishkaErik
ProTip! Adding no:label will show everything without a label.