Re: [naviserver-devel] Losing interp alias

2013-09-27 Thread David Osborne
Thanks for the reply. I suspected it would be something to do with the tracescript. As an experiment I tried adding the following to the end of _serializensp in nstrace.tcl # Add aliases foreach alias [interp aliases {}] { if { [string match $nsp* $alias]

[naviserver-devel] Losing interp alias

2013-09-26 Thread David Osborne
Hi, Wondering if you can help with a problem. I am attempting to preload the trf accelerated version of tcllib's ::md5::md5 in our naviserver config. As a simplified testcase to demonstrate what's happening I can do the following: - use a default configuration of naviserver, e.g. in

Re: [naviserver-devel] Losing interp alias

2013-09-26 Thread Jeff Rogers
Hi David, This is a known deficiency - the introspection script that creates the tcl initialization script doesn't capture interp aliases. I don't think it's difficult to add, just hasn't been done yet. -J David Osborne wrote: Hi, Wondering if you can help with a problem. I am