aiken/crates
KtorZ 6de1d91104
Create dedicated error when environment isn't found.
This is less confusing that getting an 'UnknownModule' error reporting
  even a different module name than the one actually being important
  ('env').

  Also, this commit fixes a few errors found in the type-checker
  when reporting 'UnknownModule' errors. About half the time, we would
  actually attached _imported modules_ instead of _importable modules_
  to the error, making the neighboring suggestion quite worse (nay
  useless).
2024-08-04 14:48:03 +02:00
..
aiken Thread down environment module from cli down to the type-checker 2024-08-04 10:27:32 +02:00
aiken-lang Create dedicated error when environment isn't found. 2024-08-04 14:48:03 +02:00
aiken-lsp Thread down environment module from cli down to the type-checker 2024-08-04 10:27:32 +02:00
aiken-project Ensure env modules dependencies are properly handled. 2024-08-04 10:33:58 +02:00
uplc Prune pallas dependencies. 2024-08-03 14:14:49 +02:00