enso/engine/runtime-compiler/src
Pavel Marek 612289e498
IR caches can be disabled for --compile (#11172)
Ensures that the following command:
```
enso  --no-global-cache --no-ir-caches --no-compile-dependencies --no-read-ir-caches --compile built-distribution/enso-engine-0.0.0-dev-linux-amd64/enso-0.0.0-dev/lib/Standard/Base/0.0.0-dev/
```
does not load IRs from caches, but actually compiles all the modules in `Standard.Base` library.

# Important Notes
- Add some logging on places, fix some typos.
2024-09-26 18:44:15 +00:00
..
main IR caches can be disabled for --compile (#11172) 2024-09-26 18:44:15 +00:00
test/java/org/enso/compiler/test engine-runner and language-server are separate JPMS modules (#10823) 2024-09-25 21:33:13 +02:00