Arne Döring
|
2a4c09ff88
|
megatest can be executed
|
2018-12-11 21:23:21 +01:00 |
|
Arne Döring
|
1105d03644
|
require errormsg to be specified before file.
|
2018-12-11 21:23:21 +01:00 |
|
andri lim
|
19164929ed
|
fixes #7347, asyncfile.getFileSize (#7354)
* fixes #7347
* fixes #7347
|
2018-03-17 15:21:22 +00:00 |
|
Ruslan Mustakov
|
319e88585a
|
Fix AsyncFile open flags. Fixes #5531
|
2018-02-17 17:40:35 +07:00 |
|
Dominik Picheta
|
4d931c6276
|
Add an attempted reproduction for #5531.
|
2017-11-26 22:52:39 +00:00 |
|
Emery Hemingway
|
bc5c2d8414
|
getFileSize and setFileSize procedures for File and AsyncFile
Platform independent procedure to set a file length. Useful when
replacing file content.
|
2017-04-05 19:05:43 -05:00 |
|
Dominik Picheta
|
1446dc87c3
|
await x where x is Fut var now reads after yield. Fixes #3964.
|
2016-04-04 22:50:31 +01:00 |
|
Adam Strzelecki
|
e80465dacf
|
tests: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:04:32 +02:00 |
|
Dominik Picheta
|
6689fa68f5
|
Multiple exception idents in except for async. Ref #1487.
|
2014-09-08 22:04:09 +01:00 |
|
Dominik Picheta
|
52c16a1a79
|
Implemented asyncfile for Posix.
|
2014-09-05 21:14:18 +01:00 |
|
Dominik Picheta
|
0f3025e320
|
Added Windows asyncfile implementation.
|
2014-09-05 17:36:16 +01:00 |
|