In all my testament specs I set valgrind: true
however, if I import std/asyncdispatch or std/threadpool into file A
and then import file A into file B
it will cause valgrind to throw
I looked through the testament docs but did not see anything pertinent to this issue
I ensured both --m:orc and --define:useMalloc were set in both configuration and testament.cmd directive
unfortunately, all tests still fail if valgrind: true and asyncdispatch / threadpool are imported