summary refs log tree commit diff stats
path: root/tests/method/tsingle_methods.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-1/+1
| | | | | | | | | | | | | | | | | * try using endsWith * use memcmp * add cache * cleanup * better * minor * fix * improve test coverage for methods with ARC
* fixes #10912 (#11317)Andreas Rumpf2019-05-241-0/+48
* fixes #10912 * update the tutorial examples