summary refs log tree commit diff stats
path: root/tests/concepts/texplain.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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