summary refs log tree commit diff stats
path: root/tests/async
Commit message (Expand)AuthorAgeFilesLines
* make some tests faster (#9413)Miran2018-10-171-1/+1
* Fix tests on NixOS (#9209) (#9285)xzfc2018-10-102-3/+3
* Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183)Dominik Picheta2018-10-091-0/+20
* asyncmacro: add nnkSym support for getName() (#9204)alaviss2018-10-091-0/+14
* Fix regression w/ templates defined in async procLemonBoy2018-10-031-0/+11
* remove test_async.txt after test to keep git status cleanTimothee Cour2018-09-291-0/+1
* Skip nested procedures in .async. macroLemonBoy2018-09-221-0/+29
* Convert *_family fields to cushortLemonBoy2018-09-193-9/+3
* make async test more reliableAraq2018-09-151-3/+5
* Process timers before and after `select`. Fixes flaky #7758 test. (#8750)Dominik Picheta2018-08-251-5/+6
* disables flaky test; fixes #8756Andreas Rumpf2018-08-241-0/+1
* Adds test case for #6846. (#8729)Dominik Picheta2018-08-231-0/+16
* Don't skip poll() when no handles are present. (#8727)Dominik Picheta2018-08-231-0/+17
* make more tests green; system.repr does not produce 'nil' for strings and seq...Araq2018-08-221-1/+1
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-132-4/+3
* disable tioselectors test for OSXAndreas Rumpf2018-08-061-1/+3
* Fixed #8399 (#8401)Yuriy Glukhov2018-07-223-34/+47
* make tests green againAndreas Rumpf2018-07-053-10/+10
* Removed oldIterTranf featureYuriy Glukhov2018-06-101-18/+0
* Fixes #7985Yuriy Glukhov2018-06-071-0/+19
* Fixed testsYuriy Glukhov2018-06-063-8/+24
* Review comments addressed. More thorough line info tracking.Yuriy Glukhov2018-05-101-2/+2
* Yield in tryYuriy Glukhov2018-05-091-1/+3
* Extended tasync_in_seq_constr testYuriy Glukhov2018-05-091-6/+14
* Closure iter transformationYuriy Glukhov2018-05-091-2/+1
* make tests greenAndreas Rumpf2018-05-051-6/+6
* make more tests greenAndreas Rumpf2018-04-301-2/+2
* Fix some usages of typedesc in async procsZahary Karadjov2018-04-131-6/+37
* fixes #7347, asyncfile.getFileSize (#7354)andri lim2018-03-172-0/+12
* Fix AsyncFile open flags. Fixes #5531Ruslan Mustakov2018-02-171-2/+2
* Merge pull request #7023 from yglukhov/unify-asyncDominik Picheta2018-01-172-2/+30
|\
| * Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-052-2/+30
* | Fix tasync_traceback test.Dominik Picheta2018-01-111-0/+1
* | Use regex to match output of tasync_traceback.Dominik Picheta2018-01-111-60/+69
* | Merge pull request #6962 from nim-lang/fixes/6100Dominik Picheta2018-01-102-1/+16
|\ \ | |/ |/|
| * Fixes #6100.Dominik Picheta2017-12-272-1/+16
* | Simplify async traceback processing.Dominik Picheta2017-12-281-29/+43
* | No need to recurse now that mergeEntries doesn't do any pattern matching.Dominik Picheta2017-12-281-2/+2
* | Show only detailed async tracebacks.Dominik Picheta2017-12-281-10/+17
* | Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.Dominik Picheta2017-12-281-0/+1
* | Go through the re-raise stacks for more detailed tracebacks.Dominik Picheta2017-12-281-3/+44
* | Refine the async tracebacks.Dominik Picheta2017-12-281-5/+12
* | Implement some simple pattern-based transformation for async tracebacks.Dominik Picheta2017-12-281-0/+46
|/
* make asyncdispatch.poll completing all opterations that can be compleā€¦ (#6911)Andreas Rumpf2017-12-191-3/+3
* fixes #6626Araq2017-12-151-2/+3
* Use addCallback rather than callback= in asyncfutures.all() (#6850)Mathias Stearn2017-12-091-0/+17
* Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
* Async upcoming (#6585)Dominik Picheta2017-11-221-1/+1
* make tests green againAndreas Rumpf2017-11-181-5/+4
* Tests should not rely on external services (#6703)Sergey Avseyev2017-11-151-2/+13