summary refs log tree commit diff stats
path: root/tests/destructor/twasmoved_error.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #19291; implements `wasMoved` hook (#21303)ringabout2023-03-021-0/+37
* fixes #19291; implements `wasMoved` hook * basics * checkpoint * finish `wasMoved` * add a test for #19291 * add documentation and changelog * work `attachedWasMoved` with generics * fixes optimizer * register `=wasMoved` * handle wasMoved magcis * check another round * some patches * try `op == nil` * nicer * generate `wasMoved` before `destroy` * try again * fixes tests * default wasMoved * Update tests/destructor/tv2_cast.nim * Update tests/destructor/tv2_cast.nim * Update tests/arc/topt_refcursors.nim