aboutsummaryrefslogtreecommitdiff
path: root/tests/issues/test_issue_829.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add `#+feature dynamic-literals` to testgingerBill2025-01-051-0/+1
|
* Strip old test runner back out of `internal`, `issues` and `vendor`Jeroen van Rijn2024-06-021-4/+3
|
* [strconv] Add parsing of Inf & NaNJeroen van Rijn2022-09-281-17/+2
|
* Fix issue #829 "Compiler crashes when declaring maps with procedure"gitlost2022-03-231-0/+33
Inits `o->value` in `check_expr_base_internal()` so doesn't accidentally use last (the proc lit was being set to that of previous string) Adds test to "tests/issues" and changes CI to use new "run" shells