summary refs log tree commit diff stats
path: root/tests/tuples/ttuples_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22049; fixes #22054; implicit conversion keeps varness (#22097)ringabout2023-06-161-0/+26
| | | | | | | | | | | | | | | | | | | | | * fixes #22054; codegen for var tuples conv * rethink fixes * add test cases * templates only * fixes var tuples * keep varness no matter what * fixes typ.isNil * make it work for generics * restore isSubrange * add a test case as requested
* const named tuple unpackingJasper Jenkins2019-05-011-0/+21
|
* Const tuple unpacking: add tests (#10100)ee72018-12-271-0/+16
|
* lots of small changesArne Döring2018-12-111-1/+1
|
* Merge tests into a larger file (part 8 of ∞) (#9583)Miran2018-11-061-0/+136
* merge tuple tests * merge trmacros tests * merge template tests