summary refs log tree commit diff stats
path: root/tests/views/tsplit_into_seq.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes view types for sizeof() and --gc:orc (#15680)Andreas Rumpf2020-10-221-1/+1
|
* spec for view types (#15424)Andreas Rumpf2020-09-291-3/+2
| | | | | | | | | | | * spec for view types * spec additions * refactoring; there are two different kinds of views * refactorings and spec additions * enforce that view types are initialized * enforce borrowing from the first formal parameter * enforce lifetimes for borrowing of locals * typo in the manual * clarify in the implementation what a borrow operation really is
* produce runtime type information for reified openArrays (#15415)Andreas Rumpf2020-09-271-0/+42
* produce runtime type information for reified openArrays * added a test case