Serialize errors to make them sortable, deterministic, and generally more control

This commit is contained in:
gingerBill
2024-03-19 15:34:29 +00:00
parent 8ff788f4ff
commit 9a2fc6cf4c
12 changed files with 159 additions and 94 deletions
+1 -1
View File
@@ -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);
}