On Mon 04 Nov 2013 08:50:53 AM PST, Lukáš Fryč wrote:
For backward compatibility I would say we should sanitize
"false" and
treat it as special case null.
The same could apply to "true", where we can treat it as "packed".
Also, we could print warning for both, "true" and "false" options.
Wdyt?
+1
The only other alternative is to introduce a new parameter, but I think
that would unnecessarily muddy up the API.
Brian