Open Issues Need Help
View All on GitHubAI Summary: This issue requests adding comprehensive test coverage for ternary expressions across various unsigned and signed primitive integer types (u8, u16, u64, i8, i16, i64). It involves creating new test files following a specified pattern and updating a coverage document to reflect the completed tests.
AI Summary: This issue requests adding comprehensive test coverage for various primitive integer types (u8, u16, u64, i8, i16, i64) when used as loop counters in both `for` and `while` loops. Currently, only `u32` is fully tested, and `i32` has partial coverage. The task involves creating new test files following a specified pattern and ensuring they pass correctly.
AI Summary: This GitHub issue addresses incomplete test coverage for the boolean type, specifically in contexts like function parameters, return types, struct members, and array elements. The task involves creating a new test file, `bool-all-contexts.test.cnx`, to formally cover these missing scenarios, despite boolean functionality working correctly in practice. An example test structure is provided.