Age | Commit message (Expand) | Author |
---|---|---|
2023-06-14 | system: images: Add unmatched module....* gnu/system/images/unmatched.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. | Efraim Flashner |
issue_267: { options = { comparisons: true, } input: { x = a % b / b * c * 2; x = a % b * 2 } expect: { x = a % b / b * c * 2; x = a % b * 2; } } />