pipelines

Source   Edit  

Procs

proc compilePipelineModule(graph: ModuleGraph; fileIdx: FileIndex;
                           flags: TSymFlags; fromModule: PSym = nil): PSym {....raises: [
    Exception, OSError, KeyError, ValueError, IOError, ERecoverableError,
    EOFError, ESuggestDone], tags: [ReadDirEffect, RootEffect, ReadEnvEffect,
                                    ReadIOEffect, WriteIOEffect, WriteDirEffect,
                                    TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc compilePipelineProject(graph: ModuleGraph; projectFileIdx = InvalidFileIdx) {....raises: [
    Exception, ValueError, KeyError, IOError, ERecoverableError, OSError,
    EOFError, ESuggestDone], tags: [RootEffect, ReadDirEffect, WriteIOEffect,
                                    ReadIOEffect, ReadEnvEffect, WriteDirEffect,
                                    TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc compilePipelineSystemModule(graph: ModuleGraph) {....raises: [KeyError,
    Exception, OSError, ValueError, IOError, 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, KeyError, ValueError,
    IOError, ERecoverableError, OSError, Exception, IOError], 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,
    ValueError, IOError, Exception, OSError, ERecoverableError, EOFError,
    ESuggestDone], tags: [WriteIOEffect, ReadDirEffect, RootEffect,
                          ReadEnvEffect, ReadIOEffect, WriteDirEffect,
                          TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc processPipelineModule(graph: ModuleGraph; module: PSym; idgen: IdGenerator;
                           stream: PLLStream): bool {....raises: [Exception,
    KeyError, ValueError, IOError, OSError, ERecoverableError, EOFError,
    ESuggestDone], tags: [RootEffect, WriteIOEffect, ReadDirEffect,
                          ReadEnvEffect, ReadIOEffect, WriteDirEffect,
                          TimeEffect, ExecIOEffect], forbids: [].}
Source   Edit  
proc setPipeLinePass(graph: ModuleGraph; pass: PipelinePass) {....raises: [],
    tags: [], forbids: [].}
Source   Edit