summaryrefslogtreecommitdiffstats
path: root/tests/experiments/generic/matrix.slang
Commit message (Collapse)AuthorAge
* Fix for default initialization with generic field (#2168)jsmall-nvidia2022-03-24
| | | | | | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Fix for = {} initialization with a field that is generic type parameter. * Handling for if a non type is passed to a generic parameter which requires a type. * Small comment improvements. Fix some tab issues. * This fixes the matrix.slang issue. Move the matrix.slang test into bugs as generic-default-matrix.slang
* Language experiments (#2068)jsmall-nvidia2021-12-21
* #include an absolute path didn't work - because paths were taken to always be relative. * Moved to experiments. Added some more tests. * More tests around associated types. * Return interface tests. * More tests.