summary refs log tree commit diff stats
path: root/tests/async/tasynctry.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Introduce callSoon() implementation. Patch tests to use waitFor() instead of asyncCheck()
* 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
ommitter bptato <nincsnevem662@gmail.com> 2024-12-17 18:19:57 +0100 Add history' href='/ahoang/chawan/commit/todo?id=9c11f691bf781f21dc7ec9628238d06eba6391dc'>9c11f691 ^
8df9ef9c ^
719ee428 ^
9c362c0d ^
c908f05f ^
719ee428 ^
8df9ef9c ^
ecce5eb3 ^
8df9ef9c ^
ecce5eb3 ^
8df9ef9c ^
ecce5eb3 ^
719ee428 ^
719ee428 ^
ecce5eb3 ^


719ee428 ^
ecce5eb3 ^

719ee428 ^
333c7fff ^
e23fa780 ^
01603dce ^
4511c956 ^
ecce5eb3 ^
3de0cccc ^


ecce5eb3 ^

f6d7c537 ^
b028afab ^
ecce5eb3 ^


















2426863e ^
ecce5eb3 ^
ecce5eb3 ^
719ee428 ^
e23fa780 ^
fe9ac5f7 ^
8df9ef9c ^
9ee1dd6e ^
e23fa780 ^
e23fa780 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96