nim-ethers/testmodule/config.nims

8 lines
220 B
Plaintext
Raw Normal View History

2022-01-26 14:37:09 +01:00
switch("path", "..")
when (NimMajor, NimMinor) >= (1, 4):
switch("hint", "XCannotRaiseY:off")
2023-06-29 10:23:14 +02:00
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
switch("warning", "BareExcept:off")
2024-11-11 12:24:30 +01:00
--define:"chronicles_enabled:off"