Actions
Bug #143
closedinconsistent module list when CLOSE loads itself indirectly
Start date:
11/22/2016
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
When the CLOSE section of an unloaded module M loads itself indirectly,
e.g. by calling Kernel.ThisMod(N) for a module N that imports M, the
resulting module list contains N but not M. This leads to recursive
traps later on.
Reported by x512, 2016-11-20.
Actions