Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 1 | -14/+14 |
| | | | | | * 'lock levels' are deprecated, now a noop * fixes tests | ||||
* | fixes nim check with orc (#20456) | ringabout | 2022-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | * fixes nim check with orc * fixes tests * add tests * fixes tests * Update tests/arc/t20456.nim | ||||
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 1 | -2/+2 |
| | | | | | * style usages (openArray) * revert doc changes | ||||
* | improve `--declaredLocs` to help disambiguate types (generics, aliases etc) ↵ | Timothee Cour | 2021-07-08 | 1 | -3/+3 |
| | | | | | | | | | (#18389) * improve --declaredlocs to help disambiguate types (generics, aliases etc) * avoid a cyclic deps * fix test after rebase | ||||
* | typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead ↵ | Timothee Cour | 2020-07-02 | 1 | -3/+3 |
| | | | | | of `"(tuple of (int, float), int)" (#14812) Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | fix #13538 sigmatch errors are now sorted (#13701) | Timothee Cour | 2020-03-20 | 1 | -7/+7 |
| | | | | | | | * fix #13538 sigmatch now sorted and has reliable order * re-enable tests that were disabled because of that bug * fix remaining tests and un-disable 2 other tests that were affected by this bug | ||||
* | fixes #5170 (#13589) | Andreas Rumpf | 2020-03-05 | 1 | -3/+3 |
| | | | | | | * fixes #5170 * make tests green | ||||
* | Revert "printing float values will have one more digit. (#13276) [backport]" ↵ | Timothee Cour | 2020-02-08 | 1 | -2/+3 |
| | | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe. | ||||
* | printing float values will have one more digit. (#13276) [backport] | Arne Döring | 2020-02-07 | 1 | -3/+2 |
| | | | | * printing float values will have one more digit. Fixes #13196 | ||||
* | typeToString can now show (recursively) resolved type aliases; fixes #8569 ↵ | Timothee Cour | 2019-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | #8083 #8570 (#11678) * nested typeToString * typeToString: preferResolved * add test * fix test * preferMixed * fix tests | ||||
* | address comments | Timothee Cour | 2019-07-08 | 1 | -59/+9 |
| | |||||
* | add tests for #8305 #7808 #10285 #11061 + other bugs | Timothee Cour | 2019-07-08 | 1 | -18/+98 |
| | |||||
* | make tests/concepts/t3330.nim disabled again: the order of candidates is ↵ | Timothee Cour | 2019-07-08 | 1 | -0/+142 |
machine dependent |