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
The HashSet is not ordered, so iterating over it returns the
ScriptLanguages in a random order. But we want them in priority order,
which is the order they are added to the collection.
This change arguably breaks backwards compatibility, but in 99% of the
cases the API calls in practice will be the same (e.g., contains), so
I'm going to fudge this one.
0 commit comments