Display user hints/warnings from foreign packages (#17024)

This commit is contained in:
Danil Yarantsev
2021-02-12 16:03:42 +03:00
committed by GitHub
parent 18c24eb4d0
commit 66bf9b18b0

View File

@@ -428,7 +428,8 @@ template newPackageCache*(): untyped =
proc newProfileData(): ProfileData =
ProfileData(data: newTable[TLineInfo, ProfileInfo]())
const foreignPackageNotesDefault* = {hintProcessing, warnUnknownMagic, hintQuitCalled, hintExecuting}
const foreignPackageNotesDefault* = {
hintProcessing, warnUnknownMagic, hintQuitCalled, hintExecuting, hintUser, warnUser}
proc newConfigRef*(): ConfigRef =
result = ConfigRef(