proposal: make the build.zig.ini file a strict subset of TOML #14289
Labels
breaking
Implementing this issue could cause existing code to no longer compile or have different behavior.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Extracted from #14265.
Currently the build.zig.ini file is not valid TOML. Example:
To make it valid TOML:
It also should be renamed with the
.toml
extension, and furthermore,[package]
should be renamed to[project]
to match the correct terminology.Let's have a short list of accepted TOML features and only use those.
See competing proposal:
The text was updated successfully, but these errors were encountered: