Skip to content

Commit

Permalink
0.5.7: hide long-line hint in .cfg parses
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 20, 2019
1 parent 4b93dfb commit 60ab6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.5.6"
version = "0.5.7"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions src/nimph/config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ proc loadAllCfgs*(directory: string): ConfigRef =
# maybe we should turn off configuration hints for these reads
when not defined(debug) and not defined(debugPath):
result.notes.excl hintConf
result.notes.excl hintLineTooLong
when defined(debugPath):
result.notes.incl hintPath

Expand Down

0 comments on commit 60ab6a2

Please sign in to comment.