diff options
author | Araq <rumpf_a@web.de> | 2015-10-22 12:14:21 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-10-22 12:14:33 +0200 |
commit | a90e23a4ddbef38cdf48c59e68630999c6e90374 (patch) | |
tree | 26f6fc9d4e7f6afe39eecd695ffbfb2bcfed122b /doc/manual | |
parent | 9cc25f8b772905fcfdbdb7f059458083d177bb51 (diff) | |
download | Nim-a90e23a4ddbef38cdf48c59e68630999c6e90374.tar.gz |
added --reportConceptFailures switch to the manual
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/generics.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/generics.txt b/doc/manual/generics.txt index c6206d030..a73e22988 100644 --- a/doc/manual/generics.txt +++ b/doc/manual/generics.txt @@ -246,6 +246,10 @@ Much like generics, concepts are instantiated exactly once for each tested type and any static code included within them is also executed once. +**Hint**: Since concepts are still very rough at the edges there is a +command line switch ``--reportConceptFailures:on`` to make debugging +concept related type failures more easy. + Symbol lookup in generics ------------------------- |