aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-01-26 09:55:04 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-01-26 09:55:04 -0500
commit3839ea89785856bbed0624a6a18eb6e5acfb46c3 (patch)
tree5aadd86ef359eb847bf842f9594690737f0e67c4 /src/main.cpp
parentd9fb6c20540300013dc67ec144b555b8ab649646 (diff)
downloadzig-3839ea89785856bbed0624a6a18eb6e5acfb46c3.tar.gz
zig-3839ea89785856bbed0624a6a18eb6e5acfb46c3.zip
fix debug info code not being freestanding compatible
in stack tracing code, the idea was to detect the tty settings at the top of the stack and pass the information down. somewhere along the way this got changed so that setTtyColor was assuming the global stderr_file was related to the output stream the stack trace was being printed to. now, tty_color is changed to tty_config, and it is an enum rather than a bool, telling how tty colors are expected to be handled. windows is still incorrectly looking at stderr_file.
Diffstat (limited to 'src/main.cpp')
0 files changed, 0 insertions, 0 deletions