summary refs log tree commit diff stats
path: root/tests/system/tcomparisons.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix iterator equality + add test for proc equality + fix sameType (#21707)metagn2023-04-231-0/+51
* fix iterator equality + add test also for procs fixes #21706 * all targets * and isNil and repr * separate overloads, fix sameType * more restricted sameType? * merge overloads again?? * remove sametype change for now * fix sameType anyway (CI failure was not related) --------- Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>