Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default to LTS Luau #333

Open
jf-06 opened this issue Aug 30, 2024 · 0 comments
Open

Default to LTS Luau #333

jf-06 opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
area: code-ops Issue relates to the issue of Code Ops kind: enhancement This issue integrates a modification to an existing product or system.
Milestone

Comments

@jf-06
Copy link
Contributor

jf-06 commented Aug 30, 2024

This issue talks about defaulting to default Luau code execution if no Roblox-specific lua features are detected (such as game, workspace etc.)

This system needs the following:
~ A way to execute Luau from within the process without relying on external processes.
~ A way to dynamically detect code that contains Roblox-specific functions, this will call for an additional utility class that notes down every case that is Roblox-specific, and will cache the hash for these scripts so that this check is reevaluated on every subsequent instance of it.

@jf-06 jf-06 added area: code-ops Issue relates to the issue of Code Ops kind: enhancement This issue integrates a modification to an existing product or system. labels Aug 30, 2024
@jf-06 jf-06 added this to the SEC-10-WLCC milestone Aug 30, 2024
@jf-06 jf-06 self-assigned this Aug 30, 2024
@jf-06 jf-06 added this to GRIDBOT Aug 30, 2024
@github-project-automation github-project-automation bot moved this to Not Started in GRIDBOT Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: code-ops Issue relates to the issue of Code Ops kind: enhancement This issue integrates a modification to an existing product or system.
Projects
Status: Not Started
Development

No branches or pull requests

1 participant