summary refs log tree commit diff stats
path: root/tests/arc/tcaseobjcopy.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #18977; disallow change branch of an object variant in ORC (#21526)ringabout2023-03-161-8/+15
| | | | | | | | | | | * fix #18977 disallow change branch of an object variant in ORC * check errors for goto exception * fixes conditions * fixes tests * add a test case for #18977
* renamed '=' to '=copy' [backport:1.2] (#15585)Andreas Rumpf2020-10-151-0/+246
* Assign hook name changed to `=copy` * Adapt destructors.rst * [nobackport] Duplicate tests for =copy hook * Fix tests * added a changelog entry Co-authored-by: Clyybber <darkmine956@gmail.com>