summary refs log tree commit diff stats
path: root/tests/concepts/texplain.nim
Commit message (Expand)AuthorAgeFilesLines
* better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...Araq2018-02-101-4/+4
* 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.} p...Zahary Karadjov2017-03-241-0/+92
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126