nim-codex/tests
markspanbroek 7a0a48e4a5
Fix warnings (drops Nim 1.2) (#348)
* [build] disable XCannotRaiseY hint

There are too many {.raises:[Defect].} in the
libraries that we use, drowning out all other
warnings and hints

* [build] disable BareExcept warning

Not yet enabled in a released version of Nim,
so libraries that we depend on have not fixed
this yet, drowning out our own hints and warnings

* [build] disable DotLikeOps warning

dot-like ops were an experiment that is not going
land in Nim

* [build] compile log statements in tests

When running tests, all log statements are compiled.
They are filtered out at runtime during a test run.

* [build] do not build executable when running unit test

It's already built in the integration test

* [build] Fix warnings

- remove unused code
- remove unused imports
- stop using deprecated stuff

* [build] Put compiler flags behind nim version checks

* [CI] remove Nim 1.2 compatibility
2023-03-09 12:23:45 +01:00
..
codex Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
contracts Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
fixtures Node setup (#32) 2022-01-10 09:32:56 -06:00
integration Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
ethertest.nim [tests] move ethertest module up one level 2022-05-19 10:38:19 +02:00
examples.nim Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
logging.nim Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
nim.cfg Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
testCodex.nim Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
testContracts.nim Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
testIntegration.nim Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00