compiler/nimconf

  Source   Edit

Procs

proc getSystemConfigPath(conf: ConfigRef; filename: RelativeFile): AbsoluteFile {.
    ...raises: [OSError], tags: [ReadIOEffect].}
  Source   Edit
proc getUserConfigPath(filename: RelativeFile): AbsoluteFile {.
    ...raises: [OSError], tags: [ReadEnvEffect, ReadIOEffect].}
  Source   Edit
proc loadConfigs(cfg: RelativeFile; cache: IdentCache; conf: ConfigRef;
                 idgen: IdGenerator) {....raises: [OSError, IOError, Exception,
    KeyError, ValueError, ERecoverableError, EOFError], tags: [ReadIOEffect,
    ReadDirEffect, ReadEnvEffect, RootEffect, WriteIOEffect, WriteEnvEffect,
    WriteDirEffect].}
  Source   Edit
proc readConfigFile(filename: AbsoluteFile; cache: IdentCache; config: ConfigRef): bool {....raises: [
    IOError, Exception, KeyError, ValueError, OSError, ERecoverableError,
    EOFError], tags: [ReadIOEffect, RootEffect, ReadDirEffect, WriteIOEffect,
                      ReadEnvEffect, WriteEnvEffect, WriteDirEffect].}
  Source   Edit