The way rivet's concocted the output of command 'info script' has been
replaced by command [::rivet::inspect script].
The former way required a Tcl script to be evaluated at every request,
even when the information was unneeded or irrelevant. Since the feature
was undocumented and in order to save an extra call to Tcl we removed
that call and changed the way the information could be fetched.
Perhaps your case witnesses the need to provide a compatible way to
return the same information hooking a command that to replace the Tcl
interpreter's native command.
Keep in mind the same information can be obtained also from the
environment (::rivet::load_env environment). Printing the whole
environment array will show you which variables in array have this info
and in which form
-- Massimo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]