summary refs log tree commit diff stats
path: root/tests/async
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix endianness in the test (#6715)Sergey Avseyev2017-11-111-1/+1
* attempt to make travis green againAndreas Rumpf2017-11-051-0/+1
* make tests green again; closes #5861Andreas Rumpf2017-10-101-2/+2
* removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-3/+3
* Fixes #5738 (#6059)Yuriy Glukhov2017-07-152-0/+66
* Merge pull request #5938 from zielmicha/futuresDominik Picheta2017-07-142-0/+21
|\
| * Future: support for multiple callbacksMichał Zieliński2017-07-051-0/+20
| * asyncdispatch: split asyncfutures into its own moduleMichał Zieliński2017-07-051-0/+1
* | Update test headerEuan T2017-07-101-1/+1
* | Adding test for recvlineEuan Torano2017-07-091-0/+54
|/
* One more attempt to fix tioselectors.nim test (#6020)Eugene Kabanov2017-06-271-4/+8
* Fixes #5995Yuriy Glukhov2017-06-181-0/+3
* Async macro fixes (#5739)Yuriy Glukhov2017-05-161-0/+9
* Add waitFor on seq[Future], waitAll and more (#5189)Federico Ceratto2017-05-161-38/+39