-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Several allocators in std no longer compile #22806
Copy link
Copy link
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.os-plan9Plan 9 from Bell LabsPlan 9 from Bell Labsos-uefiUnified Extensible Firmware InterfaceUnified Extensible Firmware InterfaceregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.os-plan9Plan 9 from Bell LabsPlan 9 from Bell Labsos-uefiUnified Extensible Firmware InterfaceUnified Extensible Firmware InterfaceregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Zig Version
master
Steps to Reproduce and Observed Behavior
#20511 didn't update:
zig/lib/std/os/uefi/pool_allocator.zig
Lines 76 to 80 in 6a6e72f
zig/lib/std/os/uefi/pool_allocator.zig
Lines 88 to 92 in 6a6e72f
zig/lib/std/heap/sbrk_allocator.zig
Lines 11 to 15 in 6a6e72f
Expected Behavior
std should build.