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

C ABI tests fail with LTO off bug Observed behavior contracts documented or intended behavior miscompilation The compiler reports success but produces semantically incorrect code.
#14908 opened Mar 14, 2023 by andrewrk 0.11.0
io_uring unit tests hard code a port to listen on, which is very naughty bug Observed behavior contracts documented or intended behavior contributor friendly This issue is limited in scope and/or knowledge of Zig internals. standard library This issue involves writing Zig code for the standard library.
#14907 opened Mar 14, 2023 by andrewrk 0.11.0
C pointer to array [*c][4]f32 causes compiler error when assigning to it using cPointer.*[0] = … bug Observed behavior contracts documented or intended behavior
#14905 opened Mar 13, 2023 by IntegratedQuantum 0.13.0
struct field load through underaligned pointer has incorrect alignment backend-llvm bug Observed behavior contracts documented or intended behavior miscompilation The compiler reports success but produces semantically incorrect code. regression It worked in a previous version of Zig, but stopped working. stage2 This issue affects the self-hosted compiler.
#14904 opened Mar 13, 2023 by andrewrk 0.11.0
Infinite recursion in the compiler bug Observed behavior contracts documented or intended behavior
#14903 opened Mar 13, 2023 by matrizzo 0.12.0
std.fmt.parseFloat parses "0x" as 0.0 instead of returning error bug Observed behavior contracts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#14901 opened Mar 13, 2023 by mj-64 0.12.0
std.net.getAddressList may return TemporaryNameServerFailure bug Observed behavior contracts documented or intended behavior
#14900 opened Mar 13, 2023 by hawkbee
stage3 fails with "duplicate symbol: atexit" (windows, Visual Studio 17 2022 + cmake) bug Observed behavior contracts documented or intended behavior
#14892 opened Mar 12, 2023 by gglosny
Segmentation fault when running zig cc -target thumb-linux-musleabi bug Observed behavior contracts documented or intended behavior
#14891 opened Mar 12, 2023 by link2xt
Failure to use atomics with arm-linux-musleabi target bug Observed behavior contracts documented or intended behavior
#14889 opened Mar 12, 2023 by link2xt
linkLibC causes linker script to be used instead of library bug Observed behavior contracts documented or intended behavior
#14888 opened Mar 11, 2023 by RossComputerGuy
"zig cc" abort when compiling a certain C source file bug Observed behavior contracts documented or intended behavior
#14877 opened Mar 11, 2023 by jvo203
Dependency loop detected when depending on custom Build step bug Observed behavior contracts documented or intended behavior
#14874 opened Mar 10, 2023 by smokku
Code using GLX fails, but only on FreeBSD bug Observed behavior contracts documented or intended behavior
#14873 opened Mar 10, 2023 by stefncb
port the remaining stage1 compile error test cases to have stage2 coverage bug Observed behavior contracts documented or intended behavior stage2 This issue affects the self-hosted compiler.
#14849 opened Mar 8, 2023 by andrewrk 0.11.0
Unreachable code when calling functions on EnumMap to empty struct at comptime bug Observed behavior contracts documented or intended behavior
#14846 opened Mar 8, 2023 by dpassens 0.11.0
Missing <sys/timex.h> on MacOS bug Observed behavior contracts documented or intended behavior
#14840 opened Mar 8, 2023 by plajjan
zig cc can't accept -- in args bug Observed behavior contracts documented or intended behavior
#14837 opened Mar 8, 2023 by locriacyber
wasm linker lowers undefined and 0 incorrectly with respect to the bss section arch-wasm32 bug Observed behavior contracts documented or intended behavior linking miscompilation The compiler reports success but produces semantically incorrect code.
#14834 opened Mar 7, 2023 by andrewrk 0.11.0
std.Uri fails to parse on empty authority section so breaks file:/// scheme parsing bug Observed behavior contracts documented or intended behavior standard library This issue involves writing Zig code for the standard library.
#14825 opened Mar 7, 2023 by buzmeg 0.11.0
std.Build: changing the default step does silently omit executable installation error message This issue points out an error message that is unhelpful and should be improved. zig build system
#14822 opened Mar 6, 2023 by matu3ba 0.13.0
Language reference: Update WebAssembly example on how to export a function to the host contributor friendly This issue is limited in scope and/or knowledge of Zig internals. docs regression It worked in a previous version of Zig, but stopped working.
#14818 opened Mar 6, 2023 by jameshfisher 0.11.0
zig prereq races as of 0.11.0-dev.1782+b52be973d bug Observed behavior contracts documented or intended behavior
#14815 opened Mar 6, 2023 by motiejus 0.11.0
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.