summary refs log tree commit diff stats
path: root/tests/async/tasyncfile.nim
Commit message (Expand)AuthorAgeFilesLines
* megatest can be executedArne Döring2018-12-111-2/+1
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+2
* fixes #7347, asyncfile.getFileSize (#7354)andri lim2018-03-171-0/+11
* Fix AsyncFile open flags. Fixes #5531Ruslan Mustakov2018-02-171-2/+2
* Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
* getFileSize and setFileSize procedures for File and AsyncFileEmery Hemingway2017-04-051-2/+3
* `await x` where x is Fut var now reads after yield. Fixes #3964.Dominik Picheta2016-04-041-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
* Multiple exception idents in except for async. Ref #1487.Dominik Picheta2014-09-081-1/+1
* Implemented asyncfile for Posix.Dominik Picheta2014-09-051-5/+27
* Added Windows asyncfile implementation.Dominik Picheta2014-09-051-0/+14
dc6a80bd1d36b158a090ed0fb622140856be3dfe'>^
c433ae1aa ^
849208d77 ^





c433ae1aa ^

849208d77 ^
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