Skip to content

Release v1.2.1: parallel system loading and yield warnings#6

Open
Git0uttaHere wants to merge 12 commits into
mainfrom
1.2.1-asynchronous-loading
Open

Release v1.2.1: parallel system loading and yield warnings#6
Git0uttaHere wants to merge 12 commits into
mainfrom
1.2.1-asynchronous-loading

Conversation

@Git0uttaHere

Copy link
Copy Markdown
Contributor

Summary

  • Bump Galaxy to 1.2.1 (init.luau, wally.toml).
  • Load systems in parallel: all system modules are required together, then onInit runs in parallel across systems, with onStart deferred until every onInit has settled.
  • Add a yield watchdog that warns when a module require or onInit blocks boot for longer than 3 seconds (e.g. top-level WaitForChild / :Wait()).
  • Stop renaming system ModuleScripts to GUIDs on load; key the internal Systems table by ModuleScript instead of name.
  • Expand README with installation, getting started, and framework reference docs.

Git0uttaHere and others added 12 commits June 25, 2026 01:38
…lation to module requires via _safeRequire - Fix broken warn(...):format(...) crash in _loadInternal error path - Re-raise onInit/onStart errors with original traceback instead of warning - Warn on slow requires/onInit yields (INIT_YIELD_WARNING_TIME)
Co-Authored-By: Cursor <cursoragent@cursor.com>
Co-Authored-By: Cursor <cursoragent@cursor.com>
Co-Authored-By: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants