Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -6/+8 |
| | |||||
* | Remove long deprecated stuff (#10332) | Miran | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | Fix defer not not-working at top level (#10191) | Neelesh Chandola | 2019-01-07 | 1 | -2/+1 |
| | |||||
* | C++: make async tests green on Windows | Araq | 2018-12-21 | 1 | -0/+1 |
| | |||||
* | lots of small changes | Arne Döring | 2018-12-11 | 3 | -3/+3 |
| | |||||
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -2/+1 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 19 | -39/+13 |
| | |||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 2 | -1/+6 |
| | |||||
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 2 | -3/+5 |
| | |||||
* | Disable tasyncssl on Windows to fix CI | Dominik Picheta | 2018-11-13 | 1 | -0/+1 |
| | | | Workarounds #9689 | ||||
* | Merge pull request #9687 from narimiran/fix-7192 | Dominik Picheta | 2018-11-13 | 1 | -0/+14 |
|\ | | | | | export `asyncdispatch.callSoon` (fixes #7192) | ||||
| * | export `asyncdispatch.callSoon` (fixes #7192) | narimiran | 2018-11-12 | 1 | -0/+14 |
| | | |||||
* | | complete future only once in `or` (fixes #8982) (#9632) | Miran | 2018-11-09 | 1 | -0/+33 |
|/ | | | | | | | | | * complete future only once in `or` Analogous to `and`. Credits to @k0zmo for proposing the solution. * add test | ||||
* | keep the order of the callbacks | narimiran | 2018-11-07 | 1 | -2/+3 |
| | |||||
* | make some tests faster (#9413) | Miran | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | * remove duplicated slow test * smaller `convex hull` * smaller sleep * faster `trtree` * smaller sleep in `tfuturestream` | ||||
* | Fix tests on NixOS (#9209) (#9285) | xzfc | 2018-10-10 | 2 | -3/+3 |
| | | | | | | | * Replace `/bin/sleep` with just `sleep`, i.e. use environment variable `$PATH` to locate binary. * Replace `/usr/share/zoneinfo` with `$TZDIR` when it is defined, fallback to hardcoded path otherwise. This is the same behavior that Glibc2 normally have, see man 3 tzset. | ||||
* | Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183) | Dominik Picheta | 2018-10-09 | 1 | -0/+20 |
| | | | | | | * Fixes #8994. FutureStream read procedure data loss no longer occurs. * Optimises the fix for #8994. | ||||
* | asyncmacro: add nnkSym support for getName() (#9204) | alaviss | 2018-10-09 | 1 | -0/+14 |
| | | | Fixes #9201 | ||||
* | Fix regression w/ templates defined in async proc | LemonBoy | 2018-10-03 | 1 | -0/+11 |
| | |||||
* | remove test_async.txt after test to keep git status clean | Timothee Cour | 2018-09-29 | 1 | -0/+1 |
| | |||||
* | Skip nested procedures in .async. macro | LemonBoy | 2018-09-22 | 1 | -0/+29 |
| | | | | Fixes #3075 | ||||
* | Convert *_family fields to cushort | LemonBoy | 2018-09-19 | 3 | -9/+3 |
| | | | | Fixes #9008 | ||||
* | make async test more reliable | Araq | 2018-09-15 | 1 | -3/+5 |
| | |||||
* | Process timers before and after `select`. Fixes flaky #7758 test. (#8750) | Dominik Picheta | 2018-08-25 | 1 | -5/+6 |
| | |||||
* | disables flaky test; fixes #8756 | Andreas Rumpf | 2018-08-24 | 1 | -0/+1 |
| | |||||
* | Adds test case for #6846. (#8729) | Dominik Picheta | 2018-08-23 | 1 | -0/+16 |
| | |||||
* | Don't skip poll() when no handles are present. (#8727) | Dominik Picheta | 2018-08-23 | 1 | -0/+17 |
| | | | | | | | | | | | Fixes #7886. Fixes #7758. Fixes #6929. Fixes #3909. Replaces #8209. | ||||
* | make more tests green; system.repr does not produce 'nil' for strings and ↵ | Araq | 2018-08-22 | 1 | -1/+1 |
| | | | | seqs anymore | ||||
* | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 2 | -4/+3 |
| | |||||
* | disable tioselectors test for OSX | Andreas Rumpf | 2018-08-06 | 1 | -1/+3 |
| | |||||
* | Fixed #8399 (#8401) | Yuriy Glukhov | 2018-07-22 | 3 | -34/+47 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 3 | -10/+10 |
| | |||||
* | Removed oldIterTranf feature | Yuriy Glukhov | 2018-06-10 | 1 | -18/+0 |
| | |||||
* | Fixes #7985 | Yuriy Glukhov | 2018-06-07 | 1 | -0/+19 |
| | |||||
* | Fixed tests | Yuriy Glukhov | 2018-06-06 | 3 | -8/+24 |
| | |||||
* | Review comments addressed. More thorough line info tracking. | Yuriy Glukhov | 2018-05-10 | 1 | -2/+2 |
| | |||||
* | Yield in try | Yuriy Glukhov | 2018-05-09 | 1 | -1/+3 |
| | |||||
* | Extended tasync_in_seq_constr test | Yuriy Glukhov | 2018-05-09 | 1 | -6/+14 |
| | |||||
* | Closure iter transformation | Yuriy Glukhov | 2018-05-09 | 1 | -2/+1 |
| | |||||
* | make tests green | Andreas Rumpf | 2018-05-05 | 1 | -6/+6 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-04-30 | 1 | -2/+2 |
| | |||||
* | Fix some usages of typedesc in async procs | Zahary Karadjov | 2018-04-13 | 1 | -6/+37 |
| | | | | | This also fixes a compilation error in modules, based only on the new async module (i.e. not importing the full asyncdispatch) | ||||
* | fixes #7347, asyncfile.getFileSize (#7354) | andri lim | 2018-03-17 | 2 | -0/+12 |
| | | | | | | * fixes #7347 * fixes #7347 | ||||
* | Fix AsyncFile open flags. Fixes #5531 | Ruslan Mustakov | 2018-02-17 | 1 | -2/+2 |
| | |||||
* | Merge pull request #7023 from yglukhov/unify-async | Dominik Picheta | 2018-01-17 | 2 | -2/+30 |
|\ | | | | | Unify async macro and futures for js and native targets | ||||
| * | Unify async macro and futures for js and native targets | Yuriy Glukhov | 2018-01-05 | 2 | -2/+30 |
| | | |||||
* | | Fix tasync_traceback test. | Dominik Picheta | 2018-01-11 | 1 | -0/+1 |
| | | |||||
* | | Use regex to match output of tasync_traceback. | Dominik Picheta | 2018-01-11 | 1 | -60/+69 |
| | | |||||
* | | Merge pull request #6962 from nim-lang/fixes/6100 | Dominik Picheta | 2018-01-10 | 2 | -1/+16 |
|\ \ | |/ |/| | Fixes #6100. | ||||
| * | Fixes #6100. | Dominik Picheta | 2017-12-27 | 2 | -1/+16 |
| | |