summary refs log tree commit diff stats
path: root/tests/async/tasync_gcunsafe.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make async stacktraces less verbose (#21091)Jake Leahy2022-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * Name iterators something human readable Remove intermediate async procs from stacktraces Clean async traceback message from reraises message * Remove unused import/variable * Fix failing tests Don't add {.stackTrace: off.} to anonymous procs (They already don't appear in stacktrace) * Fix failing tests in pragma category Now check that the nim is a routine type first so we don't run into any assertion defects * Hide stack trace pragma in docs and update doc tests User doesn't need to know if something won't appear so this more becomes verbose noise If this is a bad idea we can always add a `when defined(nimdoc)` switch so we don't add {.stackTrace: off.} to the Future[T] returning proc for docs
* use doAssert in tests (#16486)flywind2020-12-281-1/+1
|
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
|
* Fixes #5738 (#6059)Yuriy Glukhov2017-07-151-0/+30