aboutsummaryrefslogtreecommitdiff
path: root/tests/issues/test_issue_1592.odin
Commit message (Collapse)AuthorAgeFilesLines
* Strip old test runner back out of `internal`, `issues` and `vendor`Jeroen van Rijn2024-06-021-147/+146
|
* [strconv] Add parsing of Inf & NaNJeroen van Rijn2022-09-281-177/+146
|
* Fix issue #1592 "LLVM code gen error when using a constant in an if"gitlost2022-03-181-0/+489
Changes lb_build_if_stmt() to return null lbValue if condition is cmpAnd, cmpOr or non-const neg and check in lb_build_if_stmt() to avoid short circuiting if that's the case Adds test to "tests/issues" and adds step in CI to check this dir