Skip to content

Commit

Permalink
Remove nondeterminism from tags extractor (#545)
Browse files Browse the repository at this point in the history
# Objective

Fix the issue where running the tags extractor multiple times produces
different outputs.

# Solution

- Replace `HashMap` with `TreeMap` to make iteration consistent.
- Add `RegistryKeyComparator` because registry keys are not
`Comparable`.
  • Loading branch information
rj00a authored Oct 6, 2023
1 parent 67a7afb commit b8ac380
Show file tree
Hide file tree
Showing 3 changed files with 5,032 additions and 5,006 deletions.
Loading

0 comments on commit b8ac380

Please sign in to comment.