Files
Nim/compiler/msgs.idx
github-actions[bot] d1dc1fc5fd Deploy to GitHub pages
2026-08-27 17:46:51 +00:00

95 lines
10 KiB
Plaintext

nimTitle msgs msgs.html module msgs 0
nim InstantiationInfo msgs.html#InstantiationInfo type InstantiationInfo 21
nim instLoc msgs.html#instLoc.t template instLoc(): InstantiationInfo 22
nim flushDot msgs.html#flushDot,ConfigRef proc flushDot(conf: ConfigRef) 27
nim toCChar msgs.html#toCChar,char,string proc toCChar(c: char; result: var string) 35
nim makeCString msgs.html#makeCString,string proc makeCString(s: string): Rope 46
nim fileInfoKnown msgs.html#fileInfoKnown,ConfigRef,AbsoluteFile proc fileInfoKnown(conf: ConfigRef; filename: AbsoluteFile): bool 85
nim fileInfoIdx msgs.html#fileInfoIdx,ConfigRef,AbsoluteFile,bool proc fileInfoIdx(conf: ConfigRef; filename: AbsoluteFile; isKnownFile: var bool): FileIndex 95
nim fileInfoIdx msgs.html#fileInfoIdx,ConfigRef,AbsoluteFile proc fileInfoIdx(conf: ConfigRef; filename: AbsoluteFile): FileIndex 121
nim fileInfoIdx msgs.html#fileInfoIdx,ConfigRef,RelativeFile,bool proc fileInfoIdx(conf: ConfigRef; filename: RelativeFile; isKnownFile: var bool): FileIndex 138
nim fileInfoIdx msgs.html#fileInfoIdx,ConfigRef,RelativeFile proc fileInfoIdx(conf: ConfigRef; filename: RelativeFile): FileIndex 141
nim registerNifSuffix msgs.html#registerNifSuffix,ConfigRef,string,bool proc registerNifSuffix(conf: ConfigRef; suffix: string; isKnownFile: var bool): FileIndex 145
nim fileInfoKind msgs.html#fileInfoKind,ConfigRef,FileIndex proc fileInfoKind(conf: ConfigRef; fileIdx: FileIndex): FileInfoKind 155
nim newLineInfo msgs.html#newLineInfo,FileIndex,int,int proc newLineInfo(fileInfoIdx: FileIndex; line, col: int): TLineInfo 162
nim newLineInfo msgs.html#newLineInfo,ConfigRef,AbsoluteFile,int,int proc newLineInfo(conf: ConfigRef; filename: AbsoluteFile; line, col: int): TLineInfo 173
nim gCmdLineInfo msgs.html#gCmdLineInfo const gCmdLineInfo 176
nim suggestWriteln msgs.html#suggestWriteln,ConfigRef,string proc suggestWriteln(conf: ConfigRef; s: string) 184
nim msgQuit msgs.html#msgQuit,int8 proc msgQuit(x: int8) 192
nim msgQuit msgs.html#msgQuit,string proc msgQuit(x: string) 193
nim suggestQuit msgs.html#suggestQuit proc suggestQuit() 195
nim ColOffset msgs.html#ColOffset const ColOffset 212
nim commandLineDesc msgs.html#commandLineDesc const commandLineDesc 213
nim getInfoContextLen msgs.html#getInfoContextLen,ConfigRef proc getInfoContextLen(conf: ConfigRef): int 215
nim setInfoContextLen msgs.html#setInfoContextLen,ConfigRef,int proc setInfoContextLen(conf: ConfigRef; L: int) 216
nim pushInfoContext msgs.html#pushInfoContext,ConfigRef,TLineInfo,string proc pushInfoContext(conf: ConfigRef; info: TLineInfo; detail: string = "") 218
nim popInfoContext msgs.html#popInfoContext,ConfigRef proc popInfoContext(conf: ConfigRef) 221
nim getInfoContext msgs.html#getInfoContext,ConfigRef,int proc getInfoContext(conf: ConfigRef; index: int): TLineInfo 224
nim toFilename msgs.html#toFilename.t,ConfigRef,FileIndex template toFilename(conf: ConfigRef; fileIdx: FileIndex): string 229
nim toProjPath msgs.html#toProjPath,ConfigRef,FileIndex proc toProjPath(conf: ConfigRef; fileIdx: FileIndex): string 235
nim toFullPath msgs.html#toFullPath,ConfigRef,FileIndex proc toFullPath(conf: ConfigRef; fileIdx: FileIndex): string 240
nim setDirtyFile msgs.html#setDirtyFile,ConfigRef,FileIndex,AbsoluteFile proc setDirtyFile(conf: ConfigRef; fileIdx: FileIndex; filename: AbsoluteFile) 246
nim setHash msgs.html#setHash,ConfigRef,FileIndex,string proc setHash(conf: ConfigRef; fileIdx: FileIndex; hash: string) 251
nim getHash msgs.html#getHash,ConfigRef,FileIndex proc getHash(conf: ConfigRef; fileIdx: FileIndex): string 259
nim toFullPathConsiderDirty msgs.html#toFullPathConsiderDirty,ConfigRef,FileIndex proc toFullPathConsiderDirty(conf: ConfigRef; fileIdx: FileIndex): AbsoluteFile 266
nim toFilename msgs.html#toFilename.t,ConfigRef,TLineInfo template toFilename(conf: ConfigRef; info: TLineInfo): string 274
nim toProjPath msgs.html#toProjPath.t,ConfigRef,TLineInfo template toProjPath(conf: ConfigRef; info: TLineInfo): string 277
nim toFullPath msgs.html#toFullPath.t,ConfigRef,TLineInfo template toFullPath(conf: ConfigRef; info: TLineInfo): string 280
nim toFullPathConsiderDirty msgs.html#toFullPathConsiderDirty.t,ConfigRef,TLineInfo template toFullPathConsiderDirty(conf: ConfigRef; info: TLineInfo): string 283
nim toFilenameOption msgs.html#toFilenameOption,ConfigRef,FileIndex,FilenameOption proc toFilenameOption(conf: ConfigRef; fileIdx: FileIndex; opt: FilenameOption): string 286
nim toMsgFilename msgs.html#toMsgFilename,ConfigRef,FileIndex proc toMsgFilename(conf: ConfigRef; fileIdx: FileIndex): string 308
nim toMsgFilename msgs.html#toMsgFilename.t,ConfigRef,TLineInfo template toMsgFilename(conf: ConfigRef; info: TLineInfo): string 311
nim toLinenumber msgs.html#toLinenumber,TLineInfo proc toLinenumber(info: TLineInfo): int 314
nim toColumn msgs.html#toColumn,TLineInfo proc toColumn(info: TLineInfo): int 317
nim toFileLineCol msgs.html#toFileLineCol,ConfigRef,TLineInfo proc toFileLineCol(conf: ConfigRef; info: TLineInfo): string 324
nim `$` msgs.html#$,ConfigRef,TLineInfo proc `$`(conf: ConfigRef; info: TLineInfo): string 328
nim `$` msgs.html#$,TLineInfo proc `$`(info: TLineInfo): string 330
nim `??` msgs.html#??,ConfigRef,TLineInfo,string proc `??`(conf: ConfigRef; info: TLineInfo; filename: string): bool 332
nim msgStdout msgs.html#msgStdout MsgFlag.msgStdout 337
nim msgSkipHook msgs.html#msgSkipHook MsgFlag.msgSkipHook 337
nim msgNoUnitSep msgs.html#msgNoUnitSep MsgFlag.msgNoUnitSep 337
nim MsgFlag msgs.html#MsgFlag enum MsgFlag 337
nim MsgFlags msgs.html#MsgFlags type MsgFlags 341
nim msgWriteln msgs.html#msgWriteln,ConfigRef,string,MsgFlags proc msgWriteln(conf: ConfigRef; s: string; flags: MsgFlags = {}) 343
nim msgKindToString msgs.html#msgKindToString,TMsgKind proc msgKindToString(kind: TMsgKind): string 429
nim doNothing msgs.html#doNothing TErrorHandling.doNothing 434
nim doAbort msgs.html#doAbort TErrorHandling.doAbort 434
nim doRaise msgs.html#doRaise TErrorHandling.doRaise 434
nim TErrorHandling msgs.html#TErrorHandling enum TErrorHandling 434
nim log msgs.html#log,string proc log(s: string) 436
nim `==` msgs.html#==,TLineInfo,TLineInfo proc `==`(a, b: TLineInfo): bool 477
nim exactEquals msgs.html#exactEquals,TLineInfo,TLineInfo proc exactEquals(a, b: TLineInfo): bool 480
nim numLines msgs.html#numLines,ConfigRef,FileIndex proc numLines(conf: ConfigRef; fileIdx: FileIndex): int 508
nim sourceLine msgs.html#sourceLine,ConfigRef,TLineInfo proc sourceLine(conf: ConfigRef; i: TLineInfo): string 520
nim formatMsg msgs.html#formatMsg,ConfigRef,TLineInfo,TMsgKind,string proc formatMsg(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg: string): string 542
nim liMessage msgs.html#liMessage,ConfigRef,TLineInfo,TMsgKind,string,TErrorHandling,InstantiationInfo proc liMessage(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg: string;\n eh: TErrorHandling; info2: InstantiationInfo; isRaw = false;\n ignoreError = false) 549
nim rawMessage msgs.html#rawMessage.t,ConfigRef,TMsgKind,openArray[string] template rawMessage(conf: ConfigRef; msg: TMsgKind; args: openArray[string]) 623
nim rawMessage msgs.html#rawMessage.t,ConfigRef,TMsgKind,string template rawMessage(conf: ConfigRef; msg: TMsgKind; arg: string) 627
nim fatal msgs.html#fatal.t,ConfigRef,TLineInfo,string template fatal(conf: ConfigRef; info: TLineInfo; arg = ""; msg = errFatal) 630
nim globalAssert msgs.html#globalAssert.t,ConfigRef,untyped,TLineInfo,string template globalAssert(conf: ConfigRef; cond: untyped; info: TLineInfo = unknownLineInfo;\n arg = "") 633
nim globalError msgs.html#globalError.t,ConfigRef,TLineInfo,TMsgKind,string template globalError(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "") 640
nim globalError msgs.html#globalError.t,ConfigRef,TLineInfo,string template globalError(conf: ConfigRef; info: TLineInfo; arg: string) 645
nim localError msgs.html#localError.t,ConfigRef,TLineInfo,TMsgKind,string template localError(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "") 648
nim localError msgs.html#localError.t,ConfigRef,TLineInfo,string template localError(conf: ConfigRef; info: TLineInfo; arg: string) 651
nim message msgs.html#message.t,ConfigRef,TLineInfo,TMsgKind,string template message(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "") 654
nim warningDeprecated msgs.html#warningDeprecated,ConfigRef,TLineInfo,string proc warningDeprecated(conf: ConfigRef; info: TLineInfo = gCmdLineInfo; msg = "") 657
nim internalError msgs.html#internalError.t,ConfigRef,TLineInfo,string template internalError(conf: ConfigRef; info: TLineInfo; errMsg: string) 665
nim internalError msgs.html#internalError.t,ConfigRef,string template internalError(conf: ConfigRef; errMsg: string) 668
nim internalAssert msgs.html#internalAssert.t,ConfigRef,bool template internalAssert(conf: ConfigRef; e: bool) 671
nim lintReport msgs.html#lintReport.t,ConfigRef,TLineInfo,string,string,string template lintReport(conf: ConfigRef; info: TLineInfo; beau, got: string; extraMsg = "") 678
nim quotedFilename msgs.html#quotedFilename,ConfigRef,FileIndex proc quotedFilename(conf: ConfigRef; fi: FileIndex): Rope 685
nim quotedFilename msgs.html#quotedFilename,ConfigRef,TLineInfo proc quotedFilename(conf: ConfigRef; i: TLineInfo): Rope 693
nim listWarnings msgs.html#listWarnings,ConfigRef proc listWarnings(conf: ConfigRef) 700
nim listHints msgs.html#listHints,ConfigRef proc listHints(conf: ConfigRef) 701
nim genSuccessX msgs.html#genSuccessX,ConfigRef proc genSuccessX(conf: ConfigRef) 703
nimgrp $ msgs.html#$-procs-all proc 328
nimgrp newlineinfo msgs.html#newLineInfo-procs-all proc 162
nimgrp quotedfilename msgs.html#quotedFilename-procs-all proc 685
nimgrp fileinfoidx msgs.html#fileInfoIdx-procs-all proc 95
nimgrp msgquit msgs.html#msgQuit-procs-all proc 192
nimgrp tofilename msgs.html#toFilename-templates-all template 229
nimgrp internalerror msgs.html#internalError-templates-all template 665
nimgrp globalerror msgs.html#globalError-templates-all template 640
nimgrp rawmessage msgs.html#rawMessage-templates-all template 623
nimgrp localerror msgs.html#localError-templates-all template 648