summary refs log tree commit diff stats
path: root/tests/destructor/tdestructor.nim
Commit message (Collapse)AuthorAgeFilesLines
* scoped memory management (#14790)Andreas Rumpf2020-07-041-19/+19
| | | | | | | * fixes the regressions * closes #13936 * scope based memory management implemented * enabled tcontrolflow.nim test case * final cleanups
* Add testcases for #11811 and #14315 (#14726)Clyybber2020-06-191-1/+11
| | | | | * Add testcase for #11811 * Add testcase for #14315
* arc optimizations (#13325)Andreas Rumpf2020-03-181-1/+1
| | | | | * scope based destructors * handle 'or' and 'and' expressions properly, see the new test arc/tcontrolflow.nim * make this branch mergable, logic is disabled for now
* make sink operator optional (#13068)cooldome2020-01-171-6/+4
| | | | | | | | | | | | | | | | * make sink operator optional * bug fix, add changelog entry * Trigger build * fix one regression * fix test * Trigger build * fix typos
* make twidgets example green (#11135)Andreas Rumpf2019-04-281-2/+2
|
* destructors: lift type bound operations for case and distinct objects (#10238)cooldome2019-01-101-21/+50
|
* more progress on destructors; removed old destructor based code as it proved ↵Araq2017-12-011-3/+3
| | | | confusing
* better alternative to 'override'Araq2015-04-071-8/+8
|
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-0/+2
|
* progress on deepCopyAraq2014-08-011-3/+3
|
* fix #807Zahary Karadjov2014-02-171-5/+5
|
* handle nested case objects in destructor generationZahary Karadjov2014-02-151-0/+44
|
* new tester; all tests categorizedAraq2014-01-131-0/+84