diff --git a/config.nims b/config.nims index 6181efc..bda1e13 100644 --- a/config.nims +++ b/config.nims @@ -1,10 +1,2 @@ --styleCheck:usages --styleCheck:error - -# begin Nimble config (version 1) -when fileExists("nimble.paths"): - include "nimble.paths" -# end Nimble config - -when (NimMajor, NimMinor) >= (2, 0): - --mm:refc diff --git a/testmodule/config.nims b/testmodule/config.nims index ba64806..b264091 100644 --- a/testmodule/config.nims +++ b/testmodule/config.nims @@ -1,7 +1,2 @@ -switch("path", "..") -when (NimMajor, NimMinor) >= (1, 4): - switch("hint", "XCannotRaiseY:off") -when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11): - switch("warning", "BareExcept:off") - +--path:".." --define:"chronicles_enabled:off"