cyberpwnn / Core

Computercraft API
0 stars 1 forks source link

Multiple Libraries requiring the same File load it more than once. #2

Open cyberpwnn opened 9 years ago

cyberpwnn commented 9 years ago

The issue can be seen with Filesystem, as it is loaded by many different things. This causes it to auto-close twice, and register into the stop event system twice.

cyberpwnn commented 9 years ago

It appears, that all of the files that require Filesystem, are sequentially loaded after. Since they are alphabetical, when Configurator was added, it required it before it was loaded. This means that there is an issue with CPI.

cyberpwnn commented 9 years ago

The issue seems harmless during development.. I am venturing off to add more things.. I am going to finish many other things until I can't go further due to the issue