Skip to content

feat(roblox): inspect generated bundle layout#61

Merged
cayasde merged 2 commits into
mainfrom
feat/roblox-bundle-viewer
Jul 17, 2026
Merged

feat(roblox): inspect generated bundle layout#61
cayasde merged 2 commits into
mainfrom
feat/roblox-bundle-viewer

Conversation

@cayasde

@cayasde cayasde commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add lutest debug bundle to inspect the Roblox test bundle layout.
  • Render module classes and detected test suites without invoking Lune or Open Cloud.
  • Run formatting, typechecking, and the full release test suite in pre-commit.
  • Add a minor Changeset for the new command.

Why

  • Make the generated Roblox bundle visible before a remote test run.
  • Prevent local commits when the release binary test suite fails.

Validation

  • mise run check
  • lutest test (149 tests)
  • sh -x .husky/pre-commit
  • Built binary: lutest debug bundle --runtime roblox

Close #44

@cayasde
cayasde marked this pull request as ready for review July 17, 2026 17:00
@cayasde
cayasde merged commit cd9a203 into main Jul 17, 2026
6 checks passed
@cayasde
cayasde deleted the feat/roblox-bundle-viewer branch July 17, 2026 17:00
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.

feat(roblox): inspect the generated test bundle layout

1 participant