Commit
1a2ba849a94c2cd2e0184e92b6b3241c9dbd3022
by Michael Brooksfix comment typo
|
The file was modified | tests/array-collections/dimexpr-match.hfa |
Commit
f9ad69dc6e86c3c08876734b6909ce8978446504
by Michael BrooksFix #175
|
The file was added | tests/.expect/poly-many-arsz.txt |
The file was modified | src/GenPoly/GenPoly.cpp |
The file was added | tests/poly-many-arsz.cfa |
Commit
2f317733f059f66b5e61a69d0dccbb26fd2459fc
by Michael BrooksImprove inability to declare a struct member having a managed type via typeof.
Fix is evaluating typeof on both types in a cast; one was missing.
One layer of struct wrapping now works, with its test added. Multiple layers of wrapping still does not work.
|
The file was added | tests/raii/typeof-member.cfa |
The file was modified | src/ResolvExpr/CandidateFinder.cpp |
The file was added | tests/raii/.expect/typeof-member.txt |
Commit
8da3cc4da5bed4bd38fdeaabdce0698b1f091953
by Michael BrooksAdd missing integration test of accordions.
Putting a CFA `array` inside structs was broken before the last fixes.
|
The file was added | tests/array-collections/.expect/accordion.txt |
The file was added | tests/array-collections/accordion.cfa |