Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 317 Bytes

NEP-0024:-True-incremental-compilation.md

File metadata and controls

7 lines (5 loc) · 317 Bytes
status
accepted

Currently, when a compilation process is interrupted, it has to be restarted from scratch. Partial recompilation will save time.

This would require the compilation of an item rep to be a single independent unit that updates the dependency graphs etc. I’m not sure how feasible this is.