summaryrefslogtreecommitdiffstats
path: root/tests/bugs/eroneous-generic-parse.slang
Commit message (Collapse)AuthorAge
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
| | | | | | | | | | | | | | | | | * Support `where` clause. * Fix. * Fix parser. * Enhance test to cover traditional __generic syntax. * Update user-guide. * Support `where` clause on associatedtype. * Fix. * Put in more comments.
* Infinite generic parsing bug fix (#1799)jsmall-nvidia2021-04-19
* #include an absolute path didn't work - because paths were taken to always be relative. * Fix bug causing infinite loop in parser. * Add a faster path for LookAheadToken when the offset is 0. * Fix typo introduced in last commit.