mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-07 11:04:17 +00:00
Serialize errors to make them sortable, deterministic, and generally more control
This commit is contained in:
@@ -1272,6 +1272,10 @@ gb_internal String get_fullpath_core_collection(gbAllocator a, String path, bool
|
||||
gb_internal bool show_error_line(void) {
|
||||
return !build_context.hide_error_line;
|
||||
}
|
||||
|
||||
gb_internal bool terse_errors(void) {
|
||||
return build_context.terse_errors;
|
||||
}
|
||||
gb_internal bool has_ansi_terminal_colours(void) {
|
||||
return build_context.has_ansi_terminal_colours;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user