summary refs log tree commit diff stats
path: root/tests/pragmas/tlocks.nim
Commit message (Collapse)AuthorAgeFilesLines
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-4/+0
| | | | | * 'lock levels' are deprecated, now a noop * fixes tests
* 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