Skip to content

Commit

Permalink
allow user config to set foreignPackageNotes; system module needs c…
Browse files Browse the repository at this point in the history
…an now show a stacktrace + instantiated from with --stacktrace:on + --hint:ExtendedContext:on
  • Loading branch information
timotheecour committed Feb 7, 2019
1 parent d2c121f commit cb3809a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/commands.nim
Expand Up @@ -201,6 +201,7 @@ proc processSpecificNote*(arg: string, state: TSpecialWord, pass: TCmdLinePass,
incl(conf.notes, n)
incl(conf.mainPackageNotes, n)
incl(conf.enableNotes, n)
incl(conf.foreignPackageNotes, n)
of "off":
excl(conf.notes, n)
excl(conf.mainPackageNotes, n)
Expand Down

0 comments on commit cb3809a

Please sign in to comment.