|
Hi Bill,
But is setting package.loaded.x to nil the design-intended way to trigger a reload?
Yes.
Will this cause problems with package.preload?
I don't think so. package.preload is intended to be used by applications which are already linked against some libraries (which is not the case of Xavante) and need to "register" the open functions of these libraries to be used by require(). Tomas