pipelines

Source   Edit  

Procs

proc compilePipelineModule(graph: ModuleGraph; fileIdx: FileIndex;
                           flags: TSymFlags; fromModule: PSym = nil): PSym {....raises: [
    OSError, KeyError, IOError, Exception, ValueError, ERecoverableError,
    EOFError, ESuggestDone], tags: [ReadDirEffect, RootEffect, ReadEnvEffect,
                                    ReadIOEffect, WriteIOEffect, WriteDirEffect,
                                    TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc compilePipelineProject(graph: ModuleGraph; projectFileIdx = InvalidFileIdx) {....raises: [
    Exception, ValueError, OSError, KeyError, IOError, ERecoverableError,
    EOFError, ESuggestDone], tags: [RootEffect, ReadDirEffect, WriteIOEffect,
                                    ReadIOEffect, ReadEnvEffect, WriteDirEffect,
                                    TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc compilePipelineSystemModule(graph: ModuleGraph) {....raises: [KeyError,
    ValueError, OSError, IOError, Exception, ERecoverableError, EOFError,
    ESuggestDone], tags: [ReadDirEffect, RootEffect, ReadEnvEffect,
                          ReadIOEffect, WriteIOEffect, WriteDirEffect,
                          TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc connectPipelineCallbacks(graph: ModuleGraph) {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
proc prePass(c: PContext; n: PNode) {....raises: [Exception, ValueError, OSError,
    KeyError, IOError, ERecoverableError, Exception, IOError, OSError], tags: [
    RootEffect, ReadDirEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect],
                                      forbids: [].}
Source   Edit  
proc processImplicitImports(graph: ModuleGraph; implicits: seq[string];
                            nodeKind: TNodeKind; m: PSym; ctx: PContext;
                            bModule: PPassContext; idgen: IdGenerator;
                            topLevelStmts: PNode) {....raises: [KeyError, OSError,
    IOError, Exception, ValueError, ERecoverableError, EOFError, ESuggestDone], tags: [
    RootEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect, WriteIOEffect,
    WriteDirEffect, TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc processPipelineModule(graph: ModuleGraph; module: PSym; idgen: IdGenerator;
                           stream: PLLStream): bool {....raises: [Exception,
    KeyError, OSError, IOError, ValueError, ERecoverableError, EOFError,
    ESuggestDone], tags: [RootEffect, ReadEnvEffect, ReadIOEffect,
                          ReadDirEffect, WriteIOEffect, WriteDirEffect,
                          TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc setPipeLinePass(graph: ModuleGraph; pass: PipelinePass) {....raises: [],
    tags: [], forbids: [].}
Source   Edit