summary refs log tree commit diff stats
path: root/tests/async
Commit message (Expand)AuthorAgeFilesLines
* Fix ioselectors_kqueue raising wrong exceptions (#24079)bptato2024-09-081-1/+20
* Fix OSError `errorCode` field is not assigned a value (#22954)握猫猫2023-11-171-6/+6
* close #17045;Compiler crash when a tuple iterator with when nimvm is … (#22...Bung2023-08-111-0/+28
* fixes CI; disable SSL tests on osx for now (#22304)ringabout2023-07-221-0/+1
* fixes #22210; transform return future in try/finally properly (#22249)ringabout2023-07-212-0/+114
* Fix const in async regression (#21898)Jake Leahy2023-05-251-0/+13
* Allow `futureLogging` in release builds (#21448)Jake Leahy2023-03-021-0/+6
* Make async stacktraces less verbose (#21091)Jake Leahy2022-12-152-39/+10
* `multisync` now allows tuples in return type (#21074)Jake Leahy2022-12-111-0/+19
* Implicit return working for async proc (#20933)Jake Leahy2022-12-091-0/+13
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-2/+2
* defaults to ORC (#19972)ringabout2022-09-231-25/+27
* Better error message and tests for bad await (#19622)huantian2022-04-131-3/+32
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-2/+2
* fixes #18858 [backport] (#18868)Andreas Rumpf2021-09-191-0/+1
* make proc names consistent (#18626)flywind2021-08-015-5/+5
* asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...Ștefan Talpalaru2021-05-191-2/+2
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-241-1/+0
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-141-8/+24
* close #16786 (#17598)flywind2021-03-311-1/+35
* Fix void async in templates (#17562)Ardek Romak2021-03-301-0/+12
* use doAssert in tests (#16486)flywind2020-12-287-11/+11
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-291-1/+1
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-1/+2
* fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)flywind2020-11-221-5/+0
* fixes #15804 (#15820)Andreas Rumpf2020-11-022-3/+18
* closureiters: fixes #15243 (#15454) [backport:1.2]Andreas Rumpf2020-10-022-66/+25
* fix #15148 (#15149)flywind2020-08-081-0/+12
* [Backport] Fixes callbacks being dropped on Linux/macOS/BSD. (#15012)Dominik Picheta2020-07-191-0/+67
* scoped memory management (#14790)Andreas Rumpf2020-07-041-1/+2
* Fix asyncdispatch drain behavior (#14820) (#14838)Ray Imber2020-06-301-0/+25
* Add test-cases to some fixed issues to close them (#14795)Danil Yarantsev2020-06-241-0/+7
* fix #13899 defer now works with async (#14723)Timothee Cour2020-06-191-7/+18
* fix #14685 tests/async/t7758.nim flaky (#14721)Timothee Cour2020-06-191-2/+7
* use check to investigate #14685 flaky tests/async/t7758.nim (#14689)Timothee Cour2020-06-161-2/+3
* fix #13166 tioselectors flaky test on freebsd+OSX (#14634)Timothee Cour2020-06-121-4/+5
* enable tioselectors on osx; more diagnostic for #13166 (#14625)Timothee Cour2020-06-091-5/+3
* fixes #14279 (#14618)Andreas Rumpf2020-06-091-0/+15
* fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding servic...Timothee Cour2020-05-135-77/+50
* discardable async procs are now an error (#14176)hlaaftana2020-05-011-0/+9
* fix sendTo and recvFrom in asyncnet (#14154)rockcavera2020-04-301-17/+8
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-282-9/+9
* added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...rockcavera2020-04-261-0/+99
* Make await a template (#12085)Alexander Ivanov2020-04-254-2/+39
* Fix #13889 with testcase (#13896) [backport]Clyybber2020-04-061-0/+27
* faster CIs (#13803)Miran2020-03-309-34/+21
* fix deprecations and other warnings (#13748)Miran2020-03-257-17/+16
* fix #12919 tasyncclosestall flaky: Address already in use (#12934)Timothee Cour2019-12-191-1/+3
* increase the timeout for 'tasyncclosestall' (#12744)Miran2019-11-261-1/+1