zig/lib/std/os/uefi
Andrew Kelley 0e37ff0d59 std.fmt: breaking API changes
added adapter to AnyWriter and GenericWriter to help bridge the gap
between old and new API

make std.testing.expectFmt work at compile-time

std.fmt no longer has a dependency on std.unicode. Formatted printing
was never properly unicode-aware. Now it no longer pretends to be.

Breakage/deprecations:
* std.fs.File.reader -> std.fs.File.deprecatedReader
* std.fs.File.writer -> std.fs.File.deprecatedWriter
* std.io.GenericReader -> std.io.Reader
* std.io.GenericWriter -> std.io.Writer
* std.io.AnyReader -> std.io.Reader
* std.io.AnyWriter -> std.io.Writer
* std.fmt.format -> std.fmt.deprecatedFormat
* std.fmt.fmtSliceEscapeLower -> std.ascii.hexEscape
* std.fmt.fmtSliceEscapeUpper -> std.ascii.hexEscape
* std.fmt.fmtSliceHexLower -> {x}
* std.fmt.fmtSliceHexUpper -> {X}
* std.fmt.fmtIntSizeDec -> {B}
* std.fmt.fmtIntSizeBin -> {Bi}
* std.fmt.fmtDuration -> {D}
* std.fmt.fmtDurationSigned -> {D}
* {} -> {f} when there is a format method
* format method signature
  - anytype -> *std.io.Writer
  - inferred error set -> error{WriteFailed}
  - options -> (deleted)
* std.fmt.Formatted
  - now takes context type explicitly
  - no fmt string
2025-07-07 22:43:51 -07:00
..
protocol std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
tables std.os.uefi: Drop 'Efi' prefix from type names 2025-02-09 02:30:32 +00:00
device_path.zig std.os.uefi: Adjust casing of remaining enum fields 2025-02-09 02:23:53 +00:00
hii.zig std.os.uefi: reorganize namespaces 2023-08-24 22:38:47 -07:00
pool_allocator.zig std.os.uefi: Adjust casing of remaining enum fields 2025-02-09 02:23:53 +00:00
protocol.zig std.os.uefi.protocol: ziggify function signatures (#23214) 2025-04-01 10:47:51 +00:00
status.zig lib/std/os/uefi/status.zig: add error to enum conversion fn 2025-03-09 10:54:21 +00:00
tables.zig std.os.uefi: Drop 'Efi' prefix from type names 2025-02-09 02:30:32 +00:00