Modules load fix #95

Merged
0riginaln0 merged 3 commits from modules-load-fix into main 2025-08-10 10:10:24 +00:00
0riginaln0 commented 2025-08-09 16:33:09 +00:00 (Migrated from github.com)
  • Store modules which failed to load on "attempt to index a nil value"
  • Try to load those modules again
  • If some module fails to load again, ggwp, we move on.

This solution could be scaled to support several levels of dependencies.

closes #83

- Store modules which failed to load on "attempt to index a nil value" - Try to load those modules again - If some module fails to load again, ggwp, we move on. This solution could be scaled to support several levels of dependencies. closes #83
ElhamAryanpur (Migrated from github.com) reviewed 2025-08-09 16:33:09 +00:00
0riginaln0 commented 2025-08-09 20:08:19 +00:00 (Migrated from github.com)
  • Retry loading modules N times while failed_to_load_modules is not empty.
  • Print error if there are entries in the failed_to_load_modules after the loop
- Retry loading modules N times while `failed_to_load_modules is not empty`. - Print error if there are entries in the `failed_to_load_modules` after the loop
ElhamAryanpur commented 2025-08-10 10:10:19 +00:00 (Migrated from github.com)

Amazing work!

Amazing work!
Sign in to join this conversation.
No description provided.