aiken/crates/aiken-lang
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
..
src Use error's description for snapshot assertions + sort reported expected tokens 2025-03-02 13:45:05 +01:00
Cargo.toml Version 1.1.13 2025-02-26 10:07:00 -05:00
build.rs Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00