summary refs log tree commit diff stats
path: root/tests/async/tfuturevar.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)flywind2020-11-221-5/+0
| | | | | | | * fix asyncmacro * Apply suggestions from code review * Update lib/pure/asyncmacro.nim
* make run the default action of a test in testerArne Döring2018-11-231-1/+5
|
* make more tests green; system.repr does not produce 'nil' for strings and ↵Araq2018-08-221-1/+1
| | | | seqs anymore
* FutureVar[T] parameters are now completed automatically.Dominik Picheta2016-09-251-0/+47