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

Stanza.WriteTo: Sort extra fields alphabetically #803

Merged
merged 4 commits into from
Jan 25, 2019

Commits on Jan 8, 2019

  1. Stanza.WriteTo: Sort extra fields alphabetically

    This makes the output deterministic.  This is important to me as I am
    using `Packages` index files as a kind of lockfile and committing it
    to my git repository.  Without this we get a lot of noise in the diff
    whenever the file is regenerated because
    [go randomises map iteration order][1].
    
    [1]: https://nathanleclaire.com/blog/2014/04/27/a-surprising-feature-of-golang-that-colored-me-impressed/
    wmanley committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    86dc100 View commit details
    Browse the repository at this point in the history
  2. Add William Manley (@wmanley) to AUTHORS

    My measly contribution hardly merits it but it's a requirement in
    `CONTRIBUTING.md`.
    wmanley committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    f955707 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    fd99ae0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    89537b1 View commit details
    Browse the repository at this point in the history