summary refs log tree commit diff stats
path: root/tests/closure
Commit message (Expand)AuthorAgeFilesLines
* enable closures tests for JS & implement `finished` for JS (#23521)ringabout2024-09-092-8/+28
* add test case for #19095 (#22566)Bung2023-08-281-0/+35
* close #9334 (#22565)Bung2023-08-271-0/+19
* fixes #22297; return in the finally in the closure iterators (#22300)ringabout2023-07-221-0/+11
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-063-8/+17
* fix #20152 Illegal capture of closure iterator, when should be legal (#20607)Bung2022-10-211-0/+20
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-1/+1
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-114-4/+4
* closes #11042; add testcase (#19935)flywind2022-06-281-0/+55
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-2/+2
* use typeof instead type (#16962)flywind2021-02-081-1/+1
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-141-1/+1
* fixes #15594 (#15819)flywind2020-11-021-0/+10
* Use typeflag insteadClyybber2020-08-101-0/+10
* Add testcase for #5688Clyybber2020-08-081-0/+17
* Make explicit {.nimcall.} a seperate calling conventionClyybber2020-08-082-1/+10
* Make the fields of `times.DateTime` private (#14197)Oscar Nihlgård2020-05-061-4/+4
* faster CIs (#13803)Miran2020-03-301-216/+2
* capture macro now accepts variables of different types (#13356)Clyybber2020-02-151-3/+11
* Fix capture for object types (#13315)Clyybber2020-02-021-2/+16
* introduce capture macro (#12712)Judd2019-12-101-0/+12
* close #7104 by writing a testnarimiran2019-09-131-2/+21
* fixes #11523Andreas Rumpf2019-06-261-1/+10
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-221-0/+3
* attempt to make travis greenAraq2018-12-111-0/+1
* require errormsg to be specified before file.Arne Döring2018-12-114-6/+5
* fixes #9441Araq2018-12-061-0/+42
* updated tests to be executedArne Döring2018-11-232-27/+20
* make tests green againAraq2018-11-162-9/+9
* disable some tests for the C++ target; refs #7870Araq2018-11-151-1/+1
* More descriptive names of test files (#9531)Miran2018-10-291-1/+0
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-1227-847/+920
* fixes #5015Araq2018-10-031-1/+18
* Mysterious fix for #8550 (#8561)LemonBoy2018-08-121-0/+12
* fixes 7833 (#8533)Andreas Rumpf2018-08-051-1/+1
* make tests green againAndreas Rumpf2018-07-051-1/+1
* make more tests greenAraq2018-02-101-1/+1
* bugfix: detect captures in non-closure inner procsAraq2017-11-031-0/+12
* Add a test-case for #1641Daniil Yarancev2017-10-161-0/+20
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-3/+8
* disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ...Araq2017-08-041-0/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-91/+91
* closures have an object type field so that we can perform correct deepCopy() ...Andreas Rumpf2017-07-221-0/+17
* lift parameter-less do block to lambdasZahary Karadjov2017-04-101-3/+3
* the new blocks without 'do' produce compatible AST with 'do blocks'Zahary Karadjov2017-04-091-8/+6
* fix the do notation when used with procsZahary Karadjov2017-04-091-0/+47
* make tests green againAndreas Rumpf2016-08-251-1/+1
* Fixed broken test. Added closureScope test.Yuriy Glukhov2016-06-281-2/+13
* make tests greenAndreas Rumpf2016-05-111-1/+1
* fixes #4070Andreas Rumpf2016-05-111-0/+20