Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ziglang/zig issues and pull requests

#21791 - windows error.Unexpected GetLastError(232): The pipe is being closed (should be an expected error when piping)

Issue - State: open - Opened by juliannoble about 1 month ago - 3 comments
Labels: bug, standard library, os-windows

#21790 - std.os.uefi: Fix calling convention build error

Pull Request - State: closed - Opened by linusg about 1 month ago

#21789 - Remove `@setAlignStack` from the langref

Pull Request - State: closed - Opened by llogick about 1 month ago

#21788 - Compiler build of tag.2033 fails under NetBSD-current

Issue - State: open - Opened by ci4ic4 about 1 month ago - 3 comments
Labels: bug

#21787 - Multi return statement on a single line doesn't cause a compilation error

Issue - State: open - Opened by eddineimad0 about 1 month ago - 1 comment
Labels: bug

#21786 - link/Coff: remove ImportTable and its nested allocations

Pull Request - State: open - Opened by kubkon about 1 month ago

#21785 - std.os.linux.fgetxattr tries to call lgetxattr(2) instead

Issue - State: closed - Opened by tikatoo about 1 month ago - 5 comments
Labels: bug, standard library, os-linux

#21783 - Stack corruption when calling C code with structs passed by value

Issue - State: open - Opened by ntd about 1 month ago
Labels: bug, miscompilation, backend-llvm

#21782 - Cover packed struct for @FieldType

Pull Request - State: open - Opened by septemhill about 1 month ago

#21781 - failed to rename compilation results

Issue - State: open - Opened by npetrangelo about 1 month ago - 1 comment
Labels: bug

#21773 - Take eagerness into account when deduplicating dependencies

Pull Request - State: closed - Opened by castholm about 1 month ago - 1 comment

#21773 - Take eagerness into account when deduplicating dependencies

Pull Request - State: closed - Opened by castholm about 1 month ago - 1 comment

#21773 - Take eagerness into account when deduplicating dependencies

Pull Request - State: closed - Opened by castholm about 1 month ago - 1 comment

#21771 - `build.zig` fails to compile due to deduplicated lazy dependency

Issue - State: closed - Opened by dermetfan about 1 month ago - 1 comment
Labels: bug, zig build system

#21771 - `build.zig` fails to compile due to deduplicated lazy dependency

Issue - State: closed - Opened by dermetfan about 1 month ago - 1 comment
Labels: bug, zig build system

#21771 - `build.zig` fails to compile due to deduplicated lazy dependency

Issue - State: closed - Opened by dermetfan about 1 month ago - 1 comment
Labels: bug, zig build system

#21768 - link: use target to determine risc-v eflag validity

Pull Request - State: open - Opened by Rexicon226 about 1 month ago - 2 comments

#21765 - watchOS: fixes for ilp32 ABI

Pull Request - State: open - Opened by marionauta about 1 month ago - 4 comments

#21761 - link/Coff: simplify file structure by collapsing all files into Coff.zig

Pull Request - State: closed - Opened by kubkon about 1 month ago - 1 comment

#21754 - sys/select.h: unable to translate macro: undefined identifier `__i

Issue - State: open - Opened by iyush about 1 month ago
Labels: bug, translate-c

#21729 - `std.Target.Cpu.Model`: Further refinements to `generic()` and `baseline()`

Pull Request - State: open - Opened by alexrp about 1 month ago - 2 comments

#21727 - std/zig/render: Rewrite indentation

Pull Request - State: open - Opened by 87flowers about 1 month ago - 8 comments

#21727 - std/zig/render: Rewrite indentation

Pull Request - State: open - Opened by 87flowers about 1 month ago - 8 comments

#21727 - std/zig/render: Rewrite indentation

Pull Request - State: open - Opened by 87flowers about 1 month ago - 8 comments

#21717 - Some initial work on x32 and n32 ABI support

Pull Request - State: open - Opened by alexrp about 1 month ago - 1 comment

#21710 - Some improvements to the compiler's handling of function alignment

Pull Request - State: closed - Opened by alexrp about 1 month ago

#21700 - move linker input file parsing to the frontend

Pull Request - State: closed - Opened by andrewrk about 1 month ago - 9 comments
Labels: release notes

#21697 - Replace `std.builtin.CallingConvention` with a tagged union, eliminating `@setAlignStack`

Pull Request - State: closed - Opened by mlugg about 1 month ago - 6 comments
Labels: breaking, release notes

#21693 - `wasm2c`: Add big endian support.

Pull Request - State: closed - Opened by alexrp about 1 month ago - 9 comments

#21658 - @memcpy: Don't check for aliasing if the type being copied has a bitSize of in 0

Pull Request - State: open - Opened by JonathanHallstrom about 2 months ago - 5 comments

#21638 - std.Build: Implement addEmbedPath for adding C #embed search directories

Pull Request - State: open - Opened by GalaxyShard about 2 months ago - 4 comments

#21619 - Proposal: add assertLocked to std.debug.SafetyLock

Pull Request - State: open - Opened by scottredig about 2 months ago

#21618 - Sema: add a few missing runtime value validations

Pull Request - State: open - Opened by mlugg about 2 months ago

#21615 - std.debug: Fix defaultPanic() uefi build

Pull Request - State: closed - Opened by linusg about 2 months ago - 2 comments

#21614 - `std.Target`: Fix `cTypePreferredAlignment()` to always return 1 for avr.

Pull Request - State: closed - Opened by alexrp about 2 months ago

#21613 - Compiler segfault on analysis of switch on uninstantiable union

Issue - State: open - Opened by GameBuilder202 about 2 months ago - 1 comment
Labels: bug

#21612 - `link.Elf`: Fix page size calculation for more architectures.

Pull Request - State: closed - Opened by alexrp about 2 months ago - 5 comments

#21611 - `std.Target`: Rewrite `Abi.default()` to have better defaults across the board.

Pull Request - State: closed - Opened by alexrp about 2 months ago - 7 comments

#21610 - Fix some RISC-V ABI issues and add ILP32/LP64 (soft float) to module tests

Pull Request - State: open - Opened by alexrp about 2 months ago - 1 comment

#21609 - std.Build: dependency() support optional values

Pull Request - State: open - Opened by thislight about 2 months ago

#21608 - ppc64: get further along into system bootstrap

Pull Request - State: closed - Opened by mikdusan about 2 months ago
Labels: arch-powerpc

#21607 - Clarify the multidimensional array docs example

Pull Request - State: open - Opened by raindev about 2 months ago

#21606 - Add sentinel assignment checks

Pull Request - State: open - Opened by nohenry about 2 months ago - 1 comment

#21605 - `std.Target`: Introduce `Abi.ohoseabi` to distinguish the soft float case.

Pull Request - State: closed - Opened by alexrp about 2 months ago - 1 comment

#21604 - Non-pub decl occasionally polluting the pub namespace

Issue - State: closed - Opened by vadim-za about 2 months ago - 4 comments
Labels: question

#21602 - Cannot free sentinel terminated slices when using std.heap.GeneralPurpose.Allocator

Issue - State: closed - Opened by abvee about 2 months ago - 2 comments
Labels: bug

#21601 - Support packed structs in std.io.Reader and std.io.Writer

Pull Request - State: open - Opened by kj4tmp about 2 months ago - 3 comments

#21600 - Linker error using @atomicLoad on a platform without full support for atomics

Issue - State: closed - Opened by MatthiasPortzel about 2 months ago - 2 comments
Labels: bug

#21599 - Fix some Thumb issues and add `thumb-linux-(musl)eabi(hf)` to CI

Pull Request - State: open - Opened by alexrp about 2 months ago - 1 comment

#21598 - link/macho: segfault in dedupLiterals when using objc symbols

Issue - State: open - Opened by slimsag about 2 months ago - 1 comment
Labels: bug, os-macos, linking

#21597 - Create/open file on WASI targets should have POLL_FD_READWRITE rights

Pull Request - State: closed - Opened by achan1989 about 2 months ago - 3 comments

#21596 - @compileLog displays original array after slicing

Issue - State: open - Opened by gooncreeper about 2 months ago
Labels: bug, frontend

#21595 - `objcopy`: Use `p_paddr` from `PT_LOAD` even if zero.

Pull Request - State: closed - Opened by alexrp about 2 months ago

#21594 - cInclude errors on bitwise operators after a double negation

Issue - State: open - Opened by Nickiel12 about 2 months ago
Labels: bug

#21593 - `std.c`: Make `dlopen()` accept null for the `path` parameter.

Pull Request - State: closed - Opened by alexrp about 2 months ago

#21592 - `std.c.dlopen` does not allow C `NULL` pointer as path parameter

Issue - State: closed - Opened by JanDeVisser about 2 months ago - 2 comments
Labels: bug, standard library

#21591 - zig objcopy: support --add-section

Pull Request - State: closed - Opened by patrickwick about 2 months ago - 1 comment

#21590 - Support `vgetrandom` on Linux 6.11+

Issue - State: open - Opened by The-King-of-Toasters about 2 months ago - 1 comment
Labels: standard library, os-linux

#21589 - fetch: support specifying hash on the CLI

Pull Request - State: open - Opened by matklad about 2 months ago

#21588 - Consider integrating Qualcomm's musl port for Hexagon

Issue - State: open - Opened by alexrp about 2 months ago - 4 comments
Labels: proposal, os-linux, arch-hexagon

#21587 - Some initial `hexagon-linux` port work

Pull Request - State: closed - Opened by alexrp about 2 months ago

#21586 - conversion from int to float silently truncates bits

Issue - State: open - Opened by bwbuhse about 2 months ago - 1 comment
Labels: bug, frontend

#21585 - remove `@fence`

Pull Request - State: closed - Opened by Rexicon226 about 2 months ago - 2 comments
Labels: breaking, standard library, release notes

#21584 - Remove old deprecated symbols in std

Pull Request - State: closed - Opened by PauloCampana about 2 months ago - 1 comment

#21582 - std.fs.Dir: Make Dir.close not take a pointer

Pull Request - State: closed - Opened by gooncreeper about 2 months ago - 3 comments

#21581 - std: fix typo in darwin segset_t

Pull Request - State: closed - Opened by zigmd about 2 months ago

#21578 - Get module tests passing for `s390x-linux` and add it to CI

Pull Request - State: closed - Opened by alexrp about 2 months ago

#21577 - `std.c`: Fix `Stat` struct layout for mips/mipsel with glibc.

Pull Request - State: closed - Opened by alexrp about 2 months ago

#21576 - Slicing bypasses "local variable is never mutated" error

Issue - State: closed - Opened by dbandstra about 2 months ago - 2 comments
Labels: question

#21575 - Compiler error fixes

Pull Request - State: closed - Opened by PauloCampana about 2 months ago - 1 comment

#21575 - Compiler error fixes

Pull Request - State: closed - Opened by PauloCampana about 2 months ago - 1 comment

#21575 - Compiler error fixes

Pull Request - State: closed - Opened by PauloCampana about 2 months ago - 1 comment

#21574 - `llvm`: Implement sub-architecture translation in `targetTriple()`.

Pull Request - State: closed - Opened by alexrp about 2 months ago - 2 comments

#21572 - `test`: Rewrite the target triple list for `llvm_targets`.

Pull Request - State: closed - Opened by alexrp about 2 months ago

#21571 - Re-enable some tests that were disabled due to #14366

Pull Request - State: closed - Opened by alexrp about 2 months ago - 1 comment

#21569 - zig test: no traceback/missing information with incorrect format string with std.fmt and std.debug

Issue - State: open - Opened by ssteinbach about 2 months ago - 2 comments
Labels: bug, frontend, regression

#21563 - Adds new cpu architectures propeller1 and propeller2.

Pull Request - State: closed - Opened by ikskuh about 2 months ago - 10 comments

#21562 - disallow readStruct for packed structs

Pull Request - State: closed - Opened by kj4tmp about 2 months ago - 7 comments

#21561 - `zig cc`: consider enabling `-Wall -Werror` by default

Issue - State: open - Opened by myaaaaaaaaa about 2 months ago - 1 comment

#21560 - type 'i8' cannot represent integer value '128'

Issue - State: open - Opened by KodinGoose about 2 months ago - 3 comments
Labels: bug

#21559 - New Architecture: Parallax Propeller

Issue - State: closed - Opened by ikskuh about 2 months ago - 4 comments
Labels: enhancement, contributor friendly

#21558 - Setting a global enum on WASM fails silently

Issue - State: open - Opened by knexator about 2 months ago - 2 comments
Labels: bug

#21557 - std.meta: add comptimeKnown function

Pull Request - State: open - Opened by SeanTheGleaming about 2 months ago

#21556 - Can't print deeply nested data structures in tests

Issue - State: open - Opened by achan1989 about 2 months ago
Labels: bug

#21555 - Package fetch: add executable detection for Mach-O file headers

Pull Request - State: open - Opened by fabioarnold about 2 months ago

#21554 - Add implementation for base32 to the stdlib

Pull Request - State: closed - Opened by theothornhill about 2 months ago - 9 comments

#21553 - Make testing.print functions public

Issue - State: open - Opened by achan1989 about 2 months ago

#21551 - build.Step.Run setCwd is not added to hash in make step

Issue - State: open - Opened by silbinarywolf about 2 months ago
Labels: bug

#21550 - Compiler segfault - hit unreachable code at src/arch/x86_64/CodeGen.zig:19534:13

Issue - State: open - Opened by RetroDev256 about 2 months ago - 3 comments
Labels: bug

#21549 - regression: wrong number of arguments in @min and @max builtin errors

Issue - State: open - Opened by gooncreeper about 2 months ago
Labels: bug, error message

#21548 - std.fs.File: use file size as ArrayList initial capacity

Pull Request - State: open - Opened by nm-remarkable about 2 months ago

#21547 - Two possible improvements in std.fs.File.readToEndAllocOptions

Issue - State: open - Opened by nm-remarkable about 2 months ago - 3 comments
Labels: bug

#21546 - build: protect from depending on the same step multiple times

Pull Request - State: open - Opened by marler8997 about 2 months ago - 3 comments

#21545 - dont fatal in Watch.init, return error instead

Pull Request - State: open - Opened by mocompute about 2 months ago

#21544 - Proposal: Make field access logically safe and in line with Zen

Issue - State: closed - Opened by HeadHuntR404 about 2 months ago - 4 comments

#21543 - Return error if Build.Watch is attempted on unsupported kernel

Issue - State: closed - Opened by mocompute about 2 months ago - 2 comments