package manager: zig fetch --save <url>
overwrites .lazy
field
#19725
Labels
bug
Observed behavior contradicts documented or intended behavior
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Zig Version
0.12.0-dev.3180+83e578a18
Steps to Reproduce and Observed Behavior
With a build.zig.zon file which contains a lazy dependency like:
will remove the
.lazy
field:Expected Behavior
The
.lazy
field should remain in place, only the.url
and.hash
fields should be overwritten.The text was updated successfully, but these errors were encountered: