-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Remove Windows *A declarations #9054
Copy link
Copy link
Closed
Labels
breakingImplementing this issue could cause existing code to no longer compile or have different behavior.Implementing this issue could cause existing code to no longer compile or have different behavior.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
breakingImplementing this issue could cause existing code to no longer compile or have different behavior.Implementing this issue could cause existing code to no longer compile or have different behavior.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Zig has (correctly) moved away from calling the legacy
*Aversions of functions and moved onto the*Wversions (see #534). In light of that, it seems appropriate to remove these*Adeclarations fromstd.The only hesitation would be that if applications actually need these declarations that we make it easy to get them, so maybe we will want to wait for the package manager first?