aiken/crates
KtorZ 862fc490c1
Use error's description for snapshot assertions + sort reported expected tokens
Turns out the snapshot test would randomly fail because the expected
  tokens are a HashSet, which is unordered by construction. So, using
  the auto-derived `Debug` instance to compare it with snapshot would
  only succeed if the tokens happened to be in the same order in the
  HashSet, which only happens by accident.

Signed-off-by: KtorZ <matthias.benkort@gmail.com>
2025-03-02 13:45:05 +01:00
..
aiken Version 1.1.13 2025-02-26 10:07:00 -05:00
aiken-lang Use error's description for snapshot assertions + sort reported expected tokens 2025-03-02 13:45:05 +01:00
aiken-lsp Version 1.1.13 2025-02-26 10:07:00 -05:00
aiken-project Version 1.1.13 2025-02-26 10:07:00 -05:00
uplc Version 1.1.13 2025-02-26 10:07:00 -05:00