summaryrefslogtreecommitdiffstats
path: root/tests/bugs/nested-existential-dyndispatch.slang
Commit message (Collapse)AuthorAge
* enable more metal tests (#4326)skallweitNV2024-06-10
|
* Metal compute tests (#4292)skallweitNV2024-06-07
|
* Fix regression in check-overload. (#2407)Yong He2022-09-20
| | | | | | | * Fix regression in check-overload. * Make sure language server supports partiallyAppliedGenericExpr. Co-authored-by: Yong He <yhe@nvidia.com>
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
| | | | | | | | | | | | | | | * Warning on bool to float conversion. * Fix test cases. * Improve. * LanguageServer: don't show constant value for non constant variables. * Fix tests. * Fix warnings in tests. Co-authored-by: Yong He <yhe@nvidia.com>
* Allow dynamic dispatch to handle nested interface-typed fields. (#2336)Yong He2022-07-21