-fallow-deprecated
not respected when compiling the build.zig runner executable
#23024
Labels
bug
Observed behavior contradicts documented or intended behavior
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Zig Version
0.14.0-dev.3430+a2ab2fc98
Steps to Reproduce and Observed Behavior
The
-f[no-]allow-deprecated
command line options are not respected when compiling the build runner. This problem also extends to dependencies, which should have their respectivebuild.zig
modules inherit the selected option, or default to-fallow-deprecated
when unspecified.mkdir foo cd foo zig init
Expected Behavior
No compile error.
The text was updated successfully, but these errors were encountered: