exceptions.py: sort set of expected things to get deterministic result Currently expected tokens are stored in a set, and because of that the order they appear in error message is unstable - different runs may produce different orderings. Here I sort the set of expected tokens, so that the order is guaranteed to be stable between runs.
Recent Commits to lark:master
-
exceptions.py: sort set of expected things to get deterministic result