summary refs log tree commit diff stats
path: root/tests/destructor/tprevent_assign3.nim
Commit message (Collapse)AuthorAgeFilesLines
* Change the order of compilation passes, transformation is made lazy at code ↵cooldome2018-10-181-0/+53
gen (#8489) * Ast no transformation * Add getImplNoTransform to the macros module * progress on delaying transf * Fix methods tranformation * Fix lazy lambdalifting * fix create thread wrapper * transform for lambda lifting * improve getImplTransformed * Fix destructor tests * try to fix nimprof for linux