summary refs log tree commit diff stats
path: root/tests/effects/tgcsafe3.nim
Commit message (Collapse)AuthorAgeFilesLines
* correct effect tracking for .borrowed procs [backport] (#18882)Andreas Rumpf2021-09-231-1/+1
| | | | | | | | | | | * correct effect tracking for .borrowed procs [backport] * progress * fix error message in a test * correctly fix it Co-authored-by: narimiran <narimiran@disroot.org>
* fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-051-0/+21
* fixes a critical GC safety inference bug * make nimsuggest compile again * make Nimble compile again