summary refs log tree commit diff stats
path: root/tests/async/tasynctry.nim
Commit message (Expand)AuthorAgeFilesLines
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-7/+7
* C++: make async tests green on WindowsAraq2018-12-211-0/+1
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+1
* make tests green againAndreas Rumpf2018-07-051-7/+7
* Fixed testsYuriy Glukhov2018-06-061-2/+2
* Resolve bugs with `deep recursion` of asyncdispatch.cheatfate2016-05-181-5/+5
* Fix infinite recursion when await is in except body.Dominik Picheta2015-03-301-0/+12
* Async await try statement fixes.Dominik Picheta2015-02-091-0/+41
* Implements getCurrentException for try in async procs. Ref #1487.Dominik Picheta2014-09-091-2/+2
* Multiple exception idents in except for async. Ref #1487.Dominik Picheta2014-09-081-0/+51