summary refs log tree commit diff stats
path: root/tests/concepts/texplain.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix bugs with dot & call operators [backport] (#20931)metagn2022-11-281-19/+19
| | | | | | | | | | | | | | | | | | | * better error messages for dot operators [backport] fixes #13063 * also fixes #7777 * fix #6981 and #9831 too * fix * minor improvement * sus test fixes * make test multiplatform lol * fix nimsuggest test, extra improvements
* close #17636 (#17643)flywind2021-04-061-46/+44
|
* fixes #12741 (#14005)Andreas Rumpf2020-04-191-39/+45
| | | | * fixes #12741 * updated tests
* fix #13538 sigmatch errors are now sorted (#13701)Timothee Cour2020-03-201-14/+14
| | | | | | | * 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
* fix #11854 (#11857)Arne Döring2019-07-301-1/+1
|
* fix testsTimothee Cour2019-07-081-43/+83
|
* 32 bit fixes (#10608)Arne Döring2019-02-131-6/+6
|
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+1
|
* correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 ↵Timothee Cour2018-10-141-37/+52
| | | | | | (#9332) * fixes #8518; refs #9301; correctly render AST in doAssert condition
* better error messages: use <T1, T2> instead of (T1, T2) in order to prevent ↵Araq2018-02-101-4/+4
| | | | confusions with tuple types
* make tests green againAraq2017-12-011-40/+44
|
* Fix #5127Zahary Karadjov2017-06-201-9/+9
|
* restore compilation and make all concepts tests greenZahary Karadjov2017-03-241-36/+36
|
* further improvements to the error messages produced by conceptsZahary Karadjov2017-03-241-28/+56
|
* proper error reporting for concepts and the introduction of the {.explain.} ↵Zahary Karadjov2017-03-241-0/+92
pragma