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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Setting different field in packed or extern union at comptime trips assertion. bug Observed behavior contradicts documented or intended behavior
#18245 opened Dec 10, 2023 by SuperAuguste
compiler crash case with packed union and comptime @bitCast bug Observed behavior contradicts documented or intended behavior
#18244 opened Dec 10, 2023 by paperdave
eliminate the "default" code model breaking Implementing this issue could cause existing code to no longer compile or have different behavior.
#18241 opened Dec 9, 2023 by andrewrk 0.13.0
errno(6): No such device or address is not handled in os.write bug Observed behavior contradicts documented or intended behavior
#18240 opened Dec 9, 2023 by plaukiu
Crash when using a struct initialized with an extern variable in a field bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#18238 opened Dec 9, 2023 by cfillion 0.13.0
Misleading stack trace for inline functions error message This issue points out an error message that is unhelpful and should be improved.
#18237 opened Dec 9, 2023 by jgh713
[arm-uefi-msvc] LLVM ERROR: target architecture doesn't map to a CodeView CPUType bug Observed behavior contradicts documented or intended behavior
#18231 opened Dec 8, 2023 by AnErrupTion
comptime-known unreachable is a runtime error when it should be a compiler error proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#18226 opened Dec 8, 2023 by Jarred-Sumner 0.13.0
Panic trace for unreachable in switch case doesn't tell you the value that was unreachable 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.
#18225 opened Dec 8, 2023 by Jarred-Sumner 0.13.0
zig allows tail calls where it shouldnt leading to unexpected runtime behavior bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#18223 opened Dec 8, 2023 by xdBronch 0.14.0
Unable to format slice of structs with {} when struct contains a byte slice bug Observed behavior contradicts documented or intended behavior
#18220 opened Dec 7, 2023 by Trevor-Strong
@enumFromInt requires unnecessary result type in comparison bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#18218 opened Dec 7, 2023 by wooster0 0.13.0
std.os.perf_event_open calls inexistant function std.c.perf_event_open when linking with libc bug Observed behavior contradicts documented or intended behavior
#18215 opened Dec 7, 2023 by chovine
std.ComptimeStringMap gives compile error when giving an empty list bug Observed behavior contradicts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#18212 opened Dec 6, 2023 by FanShupei 0.12.0
2
3
Segmentation fault compiling break from comptime block with runtime-known value bug Observed behavior contradicts documented or intended behavior
#18211 opened Dec 6, 2023 by amp-59
compiler_rt and mcmodel medium on freestanding RISCV build bug Observed behavior contradicts documented or intended behavior
#18210 opened Dec 6, 2023 by melko
Compile error when attempting to use printf on amdgcn-amdhsa backend-llvm The LLVM backend outputs an LLVM IR Module. bug Observed behavior contradicts documented or intended behavior
#18208 opened Dec 6, 2023 by arctic-marmoset 0.14.0
Compiler segfaults when emitting extern function with arguments bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness.
#18202 opened Dec 4, 2023 by meithecatte 0.14.0
variable modification inside capture breaks "local variable is never mutated" checks error message This issue points out an error message that is unhelpful and should be improved.
#18201 opened Dec 4, 2023 by matu3ba 0.14.0
Autodoc: add [src] links to non functions autodoc Involves the logic for generating HTML/JS/CSS based on public declarations and doc comments
#18199 opened Dec 4, 2023 by xdBronch
proposal: change @This() to be used without () proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
#18196 opened Dec 4, 2023 by nektro
linking issues while building from source in MSYS2 bug Observed behavior contradicts documented or intended behavior
#18195 opened Dec 4, 2023 by ognevnydemon
(&v != &v) for function parameters passed by value bug Observed behavior contradicts documented or intended behavior
#18194 opened Dec 4, 2023 by slonik-az 0.12.0
ProTip! no:milestone will show everything without a milestone.