Marius Gundersen (2014-01-27T22:18:11.000Z)
domenic at domenicdenicola.com (2014-01-31T14:42:43.502Z)
So then there would be two versions of the same module, and a module could get access to both these modules at the same time. For example, if ModuleB, which depends on ModuleA is loaded and linked, and later ModuleA is redefined, then ModuleC could depend on both ModuleB and ModueA, and would get (indirect) access to two versions of ModuleA. Is this problem preventable?