incremental

Basic type definitions the module graph needs in order to support incremental compilations.

Templates

template init(incr: IncrementalCtx)
  Source Edit
template addModuleDep(incr: var IncrementalCtx; conf: ConfigRef;
                      module, fileIdx: FileIndex; isIncludeFile: bool)
  Source Edit