mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-27 01:26:20 +00: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