You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by "David N. Welton" <da...@dedasys.com> on 2003/12/13 21:44:48 UTC

Re: new parsedata command

I went ahead and committed the rivet::parserivetdata command, since no
one commented at all.  I don't consider the API final though, so I
won't document it for the time being.  Please do test it out and
comment on it.

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: new parsedata command

Posted by "David N. Welton" <da...@dedasys.com>.
I'm done some more thinking about the parsedata command, and am
considering changing it:

I don't think hardcoding this in C is such a good idea - the user can
add that themselves should they so desire, or even write a script to
do it.

    Tcl_AppendToObj(outbuf, "namespace eval request {\n", -1);

Since this just went in, I'm going to go ahead and do it, and then
back it out if anyone screams:-)

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org