johnbickmore / livecoding

A code reloading library for Python
https://code.google.com/archive/p/livecoding/
Other
0 stars 0 forks source link

Script directory dependency resolution sub-optimal #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The script directory dependency resolution has N number of attempts to
execute the scripts it has to load.  This works fine, but there is
potential to make it optimal.

This could be by having it consider what it has left, and to only do as
many further attempts as are necessary to determine that everything can be
loaded or that everything cannot be loaded.

Original issue reported on code.google.com by richard.m.tew@gmail.com on 13 Feb 2010 at 12:35