You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course we don't want to break everybody's index, so we need to understand what's the current order and guarantee it stays the same. Looking at CHaP it seems currently we have cabal files ordered by package-id (or I should say filepath) followed by all package.json files (again by package-id/filepath).
That forP is concering, there could be multiple packages added with the same timestamp and their relative order might not be guaranteed. getDirectoryFiles seems to do some sorting in its implementation but I am not sure we can call this a guarantee.
So far I am sorting by timestamp but I should sort secondarily on package id too.
The text was updated successfully, but these errors were encountered: