jscl icon indicating copy to clipboard operation
jscl copied to clipboard

Bind *package* during load-time

Open davazp opened this issue 9 years ago • 0 comments

There is a limitation now to use package during bootstrapping.

The in-package macro sets *package* both at compile-time and load-time. load and compile-time are supposed to bind *package* so a file cannot change the package for other files.

However, during bootstrapping files are not really loaded. So *package* is not bound.

This means that next files will see the package changed by the previous file.

davazp avatar Nov 06 '16 23:11 davazp