diff options
| author | Linus Groh <mail@linusgroh.de> | 2025-10-15 17:30:06 +0200 |
|---|---|---|
| committer | Linus Groh <mail@linusgroh.de> | 2025-11-27 20:17:04 +0000 |
| commit | 39fa8319478e4843d5384e81935520be2dbbadef (patch) | |
| tree | b49da0ca31477fc05aca2ef60bff82d7372f8bc2 /src/Compilation.zig | |
| parent | 8545836a4d8ab0ae1411b827c0fe1bcdcb268b72 (diff) | |
| download | zig-39fa8319478e4843d5384e81935520be2dbbadef.tar.gz zig-39fa8319478e4843d5384e81935520be2dbbadef.zip | |
std: Remove a handful of things deprecated during the 0.15 release cycle
- std.Build.Step.Compile.root_module mutators -> std.Build.Module
- std.Build.Step.Compile.want_lto -> std.Build.Step.Compile.lto
- std.Build.Step.ConfigHeader.getOutput -> std.Build.Step.ConfigHeader.getOutputFile
- std.Build.Step.Run.max_stdio_size -> std.Build.Step.Run.stdio_limit
- std.enums.nameCast -> @field(E, tag_name) / @field(E, @tagName(tag))
- std.Io.tty.detectConfig -> std.Io.tty.Config.detect
- std.mem.trimLeft -> std.mem.trimStart
- std.mem.trimRight -> std.mem.trimEnd
- std.meta.intToEnum -> std.enums.fromInt
- std.meta.TagPayload -> @FieldType(U, @tagName(tag))
- std.meta.TagPayloadByName -> @FieldType(U, tag_name)
Diffstat (limited to 'src/Compilation.zig')
0 files changed, 0 insertions, 0 deletions
