Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Sort the results of globby when constructing Story Index #16788

Merged
merged 3 commits into from Nov 26, 2021

Commits on Nov 25, 2021

  1. Copy the full SHA
    95b9763 View commit details
    Browse the repository at this point in the history
  2. Sort globbed files for consistent ordering.

    For #16767
    
    Apparently globby's order is non deterministic: sindresorhus/globby#131
    
    I wasn't able to reproduce in our tests but definitely saw the behaviour in the issue.
    tmeasday committed Nov 25, 2021
    Copy the full SHA
    14c30cf View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Update snapshot

    tmeasday committed Nov 26, 2021
    Copy the full SHA
    044f731 View commit details
    Browse the repository at this point in the history