Commit 2024-06-17 20:45 b83d79b9
View on Github →fix(GetAllModules): sort module names instead of file names (#13854)
Different platforms have different path separators, making the sorting of files by their names platform-dependent.
This meant the output mk_all
would depend on which platform it was run on.
To avoid this, we sort the resulting module names instead