aiken/crates/lang
KtorZ 28c907d9de
Fix acceptance 021: allow registering type aliases in any order.
This is the most intuitive thing I could come up with: since the
  problem is mainly due to the order in which we try declaring the
  aliases, then it suffices to simply try as much as we can, and retry
  on failure until there's no more failure.

  Note that it's important to detect cycles if we do such thing (which
  we can by noticing that a given iteration didn't make any progress).

  It works pretty well in the end and even allow us to define a new kind
  of type error should there be a cyclic definition.
2022-12-21 09:43:37 +01:00
..
src Fix acceptance 021: allow registering type aliases in any order. 2022-12-21 09:43:37 +01:00
Cargo.toml chore: clean some links up so they point to the new repo 2022-12-17 11:19:02 -05:00