On 10/24/07, Vasiljevic Zoran <[EMAIL PROTECTED]> 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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to