summary refs log tree commit diff stats
path: root/tests/async/tasyncfilewrite.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix defer not not-working at top level (#10191)Neelesh Chandola2019-01-071-2/+1
|
* remove test_async.txt after test to keep git status cleanTimothee Cour2018-09-291-0/+1
|
* make async test more reliableAraq2018-09-151-3/+5
|
* Fixes #5532 win async write (#5791)Andreas Rumpf2017-05-141-0/+17
* nimgrab tool bugfix: don't divide by zero * fixes #5532 (asyncfile write on Windows) * add a comment about what has been tried instead