Re: Where is "taint mode" documented?

2019-11-20 Thread Vindaar
That part of the manual is now in the experimental document here: [https://nim-lang.github.io/Nim/manual_experimental.html#taint-mode](https://nim-lang.github.io/Nim/manual_experimental.html#taint-mode)

Where is "taint mode" documented?

2019-11-20 Thread pmags
The nim standard library uses a distinct string type called TaintedString in various places. The docs for `system` tell me that this is: > A distinct string type that is tainted, see taint mode for details. It is an > alias for string if the taint mode is not turned on. and point to a section i