1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/test/BackendGeb
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 Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Eval Refactor Geb values (#1940) 2023-03-29 17:53:45 +02:00
FromCore Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Compilation.hs End-to-end Geb compilation tests (#1942) 2023-03-29 14:02:40 +02:00
Eval.hs Add Geb Backend Evaluator with some extra subcommands (#1808) 2023-02-22 15:27:40 +01:00
FromCore.hs Test core to geb translation (#1865) 2023-03-27 15:32:03 +02:00