Skip to content

Sort tags in postcard2.html to avoid big diffs between builds#333

Open
deshipu wants to merge 1 commit into
sunpy:mainfrom
deshipu:sort-tags
Open

Sort tags in postcard2.html to avoid big diffs between builds#333
deshipu wants to merge 1 commit into
sunpy:mainfrom
deshipu:sort-tags

Conversation

@deshipu

@deshipu deshipu commented Jun 27, 2026

Copy link
Copy Markdown

PR Description

Since Python randomizes set order, each commit has unnecessary differences in the order of the tag lists. This fixes it by making sure the tags are sorted the same way every time.

Fixes #332

AI Assistance Disclosure

AI tools were used for:

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding
  • No AI tools were used

Regardless of AI use, the human contributor remains fully responsible for correctness, design choices, licensing compatibility, and long-term maintainability.

Since Python randomizes set order, each commit has unnecessary
differences in the order of the tag lists. This fixes it by making sure
the tags are sorted the same way every time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unnecessary differences between each build

1 participant