package vsrocq-language-server
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
VSRocq language server
Install
dune-project
Dependency
Authors
Maintainers
Sources
vsrocq-language-server-2.4.3.tar.gz
md5=fbc594cef4ba2469882803c12fb5cd51
sha512=2f93d42591e9030f2786f1d9a9783ed92c2cd299ccfd99d0a65f3b5984762f61c1bec3b3f854a557f72ca6c309e9c1eaec27065f0ee1a9cb9dfa4a7ee05dac15
doc/vsrocq-language-server.dm/Dm/ExecutionManager/index.html
Module Dm.ExecutionManagerSource
The event manager is in charge of the actual event of tasks (as defined by the scheduler), caching event states and invalidating them. It can delegate to worker processes via DelegationManager
Source
type options = {delegation_mode : delegation_mode;completion_options : Protocol.Settings.Completion.t;enableDiagnostics : bool;
}Execution state, includes the cache
we know if it worked but we do not have the state in this process
Source
val handle_event :
Document.document ->
event ->
state ->
Types.sentence_id option
* (Types.sentence_id * Types.sentence_checking_result) option
* state option
* eventsEvents for the main loop
Execution happens in two steps. In particular the event one takes only one task at a time to ease checking for interruption
Source
val build_tasks_for :
Document.document ->
Scheduler.schedule ->
state ->
Types.sentence_id ->
Vernacstate.t * prepared_task list * state * errored_sentenceSource
val execute :
state ->
Document.document ->
(Vernacstate.t * events * bool) ->
prepared_task ->
(Types.sentence_id * Types.sentence_checking_result) list
* state
* Vernacstate.t
* events
* errored_sentenceSource
val view_task :
prepared_task ->
[ `Local of Types.sentence_id
| `Remote of
Types.sentence_id
* Types.sentence_id
* Types.sentence_id
* Types.sentence_id ]Rocq toplevels for delegation without fork
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>