Recent Commits to lark:master

  • 02/03/2026 14:25

    exceptions.py: sort set of expected things to get deterministic result

    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.

Log in