1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +03:00
juvix/app/Commands
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
..
Clean Use Package.juvix in the global project (#2499) 2023-11-06 11:49:43 +00:00
Compile Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Dependencies Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Dev Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Doctor Global offline flag (#2335) 2023-09-05 17:11:17 +02:00
Eval Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Extra Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Format Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Html Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Init Add PackageDescription.Basic module Package variant (#2509) 2023-11-13 17:36:18 +00:00
Markdown Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Repl Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Typecheck Add support for Literate Juvix Markdown (#2448) 2023-11-10 13:55:36 +01:00
Base.hs Refactor CLI (#1527) 2022-09-14 16:16:15 +02:00
Clean.hs Use Package.juvix in the global project (#2499) 2023-11-06 11:49:43 +00:00
Compile.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Dependencies.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Dev.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Doctor.hs Use a versioned documentation link in the doctor output (#2475) 2023-10-26 11:51:48 +01:00
Eval.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Format.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Html.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Init.hs Run test suite in parallel (#2507) 2023-11-16 16:19:52 +01:00
Markdown.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Repl.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00
Typecheck.hs Read Package on demand and cache it (#2548) 2023-12-06 18:24:59 +01:00