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
nikita-petko opened this issue Aug 30, 2024 · 0 comments
Open

Default to LTS Luau #333

nikita-petko 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

@nikita-petko
Copy link
Contributor

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.

@nikita-petko nikita-petko 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
@nikita-petko nikita-petko added this to the SEC-10-WLCC milestone Aug 30, 2024
@nikita-petko nikita-petko self-assigned this 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