1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 08:15:41 +03:00
juvix/tests/Geb/positive
Jan Mas Rovira 69594edc7b
Read Package on demand and cache it (#2548)
This patch dramatically increases the efficiency of `juvix dev root`,
which was unnecessarily parsing all dependencies included in the
`Package.juvix` file. Other commands that do not require the `Package`
will also be faster.

It also refactors some functions so that the `TaggedLock` effect is run
globally.

I've added `singletons-base` as a dependency so we can have `++` on the
type level. We've tried to define a type family ourselves but inference
was not working properly.
2023-12-06 18:24:59 +01:00
..
Compilation Add PackageDescription.Basic module Package variant (#2509) 2023-11-13 17:36:18 +00:00
Core Normalization by Evaluation (#2038) 2023-05-15 18:01:40 +02:00
Eval/out Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
app-app-lambda.geb Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
app-case-on.geb Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
app-fst-pair.geb Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
app-lambda.geb Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
basic-app.geb Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
case-on.geb Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
lamb.geb Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
left-unit.geb Update Geb backend (#2436) 2023-10-06 17:37:08 +02:00
Package.juvix Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00