zig/test/standalone/ios
Andrew Kelley bee8005fe6 std.heap.DebugAllocator: never detect TTY config
instead, allow the user to set it as a field.

this fixes a bug where leak printing and error printing would run tty
config detection for stderr, and then emit a log, which is not necessary
going to print to stderr.

however, the nice defaults are gone; the user must explicitly assign the
tty_config field during initialization or else the logging will not have
color.

related: https://github.com/ziglang/zig/issues/24510
2025-12-23 22:15:08 -08:00
..
build.zig std.heap.DebugAllocator: never detect TTY config 2025-12-23 22:15:08 -08:00
main.m standalone: add iOS smoke test - test ability to target iOS with Zig 2023-08-18 11:58:11 +02:00