Skip to content

fix(roblox): follow file symbolic links - #70

Merged
cayasde merged 1 commit into
mainfrom
fix/follow-roblox-file-symlinks
Jul 21, 2026
Merged

fix(roblox): follow file symbolic links#70
cayasde merged 1 commit into
mainfrom
fix/follow-roblox-file-symlinks

Conversation

@cayasde

@cayasde cayasde commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Include readable file symbolic links during discovery.
  • Preserve the link path as the bundled module path.
  • Add a patch changeset.

Why

Allows Roblox projects to reference local development modules through file symbolic links without omitting them from the test bundle.

Close #66

Validation

  • lutest test (151 passed)
  • mise run typecheck

@cayasde
cayasde force-pushed the fix/follow-roblox-file-symlinks branch from d1351d7 to 8f96c84 Compare July 21, 2026 15:24
@cayasde
cayasde force-pushed the fix/follow-roblox-file-symlinks branch from 8f96c84 to c6a031d Compare July 21, 2026 15:30
@cayasde
cayasde marked this pull request as ready for review July 21, 2026 15:40
@cayasde
cayasde merged commit 6c97d94 into main Jul 21, 2026
6 checks passed
@cayasde
cayasde deleted the fix/follow-roblox-file-symlinks branch July 21, 2026 15:40
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.

Follow file symbolic links when building the Roblox test bundle

1 participant