Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redesign of parallel background compilation without clones
- no clones any more, existing jobs are directly linked - the whole require command is processed by coqdep to determine the required files, this fixes ProofGeneral#352 - the require commands are a separate kind of jobs, because they do not need to get compiled - queue items are only stored in require jobs and file jobs can not have a queue dependency, this simplifies the logic
- Loading branch information