summary refs log tree commit diff stats
path: root/tests/concepts/tconcepts_issues.nim
Commit message (Collapse)AuthorAgeFilesLines
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-4/+4
| | | | | * style usages (openArray) * revert doc changes
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-241-1/+1
| | | | | | | | | | | | | * fixes #15210 [backport:1.2] * make tests green * make ordinal work * makes Swapable test compile * make Indexable example work * concepts: 'self' is now 'Self' * concepts: make Dictionary example compile * document the new concept implementation * concepts: make typeDesc work properly * concepts: allow documentation comments (d'oh)
* Add testcase for #16897 (#16917)Clyybber2021-02-021-0/+33
|
* fixes a test caseAraq2019-12-241-1/+3
|
* make megatest work againAraq2019-04-021-0/+1
|
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-1/+0
|
* More descriptive names of test files (#9531)Miran2018-10-291-0/+467
* change generic `tissues` name to more specific * change `tvarious` to more specific names