summary refs log tree commit diff stats
path: root/tests/concepts/tconcepts_issues.nim
Commit message (Collapse)AuthorAgeFilesLines
* close #12852; add a test case (#22016)ringabout2023-06-061-0/+55
|
* fixes #21263; consider all candidates for concept matches (#21265)ringabout2023-01-171-0/+25
|
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * deprecate unsafeAddr; extend addr addr is now available for all addressable locations, unsafeAddr is deprecated and become an alias for addr * follow @Vindaar's advice * change the signature of addr * unsafeAddr => addr (stdlib) * Update changelog.md * unsafeAddr => addr (tests) * Revert "unsafeAddr => addr (stdlib)" This reverts commit ab83c99c507048a8396e636bf22d55fdd84d7d1c. * doc changes; thanks to @konsumlamm Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* 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