1
1
mirror of https://github.com/anoma/juvix.git synced 2024-08-16 11:40:36 +03:00
juvix/app
Paul Cadman 0e8ccb7db2
Remove support for examples from judoc (#2747)
The judoc examples feature is currently unused. This feature was added
in https://github.com/anoma/juvix/pull/1442

Keeping support for this feature adds a cost to HTML generation. We are
removing this to improve the performance of `juvix html`.

To just render the HTML documentation we only require the scoper result
from the pipeline. To support the examples we need the type checking
result. The cost is significant in larger projects as the pipeline is
run for each import.

Part of https://github.com/anoma/juvix/issues/2744
2024-04-22 10:03:21 +01:00
..
Commands Remove support for examples from judoc (#2747) 2024-04-22 10:03:21 +01:00
TopCommand Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
App.hs Apply common options in dev compile subcommands (#2732) 2024-04-17 16:49:22 +02:00
AsmInterpreter.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00
CommonOptions.hs Apply common options in dev compile subcommands (#2732) 2024-04-17 16:49:22 +02:00
Evaluator.hs Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
GlobalOptions.hs Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
HaskelineJB.hs upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
Main.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00
RegInterpreter.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00
TopCommand.hs Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
TreeEvaluator.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00