I would like, if at least all new commands are created in the namespace
"::rivet".
http_accept is new and is in the main namespace.
I would propose to add to the file:
<code>
namespace eval ::rivet {
namespace export http_accept
}
proc ::rivet::http_accept ...
namespace import rivet::http_accept
</code>
This would imply, that the function may be accessed by two names:
http_accept
rivet::http_accept
IMHO, the future goal is to have all rivet commands within the rivet
namespace.
By this syntax, I may already use "rivet::http_accept" and a future
change to no auto-export would be harmless to me ;-)
Just some thoughts,
Harald
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]