Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Simplify async traceback processing. | Dominik Picheta | 2017-12-28 | 1 | -29/+43 |
| | | |||||
* | | No need to recurse now that mergeEntries doesn't do any pattern matching. | Dominik Picheta | 2017-12-28 | 1 | -2/+2 |
| | | |||||
* | | Show only detailed async tracebacks. | Dominik Picheta | 2017-12-28 | 1 | -10/+17 |
| | | |||||
* | | Rename cb0 to asyncProcName_continue + other improvements to async tracebacks. | Dominik Picheta | 2017-12-28 | 1 | -0/+1 |
| | | |||||
* | | Go through the re-raise stacks for more detailed tracebacks. | Dominik Picheta | 2017-12-28 | 1 | -3/+44 |
| | | |||||
* | | Refine the async tracebacks. | Dominik Picheta | 2017-12-28 | 1 | -5/+12 |
| | | |||||
* | | Implement some simple pattern-based transformation for async tracebacks. | Dominik Picheta | 2017-12-28 | 1 | -0/+46 |
|/ | |||||
* | make asyncdispatch.poll completing all opterations that can be comple… (#6911) | Andreas Rumpf | 2017-12-19 | 1 | -3/+3 |
| | | | introduce asyncdispatch.drain that completes all operations that can be completed immediately; implements #6523 | ||||
* | fixes #6626 | Araq | 2017-12-15 | 1 | -2/+3 |
| | |||||
* | Use addCallback rather than callback= in asyncfutures.all() (#6850) | Mathias Stearn | 2017-12-09 | 1 | -0/+17 |
| | | | | | | | | | | * Use addCallback rather than callback= in asyncfutures.all() Addresses part of #6849 * Stop using do notation for #6849 * Update example style | ||||
* | Add an attempted reproduction for #5531. | Dominik Picheta | 2017-11-26 | 1 | -0/+15 |
| | |||||
* | Async upcoming (#6585) | Dominik Picheta | 2017-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Merge upcoming async with current. * Various improvements to selectors (mostly docs). Two changes to highlight: * Renamed ``setEvent`` to ``trigger`` * Reused setBlocking from nativesockets. * Various changes/fixes to asyncdispatch after upcoming merge. * Make some attempts to be compatible with older selectors. * Reuse epoll module in ioselectors_epoll. | ||||
* | make tests green again | Andreas Rumpf | 2017-11-18 | 1 | -5/+4 |
| | |||||
* | Tests should not rely on external services (#6703) | Sergey Avseyev | 2017-11-15 | 1 | -2/+13 |
| | | | | This test depends on example.com site to be reachable, and fails when there is no internet connection. | ||||
* | Fix endianness in the test (#6715) | Sergey Avseyev | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | attempt to make travis green again | Andreas Rumpf | 2017-11-05 | 1 | -0/+1 |
| | |||||
* | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 1 | -2/+2 |
| | |||||
* | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 1 | -3/+3 |
| | |||||
* | Fixes #5738 (#6059) | Yuriy Glukhov | 2017-07-15 | 2 | -0/+66 |
| | |||||
* | Merge pull request #5938 from zielmicha/futures | Dominik Picheta | 2017-07-14 | 2 | -0/+21 |
|\ | | | | | [WIP] Better Future | ||||
| * | Future: support for multiple callbacks | Michał Zieliński | 2017-07-05 | 1 | -0/+20 |
| | | |||||
| * | asyncdispatch: split asyncfutures into its own module | Michał Zieliński | 2017-07-05 | 1 | -0/+1 |
| | | | | | | | | This slightly changes behaviour of callSoon - before loop is initialized, callSoon will call the function immediately. | ||||
* | | Update test header | Euan T | 2017-07-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Euan T <euantorano@gmail.com> | ||||
* | | Adding test for recvline | Euan Torano | 2017-07-09 | 1 | -0/+54 |
|/ | | | | Signed-off-by: Euan Torano <euantorano@gmail.com> | ||||
* | One more attempt to fix tioselectors.nim test (#6020) | Eugene Kabanov | 2017-06-27 | 1 | -4/+8 |
| | |||||
* | Fixes #5995 | Yuriy Glukhov | 2017-06-18 | 1 | -0/+3 |
| | |||||
* | Async macro fixes (#5739) | Yuriy Glukhov | 2017-05-16 | 1 | -0/+9 |
| | |||||
* | Add waitFor on seq[Future], waitAll and more (#5189) | Federico Ceratto | 2017-05-16 | 1 | -38/+39 |
| | | | | | | * Switch to unittest and speedup * Make timers and callbacks fields public |