Files
Nim/compiler/msgs.idx
github-actions[bot] 0686a3c470 Deploy to GitHub pages
2026-07-22 18:32:37 +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) 31
nim toCChar msgs.html#toCChar,char,string proc toCChar(c: char; result: var string) 39
nim makeCString msgs.html#makeCString,string proc makeCString(s: string): Rope 50
nim fileInfoKnown msgs.html#fileInfoKnown,ConfigRef,AbsoluteFile proc fileInfoKnown(conf: ConfigRef; filename: AbsoluteFile): bool 88
nim fileInfoIdx msgs.html#fileInfoIdx,ConfigRef,AbsoluteFile,bool proc fileInfoIdx(conf: ConfigRef; filename: AbsoluteFile; isKnownFile: var bool): FileIndex 98
nim fileInfoIdx msgs.html#fileInfoIdx,ConfigRef,AbsoluteFile proc fileInfoIdx(conf: ConfigRef; filename: AbsoluteFile): FileIndex 124
nim fileInfoIdx msgs.html#fileInfoIdx,ConfigRef,RelativeFile,bool proc fileInfoIdx(conf: ConfigRef; filename: RelativeFile; isKnownFile: var bool): FileIndex 141
nim fileInfoIdx msgs.html#fileInfoIdx,ConfigRef,RelativeFile proc fileInfoIdx(conf: ConfigRef; filename: RelativeFile): FileIndex 144
nim registerNifSuffix msgs.html#registerNifSuffix,ConfigRef,string,bool proc registerNifSuffix(conf: ConfigRef; suffix: string; isKnownFile: var bool): FileIndex 148
nim fileInfoKind msgs.html#fileInfoKind,ConfigRef,FileIndex proc fileInfoKind(conf: ConfigRef; fileIdx: FileIndex): FileInfoKind 158
nim newLineInfo msgs.html#newLineInfo,FileIndex,int,int proc newLineInfo(fileInfoIdx: FileIndex; line, col: int): TLineInfo 165
nim newLineInfo msgs.html#newLineInfo,ConfigRef,AbsoluteFile,int,int proc newLineInfo(conf: ConfigRef; filename: AbsoluteFile; line, col: int): TLineInfo 176
nim gCmdLineInfo msgs.html#gCmdLineInfo const gCmdLineInfo 179
nim suggestWriteln msgs.html#suggestWriteln,ConfigRef,string proc suggestWriteln(conf: ConfigRef; s: string) 187
nim msgQuit msgs.html#msgQuit,int8 proc msgQuit(x: int8) 195
nim msgQuit msgs.html#msgQuit,string proc msgQuit(x: string) 196
nim suggestQuit msgs.html#suggestQuit proc suggestQuit() 198
nim ColOffset msgs.html#ColOffset const ColOffset 215
nim commandLineDesc msgs.html#commandLineDesc const commandLineDesc 216
nim getInfoContextLen msgs.html#getInfoContextLen,ConfigRef proc getInfoContextLen(conf: ConfigRef): int 218
nim setInfoContextLen msgs.html#setInfoContextLen,ConfigRef,int proc setInfoContextLen(conf: ConfigRef; L: int) 219
nim pushInfoContext msgs.html#pushInfoContext,ConfigRef,TLineInfo,string proc pushInfoContext(conf: ConfigRef; info: TLineInfo; detail: string = "") 221
nim popInfoContext msgs.html#popInfoContext,ConfigRef proc popInfoContext(conf: ConfigRef) 224
nim getInfoContext msgs.html#getInfoContext,ConfigRef,int proc getInfoContext(conf: ConfigRef; index: int): TLineInfo 227
nim toFilename msgs.html#toFilename.t,ConfigRef,FileIndex template toFilename(conf: ConfigRef; fileIdx: FileIndex): string 232
nim toProjPath msgs.html#toProjPath,ConfigRef,FileIndex proc toProjPath(conf: ConfigRef; fileIdx: FileIndex): string 238
nim toFullPath msgs.html#toFullPath,ConfigRef,FileIndex proc toFullPath(conf: ConfigRef; fileIdx: FileIndex): string 243
nim setDirtyFile msgs.html#setDirtyFile,ConfigRef,FileIndex,AbsoluteFile proc setDirtyFile(conf: ConfigRef; fileIdx: FileIndex; filename: AbsoluteFile) 249
nim setHash msgs.html#setHash,ConfigRef,FileIndex,string proc setHash(conf: ConfigRef; fileIdx: FileIndex; hash: string) 254
nim getHash msgs.html#getHash,ConfigRef,FileIndex proc getHash(conf: ConfigRef; fileIdx: FileIndex): string 262
nim toFullPathConsiderDirty msgs.html#toFullPathConsiderDirty,ConfigRef,FileIndex proc toFullPathConsiderDirty(conf: ConfigRef; fileIdx: FileIndex): AbsoluteFile 269
nim toFilename msgs.html#toFilename.t,ConfigRef,TLineInfo template toFilename(conf: ConfigRef; info: TLineInfo): string 277
nim toProjPath msgs.html#toProjPath.t,ConfigRef,TLineInfo template toProjPath(conf: ConfigRef; info: TLineInfo): string 280
nim toFullPath msgs.html#toFullPath.t,ConfigRef,TLineInfo template toFullPath(conf: ConfigRef; info: TLineInfo): string 283
nim toFullPathConsiderDirty msgs.html#toFullPathConsiderDirty.t,ConfigRef,TLineInfo template toFullPathConsiderDirty(conf: ConfigRef; info: TLineInfo): string 286
nim toFilenameOption msgs.html#toFilenameOption,ConfigRef,FileIndex,FilenameOption proc toFilenameOption(conf: ConfigRef; fileIdx: FileIndex; opt: FilenameOption): string 289
nim toMsgFilename msgs.html#toMsgFilename,ConfigRef,FileIndex proc toMsgFilename(conf: ConfigRef; fileIdx: FileIndex): string 311
nim toMsgFilename msgs.html#toMsgFilename.t,ConfigRef,TLineInfo template toMsgFilename(conf: ConfigRef; info: TLineInfo): string 314
nim toLinenumber msgs.html#toLinenumber,TLineInfo proc toLinenumber(info: TLineInfo): int 317
nim toColumn msgs.html#toColumn,TLineInfo proc toColumn(info: TLineInfo): int 320
nim toFileLineCol msgs.html#toFileLineCol,ConfigRef,TLineInfo proc toFileLineCol(conf: ConfigRef; info: TLineInfo): string 327
nim `$` msgs.html#$,ConfigRef,TLineInfo proc `$`(conf: ConfigRef; info: TLineInfo): string 331
nim `$` msgs.html#$,TLineInfo proc `$`(info: TLineInfo): string 333
nim `??` msgs.html#??,ConfigRef,TLineInfo,string proc `??`(conf: ConfigRef; info: TLineInfo; filename: string): bool 335
nim msgStdout msgs.html#msgStdout MsgFlag.msgStdout 340
nim msgSkipHook msgs.html#msgSkipHook MsgFlag.msgSkipHook 340
nim msgNoUnitSep msgs.html#msgNoUnitSep MsgFlag.msgNoUnitSep 340
nim MsgFlag msgs.html#MsgFlag enum MsgFlag 340
nim MsgFlags msgs.html#MsgFlags type MsgFlags 344
nim msgWriteln msgs.html#msgWriteln,ConfigRef,string,MsgFlags proc msgWriteln(conf: ConfigRef; s: string; flags: MsgFlags = {}) 346
nim msgKindToString msgs.html#msgKindToString,TMsgKind proc msgKindToString(kind: TMsgKind): string 432
nim doNothing msgs.html#doNothing TErrorHandling.doNothing 437
nim doAbort msgs.html#doAbort TErrorHandling.doAbort 437
nim doRaise msgs.html#doRaise TErrorHandling.doRaise 437
nim TErrorHandling msgs.html#TErrorHandling enum TErrorHandling 437
nim log msgs.html#log,string proc log(s: string) 439
nim `==` msgs.html#==,TLineInfo,TLineInfo proc `==`(a, b: TLineInfo): bool 480
nim exactEquals msgs.html#exactEquals,TLineInfo,TLineInfo proc exactEquals(a, b: TLineInfo): bool 483
nim numLines msgs.html#numLines,ConfigRef,FileIndex proc numLines(conf: ConfigRef; fileIdx: FileIndex): int 511
nim sourceLine msgs.html#sourceLine,ConfigRef,TLineInfo proc sourceLine(conf: ConfigRef; i: TLineInfo): string 523
nim formatMsg msgs.html#formatMsg,ConfigRef,TLineInfo,TMsgKind,string proc formatMsg(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg: string): string 545
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) 552
nim rawMessage msgs.html#rawMessage.t,ConfigRef,TMsgKind,openArray[string] template rawMessage(conf: ConfigRef; msg: TMsgKind; args: openArray[string]) 626
nim rawMessage msgs.html#rawMessage.t,ConfigRef,TMsgKind,string template rawMessage(conf: ConfigRef; msg: TMsgKind; arg: string) 630
nim fatal msgs.html#fatal.t,ConfigRef,TLineInfo,string template fatal(conf: ConfigRef; info: TLineInfo; arg = ""; msg = errFatal) 633
nim globalAssert msgs.html#globalAssert.t,ConfigRef,untyped,TLineInfo,string template globalAssert(conf: ConfigRef; cond: untyped; info: TLineInfo = unknownLineInfo;\n arg = "") 636
nim globalError msgs.html#globalError.t,ConfigRef,TLineInfo,TMsgKind,string template globalError(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "") 643
nim globalError msgs.html#globalError.t,ConfigRef,TLineInfo,string template globalError(conf: ConfigRef; info: TLineInfo; arg: string) 648
nim localError msgs.html#localError.t,ConfigRef,TLineInfo,TMsgKind,string template localError(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "") 651
nim localError msgs.html#localError.t,ConfigRef,TLineInfo,string template localError(conf: ConfigRef; info: TLineInfo; arg: string) 654
nim message msgs.html#message.t,ConfigRef,TLineInfo,TMsgKind,string template message(conf: ConfigRef; info: TLineInfo; msg: TMsgKind; arg = "") 657
nim warningDeprecated msgs.html#warningDeprecated,ConfigRef,TLineInfo,string proc warningDeprecated(conf: ConfigRef; info: TLineInfo = gCmdLineInfo; msg = "") 660
nim internalError msgs.html#internalError.t,ConfigRef,TLineInfo,string template internalError(conf: ConfigRef; info: TLineInfo; errMsg: string) 668
nim internalError msgs.html#internalError.t,ConfigRef,string template internalError(conf: ConfigRef; errMsg: string) 671
nim internalAssert msgs.html#internalAssert.t,ConfigRef,bool template internalAssert(conf: ConfigRef; e: bool) 674
nim lintReport msgs.html#lintReport.t,ConfigRef,TLineInfo,string,string,string template lintReport(conf: ConfigRef; info: TLineInfo; beau, got: string; extraMsg = "") 681
nim quotedFilename msgs.html#quotedFilename,ConfigRef,FileIndex proc quotedFilename(conf: ConfigRef; fi: FileIndex): Rope 688
nim quotedFilename msgs.html#quotedFilename,ConfigRef,TLineInfo proc quotedFilename(conf: ConfigRef; i: TLineInfo): Rope 696
nim listWarnings msgs.html#listWarnings,ConfigRef proc listWarnings(conf: ConfigRef) 703
nim listHints msgs.html#listHints,ConfigRef proc listHints(conf: ConfigRef) 704
nim genSuccessX msgs.html#genSuccessX,ConfigRef proc genSuccessX(conf: ConfigRef) 706
nimgrp $ msgs.html#$-procs-all proc 331
nimgrp newlineinfo msgs.html#newLineInfo-procs-all proc 165
nimgrp quotedfilename msgs.html#quotedFilename-procs-all proc 688
nimgrp fileinfoidx msgs.html#fileInfoIdx-procs-all proc 98
nimgrp msgquit msgs.html#msgQuit-procs-all proc 195
nimgrp tofilename msgs.html#toFilename-templates-all template 232
nimgrp internalerror msgs.html#internalError-templates-all template 668
nimgrp globalerror msgs.html#globalError-templates-all template 643
nimgrp rawmessage msgs.html#rawMessage-templates-all template 626
nimgrp localerror msgs.html#localError-templates-all template 651