1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-19 21:01:48 +03:00
juvix/test/Compilation
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
..
Base.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Negative.hs Run test suite in parallel (#2507) 2023-11-16 16:19:52 +01:00
Positive.hs Remove old typechecker (#2545) 2023-12-01 16:50:37 +01:00