⇨ git grep GlobalError compiler/c2nim/clex.nim: msgs.GlobalError(getLineInfo(L), msg, arg) compiler/c2nim/clex.nim: msgs.GlobalError(info, msg, arg) compiler/evalffi.nim: GlobalError(info, "cannot map calling convention to FFI") compiler/evalffi.nim: GlobalError(x.info, "cannot pack unnamed tuple") compiler/evalffi.nim: GlobalError(v.info, "cannot map value to FFI (tyEnum, tySet)") compiler/evalffi.nim: GlobalError(v.info, "cannot map pointer/proc value to FFI") compiler/evalffi.nim: GlobalError(v.info, "cannot map value to FFI " & typeToString(v.typ)) compiler/evalffi.nim: GlobalError(v.info, "cannot map value to FFI " & typeToString(v.typ)) compiler/evalffi.nim: GlobalError(result.info, "case objects cannot be unpacked") compiler/evalffi.nim: GlobalError(n.info, "cannot map value from FFI") compiler/evalffi.nim: GlobalError(n.info, "cannot unpack unnamed tuple") compiler/evalffi.nim: GlobalError(n.info, "cannot map value from FFI") compiler/evalffi.nim: #GlobalError(n.info, "cannot map value from FFI") compiler/evalffi.nim: GlobalError(n.info, "cannot map value from FFI (tyEnum, tySet)") compiler/evalffi.nim: GlobalError(n.info, "cannot map value from FFI " & typeToString(typ)) compiler/evalffi.nim: GlobalError(n.info, "cannot map value from FFI " & typeToString(typ)) compiler/evalffi.nim: GlobalError(call.info, "cannot map FFI type") compiler/evalffi.nim: GlobalError(call.info, "error in FFI call") compiler/evals.nim: GlobalError(code.info, errExprExpected, "multiple statements") compiler/evals.nim: GlobalError(n.info, errStringLiteralExpected) compiler/evals.nim: # XXX GlobalError() is ugly here, but I don't know a better solution for now compiler/evals.nim: GlobalError(n.info, errTemplateInstantiationTooNested) compiler/evals.nim: if cyclicTree(result): GlobalError(n.info, errCyclicTree) compiler/sem.nim: #GlobalError(s.info, errInvalidParamKindX, typeToString(s.typ.sons[0])) compiler/semexprs.nim: #GlobalError(n.sons[0].info, errCircumNeedsPointer) compiler/semexprs.nim: #GlobalError(n.info, errIndexTypesDoNotMatch) compiler/vm.nim: # XXX GlobalError() is ugly here, but I don't know a better solution for now