mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 03:42:23 -07:00
Serialize errors to make them sortable, deterministic, and generally more control
This commit is contained in:
@@ -1389,7 +1389,7 @@ gb_internal LoadDirectiveResult check_load_directory_directive(CheckerContext *c
|
||||
}
|
||||
}
|
||||
|
||||
gb_sort_array(file_caches.data, file_caches.count, file_cache_sort_cmp);
|
||||
array_sort(file_caches, file_cache_sort_cmp);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user