Re: [naviserver-devel] Losing interp alias

2013-09-27 Thread Gustaf Neumann
Dear David, I've added a similar approach to nstrace on the bitbucket tip. There are known deficiencies in the tcl introspection concerning aliases http://wiki.tcl.tk/21294 but let's hope we have not to go into this. For my tests, everything seems ok with these changes. The base question is, d

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]

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 attem