Re: [naviserver-devel] tcl modules

2014-12-18 Thread Jeff Rogers
Gustaf, Thanks. I also just pushed up a commit to fix the handling of ns_module private/shared, so that while loading a module they return the correct path. (They were reversed). -J Gustaf Neumann wrote: > Dear all, > > i've commited a change for that issue, that > William Jordan sent to me.

Re: [naviserver-devel] tcl modules

2014-12-18 Thread Gustaf Neumann
Dear all, i've commited a change for that issue, that William Jordan sent to me. I hope, this fixes the issue. -g Am 14.12.14 10:27, schrieb Gustaf Neumann: > Loading the same module twice is not intentional. > Loading modules is probably more complicated as it > has to be, but it has to care ab

Re: [naviserver-devel] tcl modules

2014-12-14 Thread Gustaf Neumann
Loading the same module twice is not intentional. Loading modules is probably more complicated as it has to be, but it has to care about global modules (for all servers) and per-server modules, and that network modules are loaded at the end. -g Am 10.12.14 02:54, schrieb Jeff Rogers: > Hi all, >