summary refs log tree commit diff stats
path: root/tests/pragmas/tlocks.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-0/+3
| | | | | | | | | | | | | | | | | * try using endsWith * use memcmp * add cache * cleanup * better * minor * fix * improve test coverage for methods with ARC
* Enabled explicitly unknown lock levels (#5409)Fabian Keller2017-02-201-0/+13
* enabled explicitly unknown lock levels * allowing "unknown" as locks pragma * added test case for locks pragma * updated docs on locks pragma