Skip to content

Commit

Permalink
0.0.23: zevv's 🌈
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Nov 30, 2019
1 parent d05a7ad commit 3e1fb66
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
12 changes: 8 additions & 4 deletions nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#hint[Conf]=off
hint[Processing]=off

# toggle these if you like
#--define:cutelogEmojis
#--define:cutelogMonochrome
#--define:cutelogBland

# try it out; it's horrible
#--define:writeNimbleDirPaths=true

Expand Down Expand Up @@ -37,10 +42,9 @@ hint[Processing]=off
--nimblePath="$config/deps/pkgs"

# nimph itself will, over time, move stuff to the bottom
--path="$config/deps/pkgs/parsetoml-#v0.5.0/src/"
--path="$config/deps/pkgs/npeg-#head/src/"
--path="$config/deps/pkgs/github-1.0.2/src/"
--path="$config/deps/pkgs/github-1.0.2/src/"
--path="$config/deps/pkgs/unicodedb-#head/src/"
--path="$config/deps/pkgs/unicodeplus-#v0.5.1/src/"
--path="$config/deps/pkgs/github-1.0.2/src/"
--path="$config/deps/pkgs/npeg-#head/src/"
--path="$config/deps/pkgs/parsetoml-#v0.5.0/src/"
--path="$config/deps/pkgs/regex-#v0.13.0/src/"
4 changes: 2 additions & 2 deletions nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.0.22"
version = "0.0.23"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ requires "bump >= 1.8.12"
requires "nimgit2 >= 0.1.1"
requires "npeg >= 0.21.2"
requires "parsetoml"
requires "https://github.com/disruptek/cutelog.git >= 1.0.0"
requires "https://github.com/disruptek/cutelog.git >= 1.1.0"
requires "https://github.com/stefantalpalaru/nim-unittest2.git >= 0.0.1"

bin = @["nimph"]
Expand Down
4 changes: 1 addition & 3 deletions src/nimph.nim
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,7 @@ when isMainModule:
scHelp = "--help"

let
console = newConsoleLogger(levelThreshold = lvlAll,
useStderr = true, fmtStr = "")
logger = newCuteLogger(console)
logger = newCuteConsoleLogger()
addHandler(logger)

const
Expand Down

0 comments on commit 3e1fb66

Please sign in to comment.