Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update processing of Usage doc key to not rely on order of "values"
Previously, we assumed that "values" would return a list whose first element was a list of arguments for which isOption evaluated to true and whose second element was a list of arguments for which it evaluated to false. But the order of the elements in "values" is too dependent on the internal workings of hash tables (hash codes, buckets, linked lists, etc.), so we refactor the code to not rely on it.
- Loading branch information