aboutsummaryrefslogtreecommitdiff
path: root/tests/trait_expand.ek
AgeCommit message (Collapse)Author
2024-08-14test cleanupKimplul
+ Somewhat poor Git hygiene but I also fixed some bugs while I was at it.
2024-08-11initial generics for structsKimplul
+ Likely still very much full of bugs
2024-08-09fix trait expansionKimplul
+ Accidentally referenced an owned string, add strdup() + Didn't replace type IDs in ->t2
2024-02-20expand type expansionKimplul