From: Stephen D. <sd...@gm...> - 2007-10-24 19:31:54
|
On 10/24/07, Vasiljevic Zoran <zv...@ar...> wrote: > > OK. I buy everything. > > So, supported conversion rules: > > Unknown -> any > Int -> Unknown > Bool-> Unknown Unknown -> Int || Bool Valid for the value stored in the config itself. On the way out: Int || Bool -> no assert when asked for Unknown. i.e. no conversion is going on, but the checking (assertion) rules are relaxed. (Just clarifying what's getting converted, where). > and unsupported: > > Int -> Boolean > Boolean -> Int > > (more types like floating, wide can be introduced later, if needed). Yes. |