aiken/crates
KtorZ 2dca0c4185
Ensure env modules dependencies are properly handled.
We figure out dependencies by looking at 'use' definition in parsed
  modules. However, in the case of environment modules, we must consider
  all of them when seeing "use env". Without that, the env modules are
  simply compiled in parallel and may not yet have been compiled when
  they are needed as actual dependencies.
2024-08-04 10:33:58 +02:00
..
aiken Thread down environment module from cli down to the type-checker 2024-08-04 10:27:32 +02:00
aiken-lang Ensure env modules dependencies are properly handled. 2024-08-04 10:33:58 +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