summary refs log tree commit diff stats
path: root/tests/errmsgs/tsigmatch.nim
Commit message (Collapse)AuthorAgeFilesLines
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-14/+14
| | | | | * 'lock levels' are deprecated, now a noop * fixes tests
* fixes nim check with orc (#20456)ringabout2022-10-021-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)flywind2022-01-041-2/+2
| | | | | * style usages (openArray) * revert doc changes
* improve `--declaredLocs` to help disambiguate types (generics, aliases etc) ↵Timothee Cour2021-07-081-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 Cour2020-07-021-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 Cour2020-03-201-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 Rumpf2020-03-051-3/+3
| | | | | | * fixes #5170 * make tests green
* Revert "printing float values will have one more digit. (#13276) [backport]" ↵Timothee Cour2020-02-081-2/+3
| | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe.
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-3/+2
| | | | * printing float values will have one more digit. Fixes #13196
* typeToString can now show (recursively) resolved type aliases; fixes #8569 ↵Timothee Cour2019-08-311-1/+1
| | | | | | | | | | | #8083 #8570 (#11678) * nested typeToString * typeToString: preferResolved * add test * fix test * preferMixed * fix tests
* address commentsTimothee Cour2019-07-081-59/+9
|
* add tests for #8305 #7808 #10285 #11061 + other bugsTimothee Cour2019-07-081-18/+98
|
* make tests/concepts/t3330.nim disabled again: the order of candidates is ↵Timothee Cour2019-07-081-0/+142
machine dependent