Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address final feedback | Jade | 2021-05-16 | 1 | -16/+8 |
| | | | | | * rename ConstExtension->ConstExt * refactor a manual construction of a Const | ||||
* | Add more tests, refactor array lengths/consteval work | Jade | 2021-05-14 | 1 | -0/+64 |
Fix #2922: add unknown length as a condition for a type having unknown. Incorporate reviews: * Extract some of the const evaluation workings into functions * Add fixmes on the hacks * Add tests for impls on specific array lengths (these work!!! 😁) * Add tests for const generics (indeed we don't support it yet) |